DerivedHierarchyContextIdentifier Class
The contextual identifier for the DerivedHierarchy complex type.
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
| Name | Description | |
|---|---|---|
![]() | DerivedHierarchyContextIdentifier() | Initializes a new instance of the DerivedHierarchyContextIdentifier class. |
| Name | Description | |
|---|---|---|
![]() | DerivedHierarchyId | Gets or sets the Identifier of the Derived Hierarchy this object is associated with. |
![]() | 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. (Inherited from ModelContextIdentifier.) |
![]() | 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 DerivedHierarchyContextIdentifier complex type specifies a set of identifiers for a master data model object that exists in the context of a derived hierarchy. This complex type includes identifiers for the context of the object, including the parent derived hierarchy and model.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


