EntityMembers Class
Represents a collection of members from a single entity and member type along with their context.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Microsoft.MasterDataServices::DataContractBase
Microsoft.MasterDataServices::EntityMembers
| Name | Description | |
|---|---|---|
![]() | EntityMembers() | Initializes a new instance of the EntityMembers class. |
| Name | Description | |
|---|---|---|
![]() | EntityId | Gets or sets the ID of the entity for the contained members. |
![]() | ExtensionData | Gets or sets the structure that contains extra data.(Inherited from DataContractBase.) |
![]() | Members | Gets or sets a list of members for the identified entity and member type. |
![]() | MemberType | Gets or sets the member type. |
![]() | ModelId | Gets or sets the ID of the model for the contained members. |
![]() | VersionId | Gets or sets the ID of the version for the contained members. |
| 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.


