EntityMembersInformation Class

Definition

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
EntityMembersInformation
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)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
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)

Applies to