Condividi tramite


Classe EntityMembers

Represents the entity members of the data contract.

Gerarchia di ereditarietà

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.EntityMembers

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

Sintassi

'Dichiarazione
<DataContractAttribute(Name := "EntityMembers", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class EntityMembers _
    Inherits DataContractBase
'Utilizzo
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

Nel tipo EntityMembers sono esposti i membri seguenti.

Costruttori

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

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica EntityId Gets or sets the identifier of the entity for the criteria.
Proprietà pubblica Members Gets or sets the collection of the entity members of the criteria.
Proprietà pubblica MemberType Gets or sets the member type of the criteria.
Proprietà pubblica ModelId Gets or sets the identifier of the model for the criteria.
Proprietà pubblica VersionId Gets or sets the identifier of the version for the criteria.

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 protetto SetProperty<T> Infrastruttura. Sets the property using the specified values. Ereditato da DataContractBase.
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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts