Compartir a través de


Clase Entity

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

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
<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

El tipo Entity expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público Entity Initializes a new instance of the Entity class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública AuditInfo Gets or sets audit information. (Se hereda de MdmDataContractOfModelContextIdentifier.)
Propiedad pública CodeGenerationSeed Gets or sets the seed of a code generation.
Propiedad pública ExplicitHierarchies Gets or sets an object containing extra data.
Propiedad pública ExtensionData Gets or sets the structure that contains extra data. (Se hereda de DataContractBase.)
Propiedad pública Identifier Gets or sets the ID of the model context. (Se hereda de MdmDataContractOfModelContextIdentifier.)
Propiedad pública IsBase Gets or sets a value that indicates whether the entity shows on model explorer initial screen as the main entity.
Propiedad pública IsCodeGenerationEnabled Gets or sets a value that indicates whether the code generation is enabled.
Propiedad pública IsFlat Gets or sets a value that indicates whether the entity supports explicit hierarchies.
Propiedad pública IsSystem Gets or sets a value that indicates whether the entity was created by the MDS system. System entities cannot be deleted.
Propiedad pública MemberTypes Gets or sets an array of entity member types.
Propiedad pública Permission Gets or sets the security permission. (Se hereda de MdmDataContractOfModelContextIdentifier.)
Propiedad pública StagingName Gets or sets the staging name for Entity.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices