Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the data contract for identifiers including helper types such as AuditInfo and Permission.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.MdmDataContractOfIdentifier
Microsoft.MasterDataServices.EntityMemberType
Microsoft.MasterDataServices.Model
Microsoft.MasterDataServices.SystemSetting
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "MdmDataContractOfIdentifier", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
<KnownTypeAttribute(GetType(Model))> _
<KnownTypeAttribute(GetType(SystemSetting))> _
<KnownTypeAttribute(GetType(EntityMemberType))> _
Public Class MdmDataContractOfIdentifier _
Inherits DataContractBase
'Usage
Dim instance As MdmDataContractOfIdentifier
[DataContractAttribute(Name = "MdmDataContractOfIdentifier", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(Model))]
[KnownTypeAttribute(typeof(SystemSetting))]
[KnownTypeAttribute(typeof(EntityMemberType))]
public class MdmDataContractOfIdentifier : DataContractBase
[DataContractAttribute(Name = L"MdmDataContractOfIdentifier", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(Model))]
[KnownTypeAttribute(typeof(SystemSetting))]
[KnownTypeAttribute(typeof(EntityMemberType))]
public ref class MdmDataContractOfIdentifier : public DataContractBase
[<DataContractAttribute(Name = "MdmDataContractOfIdentifier", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<KnownTypeAttribute(typeof(Model))>]
[<KnownTypeAttribute(typeof(SystemSetting))>]
[<KnownTypeAttribute(typeof(EntityMemberType))>]
type MdmDataContractOfIdentifier =
class
inherit DataContractBase
end
public class MdmDataContractOfIdentifier extends DataContractBase
The MdmDataContractOfIdentifier type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
MdmDataContractOfIdentifier | Initializes a new instance of the MdmDataContractOfIdentifier class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
AuditInfo | Gets or sets auditing information. |
![]() |
ExtensionData | Gets or sets the structure that contains extra data. (Inherited from DataContractBase.) |
![]() |
Identifier | Gets or sets the ID. |
![]() |
Permission | Gets or sets the security 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.
.gif)
.gif)
.gif)