Classe EntityMembersInformation
Represents a complex type data response returned to describe the EntityMembers result set that is returned in the same response.
Hierarquia de herança
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.EntityMembersInformation
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.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 | |
---|---|---|
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 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.) | |
SetProperty<T> | Infraestrutura. Sets the property using the specified values. (Herdado de DataContractBase.) | |
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.
Consulte também
Referência
Namespace Microsoft.MasterDataServices.Services.DataContracts