Classe EntityMembers
Represents the entity members of the data contract.
Hierarquia de herança
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.EntityMembers
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<DataContractAttribute(Name := "EntityMembers", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class EntityMembers _
Inherits DataContractBase
'Uso
Dim instance As EntityMembers
[DataContractAttribute(Name = "EntityMembers", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMembers : DataContractBase
[DataContractAttribute(Name = L"EntityMembers", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class EntityMembers : public DataContractBase
[<DataContractAttribute(Name = "EntityMembers", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMembers =
class
inherit DataContractBase
end
public class EntityMembers extends DataContractBase
O tipo EntityMembers expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
EntityMembers | Initializes a new instance of the EntityMembers class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
EntityId | Gets or sets the identifier of the entity for the criteria. | |
Members | Gets or sets the collection of the entity members of the criteria. | |
MemberType | Gets or sets the member type of the criteria. | |
ModelId | Gets or sets the identifier of the model for the criteria. | |
VersionId | Gets or sets the identifier of the version for the criteria. |
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