Entity-Klasse
Defines the data contract for the entity.
Vererbungshierarchie
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 (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "Entity", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class Entity _
Inherits MdmDataContract(Of ModelContextIdentifier)
'Usage
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>
Der Entity-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
Entity | Initializes a new instance of the Entity class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
AuditInfo | Gets or sets the audit information. (Geerbt von 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. (Geerbt von 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. (Geerbt von MdmDataContract<TIdType>.) | |
StagingName | Gets or sets the staging name for the entity. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.DataContracts-Namespace