Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Defines the data contract for the entity.
Gerarchia di ereditarietà
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.MdmDataContract<ModelContextIdentifier>
Microsoft.MasterDataServices.Services.DataContracts.Entity
Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Sintassi
'Dichiarazione
<DataContractAttribute(Name := "Entity", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class Entity _
Inherits MdmDataContract(Of ModelContextIdentifier)
'Utilizzo
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>
Nel tipo Entity sono esposti i membri seguenti.
Costruttori
| Nome | Descrizione | |
|---|---|---|
![]() |
Entity | Initializes a new instance of the Entity class. |
In alto
Proprietà
| Nome | Descrizione | |
|---|---|---|
![]() |
AuditInfo | Gets or sets the audit information. Ereditato da 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. Ereditato da 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. Ereditato da MdmDataContract<TIdType>. |
![]() |
StagingName | Gets or sets the staging name for the entity. |
In alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts
.gif)
.gif)