Classe Entity
Defines the data contract for the entity.
Hierarquia de herança
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.MdmDataContract<ModelContextIdentifier>
Microsoft.MasterDataServices.Services.DataContracts.Entity
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<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>
O tipo Entity expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
Entity | Initializes a new instance of the Entity class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
AuditInfo | Gets or sets the audit information. (Herdado 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. (Herdado 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. (Herdado de MdmDataContract<TIdType>.) | |
StagingName | Gets or sets the staging name for the entity. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.MasterDataServices.Services.DataContracts