Classe Entity
Defines the data contract for the entity.
Hiérarchie d'héritage
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.MdmDataContract<ModelContextIdentifier>
Microsoft.MasterDataServices.Services.DataContracts.Entity
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<DataContractAttribute(Name := "Entity", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class Entity _
Inherits MdmDataContract(Of ModelContextIdentifier)
'Utilisation
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>
Le type Entity expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
Entity | Initializes a new instance of the Entity class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
AuditInfo | Gets or sets the audit information. (hérité 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. (hérité 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. (hérité de MdmDataContract<TIdType>.) | |
StagingName | Gets or sets the staging name for the entity. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
Voir aussi
Référence
Espace de noms Microsoft.MasterDataServices.Services.DataContracts