MemberTypeContextIdentifier Class
A set of identifiers for a master data model object that exists in the context of an entity and member 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::EntityContextIdentifier
Microsoft.MasterDataServices.Services.DataContracts::MemberTypeContextIdentifier
Microsoft.MasterDataServices.Services.DataContracts::MemberAttributeIdentifier
| Name | Description | |
|---|---|---|
![]() | MemberTypeContextIdentifier() | Initializes a new instance of the MemberTypeContextIdentifier class. |
| Name | Description | |
|---|---|---|
![]() | EntityId | Gets or sets the Identifier of the entity this object is associated with. (Inherited from EntityContextIdentifier.) |
![]() | Id | Gets or sets the identifier Guid. (Inherited from Identifier.) |
![]() | InternalId | Gets or sets the internal integer Id. (Inherited from Identifier.) |
![]() | MemberType | Gets or sets the MemberType. |
![]() | 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 MemberTypeContextIdentifier complex type specifies a set of identifiers for a master data model object that exists in the context of an entity and member type. This type includes identifiers for the context of the object, including parent entity, member type, and model. Examples of objects that have an entity and member type context are attributes, attribute groups, and business rules.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


