MdmDataContract<IdType> Class
Defines the base data contract.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.Services.DataContracts.MdmDataContract<IdType>
More...
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "MdmDataContractOf{0}", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public MustInherit Class MdmDataContract(Of IdType As {New, Identifier}) _
Implements IDataContract
'Usage
Dim instance As MdmDataContract(Of IdType)
[DataContractAttribute(Name = "MdmDataContractOf{0}", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public abstract class MdmDataContract<IdType> : IDataContract
where IdType : new(), Identifier
[DataContractAttribute(Name = L"MdmDataContractOf{0}", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
generic<typename IdType>
where IdType : gcnew(), Identifier
public ref class MdmDataContract abstract : IDataContract
[<AbstractClassAttribute>]
[<DataContractAttribute(Name = "MdmDataContractOf{0}", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MdmDataContract<'IdType when 'IdType : new() and Identifier> =
class
interface IDataContract
end
JScript does not support generic types and methods.
Type Parameters
- IdType
The MdmDataContract<IdType> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MdmDataContract<IdType> | Initializes a new instance of the MdmDataContract<IdType> class. |
Top
Properties
Name | Description | |
---|---|---|
AuditInfo | Gets or sets the AuditInfo. | |
Identifier | Gets or sets the ID. | |
Permission | Gets or sets the permission. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.Services.DataContracts.MdmDataContract<IdType>
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