EntityMembersInformation Class
Represents a data response describing the EntityMembers result set that is returned in the same response.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Microsoft.MasterDataServices::DataContractBase
Microsoft.MasterDataServices::EntityMembersInformation
| Name | Description | |
|---|---|---|
![]() | EntityMembersInformation() | Initializes a new instance of the EntityMembersInformation class. |
| Name | Description | |
|---|---|---|
![]() | ExtensionData | Gets or sets the structure that contains extra data.(Inherited from DataContractBase.) |
![]() | MemberCount | Gets or sets the count of members based on the applied search term. |
![]() | PageNumber | Gets or sets the number of the page provided. |
![]() | TotalMemberCount | Gets or sets the total visible records based on security and the hierarchy parent filter. |
![]() | TotalPages | Gets or sets the total number of pages provided. |
| 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.


