ModelContextIdentifier Class
A set of identifiers for a master data model object that exists in the context of a model.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::Identifier
Microsoft.MasterDataServices.Services.DataContracts::ModelContextIdentifier
Microsoft.MasterDataServices.Services.DataContracts::DerivedHierarchyContextIdentifier
Microsoft.MasterDataServices.Services.DataContracts::EntityContextIdentifier
| Name | Description | |
|---|---|---|
![]() | ModelContextIdentifier() | Initializes a new instance of the ModelContextIdentifier class. |
| Name | Description | |
|---|---|---|
![]() | Id | Gets or sets the identifier Guid. (Inherited from Identifier.) |
![]() | InternalId | Gets or sets the internal integer Id. (Inherited from Identifier.) |
![]() | ModelId | Gets or sets the Identifier of the Model this object is associated with. |
![]() | Name | Gets or sets the name. (Inherited from Identifier.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetProperty<T>(T%, T, String^, Boolean) | Changes the property to the given value. Returns whether the new value is different from the old value. (Inherited from DataContractBase.) |
![]() | ToString() | (Inherited from Object.) |
The ModelContextIdentifier complex type specifies a set of identifiers for a master data model object that exists in the context of a model. This type includes identifiers for the context of the object (the parent model). Examples of objects that have a model context are entities, versions, version flags, and derived hierarchies.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


