Share via


ModelObjectType Enumeration

Contains values specifying the model permission types.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

'Declaration
Public Enumeration ModelObjectType
'Usage
Dim instance As ModelObjectType
public enum ModelObjectType
public enum class ModelObjectType
type ModelObjectType
public enum ModelObjectType

Members

Member name Description
None The model permission type is None.
Model The model permission type is Model.
Entity The model permission type is Entity.
Attribute The model permission type is Attribute.
AttributeGroup The model permission type is AttributeGroup.
ExplicitHierarchy The model permission type is ExplicitHierarchy.
DerivedHierarchy The model permission type is DerivedHierarchy.
LeafMemberType The model permission type is LeafMemberType.
ConsolidatedMemberType The model permission type is ConsolidatedMemberType.
CollectionMemberType The model permission type is CollectionMemberType.