Clase Entity
Represents a container for members and their attribute values and explicit hierarchies.
Jerarquía de herencia
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts. . :: . .MdmDataContract< (Of < ( <'ModelContextIdentifier> ) > ) >
Microsoft.MasterDataServices.Services.DataContracts..::..Entity
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.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.
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
AuditInfo | Gets or sets the AuditInfo. (Se hereda de MdmDataContract< (Of < ( <'IdType> ) > ) >.) |
![]() |
ExplicitHierarchies | Gets or sets an ArrayOfExplicitHierarchy complex type. |
![]() |
Identifier | Gets or sets the ID. (Se hereda de MdmDataContract< (Of < ( <'IdType> ) > ) >.) |
![]() |
IsBase | Gets or sets a value indicating whether the entity shows on model explorer initial screen as main entity. |
![]() |
IsFlat | Gets or sets a value indicating whether the entity supports explicit hierarchies. |
![]() |
IsSystem | Gets or sets a value indicating whether the entity was created by the MDS system. System entities cannot be deleted. |
![]() |
MemberTypes | Gets or sets an ArrayOfEntityMemberType complex type. |
![]() |
Permission | Gets or sets the permission. (Se hereda de MdmDataContract< (Of < ( <'IdType> ) > ) >.) |
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.
.gif)
.gif)
.gif)