Model Class
Represents a model, which is the highest grouping of MDS entities.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Microsoft.MasterDataServices::DataContractBase
Microsoft.MasterDataServices::MdmDataContractOfIdentifier
Microsoft.MasterDataServices::Model
| Name | Description | |
|---|---|---|
![]() | Model() | Initializes a new instance of the Model class. |
| Name | Description | |
|---|---|---|
![]() | AuditInfo | Gets or sets auditing information.(Inherited from MdmDataContractOfIdentifier.) |
![]() | DerivedHierarchies | Gets or sets an array of derived hierarchies. |
![]() | Entities | Gets or sets an array of entities. |
![]() | ExplicitHierarchies | Gets or sets an array of explicit hierarchies. |
![]() | ExtensionData | Gets or sets the structure that contains extra data.(Inherited from DataContractBase.) |
![]() | Identifier | Gets or sets the ID.(Inherited from MdmDataContractOfIdentifier.) |
![]() | IsAdministrator | Gets or sets a value that indicates whether the current user is an administrator of the model. |
![]() | IsSystem | Gets or sets a value that indicates whether the model was created by the system. |
![]() | Permission | Gets or sets the security permission.(Inherited from MdmDataContractOfIdentifier.) |
![]() | VersionFlags | Gets or sets an array of version flags. |
![]() | Versions | Gets or sets an array of versions. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


