Поделиться через


Класс MdmDataContractOfIdentifier

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

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

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

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

Синтаксис

'Декларация
<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
'Применение
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

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство AuditInfo Gets or sets auditing information.
Открытое свойство ExtensionData Gets or sets the structure that contains extra data. (Производный от DataContractBase.)
Открытое свойство 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.MasterDataServices