EntityMembers Class
A collection of the members from a single entity and member type.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::EntityMembers
| Name | Description | |
|---|---|---|
![]() | EntityMembers() | Default Constructor |
| Name | Description | |
|---|---|---|
![]() | ChangeSetId | Gets or sets the member type of the criteria. |
![]() | EntityId | Gets or sets the entity for the criteria. |
![]() | Members | Gets the entity members of the criteria. |
![]() | MemberType | Gets or sets the workflow instance for the pending change. |
![]() | ModelId | Gets or sets the model for the criteria. |
![]() | VersionId | Gets or sets the version for the criteria. |
| 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 EntityMembers complex type contains a collection of the members from a single entity and member type, along with their context information.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


