Класс MdmDataContractOfIdentifier

Specifies the data contract for identifiers including helper types such as AuditInfo and Permission.

Иерархия наследования

System. . :: . .Object
  Microsoft.MasterDataServices..::..MdmDataContractOfIdentifier
    Microsoft.MasterDataServices. . :: . .EntityMemberType
    Microsoft.MasterDataServices. . :: . .Model
    Microsoft.MasterDataServices. . :: . .SystemSetting

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)

Синтаксис

'Декларация
<KnownTypeAttribute(GetType(EntityMemberType))> _
<DataContractAttribute(Name := "MdmDataContractOfIdentifier", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
<KnownTypeAttribute(GetType(Model))> _
<KnownTypeAttribute(GetType(SystemSetting))> _
Public Class MdmDataContractOfIdentifier _
    Implements IExtensibleDataObject
'Применение
Dim instance As MdmDataContractOfIdentifier
[KnownTypeAttribute(typeof(EntityMemberType))]
[DataContractAttribute(Name = "MdmDataContractOfIdentifier", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(Model))]
[KnownTypeAttribute(typeof(SystemSetting))]
public class MdmDataContractOfIdentifier : IExtensibleDataObject
[KnownTypeAttribute(typeof(EntityMemberType))]
[DataContractAttribute(Name = L"MdmDataContractOfIdentifier", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(Model))]
[KnownTypeAttribute(typeof(SystemSetting))]
public ref class MdmDataContractOfIdentifier : IExtensibleDataObject
[<KnownTypeAttribute(typeof(EntityMemberType))>]
[<DataContractAttribute(Name = "MdmDataContractOfIdentifier", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<KnownTypeAttribute(typeof(Model))>]
[<KnownTypeAttribute(typeof(SystemSetting))>]
type MdmDataContractOfIdentifier =  
    class
        interface IExtensibleDataObject
    end
public class MdmDataContractOfIdentifier implements IExtensibleDataObject

Тип MdmDataContractOfIdentifier обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод MdmDataContractOfIdentifier Initializes a new instance of the MdmDataContractOfIdentifier class.

В начало

Свойства

  Имя Описание
Открытое свойство AuditInfo Gets or sets auditing information.
Открытое свойство ExtensionData Gets or sets an object that contains extra data.
Открытое свойство Identifier Gets or sets the ID.
Открытое свойство Permission Gets or sets the security permission.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.