Enum DotNetNestedType
Enumeration that identifies the target model type that is nested.
Namespace: CodeFactory.DotNet
Assembly: CodeFactory.DotNet.dll
Syntax
public enum DotNetNestedType
Fields
Name | Description |
---|---|
Class | This nested type is a Class implementation |
Enum | This nested type is a Enum implementation |
Interface | This nested type is a Interface implementation |
NotNested | This model is currently not nested in any other type. |
Structure | This nested type is a Struct implementation |