Partilhar via


Classe Entity

Specifies a container for members and their attribute values and explicit hierarchies.

Hierarquia de herança

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.MdmDataContractOfModelContextIdentifier
      Microsoft.MasterDataServices.Entity

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)

Sintaxe

'Declaração
<DataContractAttribute(Name := "Entity", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class Entity _
    Inherits MdmDataContractOfModelContextIdentifier
'Uso
Dim instance As Entity
[DataContractAttribute(Name = "Entity", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class Entity : MdmDataContractOfModelContextIdentifier
[DataContractAttribute(Name = L"Entity", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class Entity : public MdmDataContractOfModelContextIdentifier
[<DataContractAttribute(Name = "Entity", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Entity =  
    class
        inherit MdmDataContractOfModelContextIdentifier
    end
public class Entity extends MdmDataContractOfModelContextIdentifier

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 audit information. (Herdado de MdmDataContractOfModelContextIdentifier.)
Propriedade pública CodeGenerationSeed Gets or sets the seed of a code generation.
Propriedade pública ExplicitHierarchies Gets or sets an object containing extra data.
Propriedade pública ExtensionData Gets or sets the structure that contains extra data. (Herdado de DataContractBase.)
Propriedade pública Identifier Gets or sets the ID of the model context. (Herdado de MdmDataContractOfModelContextIdentifier.)
Propriedade pública IsBase Gets or sets a value that indicates whether the entity shows on model explorer initial screen as the main entity.
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 supports explicit hierarchies.
Propriedade pública IsSystem Gets or sets a value that indicates whether the entity was created by the MDS system. System entities cannot be deleted.
Propriedade pública MemberTypes Gets or sets an array of entity member types.
Propriedade pública Permission Gets or sets the security permission. (Herdado de MdmDataContractOfModelContextIdentifier.)
Propriedade pública StagingName Gets or sets the staging name for Entity.

Início

Métodos

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