Classe EntityMembersInformation
Represents a data response describing the EntityMembers result set that is returned in the same response.
Hierarquia de herança
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.EntityMembersInformation
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<DataContractAttribute(Name := "EntityMembersInformation", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class EntityMembersInformation _
Inherits DataContractBase
'Uso
Dim instance As EntityMembersInformation
[DataContractAttribute(Name = "EntityMembersInformation", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMembersInformation : DataContractBase
[DataContractAttribute(Name = L"EntityMembersInformation", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class EntityMembersInformation : public DataContractBase
[<DataContractAttribute(Name = "EntityMembersInformation", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMembersInformation =
class
inherit DataContractBase
end
public class EntityMembersInformation extends DataContractBase
O tipo EntityMembersInformation expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
EntityMembersInformation | Initializes a new instance of the EntityMembersInformation class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
ExtensionData | Gets or sets the structure that contains extra data. (Herdado de 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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.