Enum DotNetContainerType
Enumeration that determines the type of dot net container.
Namespace: CodeFactory.DotNet
Assembly: CodeFactory.DotNet.dll
Syntax
public enum DotNetContainerType
Fields
| Name | Description |
|---|---|
| Class | The container implements a class model. |
| Interface | The container implements a interface model. |
| Record | The container implements a record model. |
| RecordStructure | The container implements a record structure model. |
| Structure | The container implements a structure model. |
| Unknown | The container is of an unknown type. |