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 | |
---|---|---|
Entity | Initializes a new instance of the Entity class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
AuditInfo | Gets or sets audit information. (Se hereda de MdmDataContractOfModelContextIdentifier.) | |
CodeGenerationSeed | Gets or sets the seed of a code generation. | |
ExplicitHierarchies | Gets or sets an object containing extra data. | |
ExtensionData | Gets or sets the structure that contains extra data. (Se hereda de DataContractBase.) | |
Identifier | Gets or sets the ID of the model context. (Se hereda de MdmDataContractOfModelContextIdentifier.) | |
IsBase | Gets or sets a value that indicates whether the entity shows on model explorer initial screen as the main entity. | |
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 supports explicit hierarchies. | |
IsSystem | Gets or sets a value that indicates whether the entity was created by the MDS system. System entities cannot be deleted. | |
MemberTypes | Gets or sets an array of entity member types. | |
Permission | Gets or sets the security permission. (Se hereda de MdmDataContractOfModelContextIdentifier.) | |
StagingName | Gets or sets the staging name for Entity. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (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.