ModelObjectType 枚举
Contains values that specify the model permission types.
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)
语法
声明
<DataContractAttribute(Name := "ModelObjectType", Namespace := "http://schemas.datacontract.org/2004/07/Microsoft.MasterDataServices.Services.DataContracts")> _
Public Enumeration ModelObjectType
用法
Dim instance As ModelObjectType
[DataContractAttribute(Name = "ModelObjectType", Namespace = "http://schemas.datacontract.org/2004/07/Microsoft.MasterDataServices.Services.DataContracts")]
public enum ModelObjectType
[DataContractAttribute(Name = L"ModelObjectType", Namespace = L"http://schemas.datacontract.org/2004/07/Microsoft.MasterDataServices.Services.DataContracts")]
public enum class ModelObjectType
[<DataContractAttribute(Name = "ModelObjectType", Namespace = "http://schemas.datacontract.org/2004/07/Microsoft.MasterDataServices.Services.DataContracts")>]
type ModelObjectType
public enum ModelObjectType
成员
成员名称 | 说明 | |
---|---|---|
None | The permission type is unspecified. | |
Model | Specifies the model permission type. | |
Entity | Specifies the entity permission type. | |
Attribute | Specifies the attribute model permission type. | |
AttributeGroup | Specifies the attribute group model permission type. | |
ExplicitHierarchy | Specifies the explicit hierarchy permission type. | |
DerivedHierarchy | Specifies the derived hierarchy permission type. | |
LeafMemberType | Specifies the leaf member permission type. | |
ConsolidatedMemberType | Specifies the consolidated member permission type. | |
CollectionMemberType | Specifies the collection member permission type. |