EntityMembersInformation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains information about retrieved entity members.
public ref class EntityMembersInformation : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="EntityMembersInformation", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMembersInformation : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="EntityMembersInformation", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMembersInformation = class
inherit DataContractBase
Public Class EntityMembersInformation
Inherits DataContractBase
- Inheritance
- Attributes
Remarks
The EntityMembersInformation contains information about retrieved entity members.
Constructors
EntityMembersInformation() |
Initializes a new instance of the EntityMembersInformation class. |
Properties
MemberCount |
Specifies the member count. |
PageNumber |
Specifies the page number. |
TotalMemberCount |
Specifies the total number of visible records based on security and hierarchy parent filter. |
TotalPages |
Specifies the total pages. |
Methods
SetProperty<T>(T, T, String, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |