Condividi tramite


Classe EntityMembersInformation

Represents a complex type data response returned to describe the EntityMembers result set that is returned in the same response.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts..::..EntityMembersInformation

Spazio dei nomi  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Sintassi

'Dichiarazione
<DataContractAttribute(Name := "EntityMembersInformation", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class EntityMembersInformation
'Utilizzo
Dim instance As EntityMembersInformation
[DataContractAttribute(Name = "EntityMembersInformation", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMembersInformation
[DataContractAttribute(Name = L"EntityMembersInformation", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class EntityMembersInformation
[<DataContractAttribute(Name = "EntityMembersInformation", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMembersInformation =  class end
public class EntityMembersInformation

Nel tipo EntityMembersInformation sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico EntityMembersInformation Initializes a new instance of the EntityMembersInformation class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica MemberCount Gets or sets the count of members based on the applied Search Term.
Proprietà pubblica PageNumber Gets or sets the number of the page provided.
Proprietà pubblica TotalMemberCount Gets or sets the total visible records based on security and hierarchy parent filter.
Proprietà pubblica TotalPages Gets or sets the total number of pages provided.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.