Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Defines the base data contract.
Vererbungshierarchie
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.MdmDataContract<TIdType>
Mehr…
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "MdmDataContractOf{0}", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public MustInherit Class MdmDataContract(Of TIdType As {New, Identifier}) _
Inherits DataContractBase
'Usage
Dim instance As MdmDataContract(Of TIdType)
[DataContractAttribute(Name = "MdmDataContractOf{0}", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public abstract class MdmDataContract<TIdType> : DataContractBase
where TIdType : new(), Identifier
[DataContractAttribute(Name = L"MdmDataContractOf{0}", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
generic<typename TIdType>
where TIdType : gcnew(), Identifier
public ref class MdmDataContract abstract : public DataContractBase
[<AbstractClassAttribute>]
[<DataContractAttribute(Name = "MdmDataContractOf{0}", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MdmDataContract<'TIdType when 'TIdType : new() and Identifier> =
class
inherit DataContractBase
end
JScript bietet keine Unterstützung für die Verwendung generischer Typen und Methoden.
Typparameter
- TIdType
The type of the identifier.
Der MdmDataContract<TIdType>-Typ macht folgende Elemente verfügbar.
Konstruktoren
| Name | Beschreibung | |
|---|---|---|
![]() |
MdmDataContract<TIdType> | Initializes a new instance of the MdmDataContract<TIdType> class. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
AuditInfo | Gets or sets the audit information. |
![]() |
Identifier | Gets or sets the identifier. |
![]() |
Permission | Gets or sets the permission. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Equals | (Geerbt von Object.) |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
SetProperty<T> | Infrastruktur Sets the property using the specified values. (Geerbt von DataContractBase.) |
![]() |
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
Vererbungshierarchie
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.MdmDataContract<TIdType>
Microsoft.MasterDataServices.Services.DataContracts.AttributeGroup
Microsoft.MasterDataServices.Services.DataContracts.DerivedHierarchy
Microsoft.MasterDataServices.Services.DataContracts.DerivedHierarchyLevel
Microsoft.MasterDataServices.Services.DataContracts.Entity
Microsoft.MasterDataServices.Services.DataContracts.EntityMemberType
Microsoft.MasterDataServices.Services.DataContracts.ExplicitHierarchy
Microsoft.MasterDataServices.Services.DataContracts.MetadataAttribute
Microsoft.MasterDataServices.Services.DataContracts.Model
Microsoft.MasterDataServices.Services.DataContracts.SystemSetting
Microsoft.MasterDataServices.Services.DataContracts.Version
Microsoft.MasterDataServices.Services.DataContracts.VersionFlag
.gif)
.gif)
.gif)