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.
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
- 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. |