Condividi tramite


Classe Entity

Defines the data contract for the entity.

Gerarchia di ereditarietà

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.MdmDataContract<ModelContextIdentifier>
      Microsoft.MasterDataServices.Services.DataContracts.Entity

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

Sintassi

'Dichiarazione
<DataContractAttribute(Name := "Entity", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class Entity _
    Inherits MdmDataContract(Of ModelContextIdentifier)
'Utilizzo
Dim instance As Entity
[DataContractAttribute(Name = "Entity", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class Entity : MdmDataContract<ModelContextIdentifier>
[DataContractAttribute(Name = L"Entity", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class Entity sealed : public MdmDataContract<ModelContextIdentifier^>
[<SealedAttribute>]
[<DataContractAttribute(Name = "Entity", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Entity =  
    class 
        inherit MdmDataContract<ModelContextIdentifier>
    end
public final class Entity extends MdmDataContract<ModelContextIdentifier>

Nel tipo Entity sono esposti i membri seguenti.

Costruttori

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

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AuditInfo Gets or sets the audit information. Ereditato da MdmDataContract<TIdType>.
Proprietà pubblica CodeGenerationSeed Gets or sets the seed of a code generation.
Proprietà pubblica ExplicitHierarchies Gets or sets the collection of explicit hierarchies.
Proprietà pubblica Identifier Gets or sets the identifier. Ereditato da MdmDataContract<TIdType>.
Proprietà pubblica IsBase Gets or sets a value that indicates whether the entity is a base entity for the model.
Proprietà pubblica IsCodeGenerationEnabled Gets or sets a value that indicates whether the code generation is enabled.
Proprietà pubblica IsFlat Gets or sets a value that indicates whether the entity has an explicit hierarchy or not.
Proprietà pubblica IsSystem Gets or sets a value that indicates whether the entity was created by the Master Data Services system. System entities cannot be deleted.
Proprietà pubblica MemberTypes Gets or sets the collection of member types.
Proprietà pubblica Permission Gets or sets the permission. Ereditato da MdmDataContract<TIdType>.
Proprietà pubblica StagingName Gets or sets the staging name for the entity.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType 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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts