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 | |
---|---|---|
Entity | Initializes a new instance of the Entity class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
AuditInfo | Gets or sets the audit information. (Se hereda de MdmDataContract<TIdType>.) | |
CodeGenerationSeed | Gets or sets the seed of a code generation. | |
ExplicitHierarchies | Gets or sets the collection of explicit hierarchies. | |
Identifier | Gets or sets the identifier. (Se hereda de MdmDataContract<TIdType>.) | |
IsBase | Gets or sets a value that indicates whether the entity is a base entity for the model. | |
IsCodeGenerationEnabled | Gets or sets a value that indicates whether the code generation is enabled. | |
IsFlat | Gets or sets a value that indicates whether the entity has an explicit hierarchy or not. | |
IsSystem | Gets or sets a value that indicates whether the entity was created by the Master Data Services system. System entities cannot be deleted. | |
MemberTypes | Gets or sets the collection of member types. | |
Permission | Gets or sets the permission. (Se hereda de MdmDataContract<TIdType>.) | |
StagingName | Gets or sets the staging name for the entity. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
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