EntityMembersInformation Class

Definition

Represents a data response describing the EntityMembers result set that is returned in the same response.

public ref class EntityMembersInformation : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="EntityMembersInformation", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMembersInformation : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<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

Constructors

EntityMembersInformation()

Initializes a new instance of the EntityMembersInformation class.

Properties

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.

Applies to