ModelItemTypeEnum 枚举
Defines the types that model items can contain.
命名空间: ReportService2005
程序集: ReportService2005(在 ReportService2005.dll 中)
语法
声明
<SerializableAttribute> _
Public Enumeration ModelItemTypeEnum
用法
Dim instance As ModelItemTypeEnum
[SerializableAttribute]
public enum ModelItemTypeEnum
[SerializableAttribute]
public enum class ModelItemTypeEnum
[<SerializableAttribute>]
type ModelItemTypeEnum
public enum ModelItemTypeEnum
成员
| 成员名称 | 说明 | |
|---|---|---|
| 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. |