Compartir a través de


Clase Entity

Defines the data contract for the entity.

Jerarquía de herencia

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

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

Sintaxis

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

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 the audit information. (Se hereda de MdmDataContract<TIdType>.)
Propiedad pública CodeGenerationSeed Gets or sets the seed of a code generation.
Propiedad pública ExplicitHierarchies Gets or sets the collection of explicit hierarchies.
Propiedad pública Identifier Gets or sets the identifier. (Se hereda de MdmDataContract<TIdType>.)
Propiedad pública IsBase Gets or sets a value that indicates whether the entity is a base entity for the model.
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 has an explicit hierarchy or not.
Propiedad 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.
Propiedad pública MemberTypes Gets or sets the collection of member types.
Propiedad pública Permission Gets or sets the permission. (Se hereda de MdmDataContract<TIdType>.)
Propiedad pública StagingName Gets or sets the staging name for the entity.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (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.Services.DataContracts