Partilhar via


Classe Entity

Defines the data contract for the entity.

Hierarquia de herança

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

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<DataContractAttribute(Name := "Entity", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class Entity _
    Inherits MdmDataContract(Of ModelContextIdentifier)
'Uso
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>

O tipo Entity expõe os membros a seguir.

Construtores

  Nome Descrição
Método público Entity Initializes a new instance of the Entity class.

Início

Propriedades

  Nome Descrição
Propriedade pública AuditInfo Gets or sets the audit information. (Herdado de MdmDataContract<TIdType>.)
Propriedade pública CodeGenerationSeed Gets or sets the seed of a code generation.
Propriedade pública ExplicitHierarchies Gets or sets the collection of explicit hierarchies.
Propriedade pública Identifier Gets or sets the identifier. (Herdado de MdmDataContract<TIdType>.)
Propriedade pública IsBase Gets or sets a value that indicates whether the entity is a base entity for the model.
Propriedade pública IsCodeGenerationEnabled Gets or sets a value that indicates whether the code generation is enabled.
Propriedade pública IsFlat Gets or sets a value that indicates whether the entity has an explicit hierarchy or not.
Propriedade pública IsSystem Gets or sets a value that indicates whether the entity was created by the Master Data Services system. System entities cannot be deleted.
Propriedade pública MemberTypes Gets or sets the collection of member types.
Propriedade pública Permission Gets or sets the permission. (Herdado de MdmDataContract<TIdType>.)
Propriedade pública StagingName Gets or sets the staging name for the entity.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público 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