ModelItemTypeEnum Enumeration
Defines the types that model items can contain.
Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration ModelItemTypeEnum
'Usage
Dim instance As ModelItemTypeEnum
[SerializableAttribute]
public enum ModelItemTypeEnum
[SerializableAttribute]
public enum class ModelItemTypeEnum
[<SerializableAttribute>]
type ModelItemTypeEnum
public enum ModelItemTypeEnum
Members
| Member name | Description | |
|---|---|---|
| Model | Indicates a model type. | |
| EntityFolder | Indicates an entity folder type. | |
| FieldFolder | Indicates a field folder type. | |
| Entity | Indicates an entity type. | |
| Attribute | Indicates an attribute type. | |
| Role | Indicates a role type. |