ModelItemTypeEnum Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the types that model items can contain.
public enum class ModelItemTypeEnum
public enum ModelItemTypeEnum
type ModelItemTypeEnum =
Public Enum ModelItemTypeEnum
- Inheritance
-
ModelItemTypeEnum
Fields
Name | Value | Description |
---|---|---|
Model | 0 | The model type. |
EntityFolder | 1 | The entity folder type. |
FieldFolder | 2 | The field folder type. |
Entity | 3 | The entity type. |
Attribute | 4 | The attribute type. |
Role | 5 | The role type. |