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


Класс MemberAttributeIdentifier

Defines the contract for the member attribute identifier.

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

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.Identifier
      Microsoft.MasterDataServices.ModelContextIdentifier
        Microsoft.MasterDataServices.EntityContextIdentifier
          Microsoft.MasterDataServices.MemberTypeContextIdentifier
            Microsoft.MasterDataServices.MemberAttributeIdentifier

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

Синтаксис

'Декларация
<DataContractAttribute(Name := "MemberAttributeIdentifier", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class MemberAttributeIdentifier _
    Inherits MemberTypeContextIdentifier
'Применение
Dim instance As MemberAttributeIdentifier
[DataContractAttribute(Name = "MemberAttributeIdentifier", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class MemberAttributeIdentifier : MemberTypeContextIdentifier
[DataContractAttribute(Name = L"MemberAttributeIdentifier", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class MemberAttributeIdentifier : public MemberTypeContextIdentifier
[<DataContractAttribute(Name = "MemberAttributeIdentifier", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MemberAttributeIdentifier =  
    class
        inherit MemberTypeContextIdentifier
    end
public class MemberAttributeIdentifier extends MemberTypeContextIdentifier

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство EntityId Gets or sets the ID of the parent entity of the object. (Производный от EntityContextIdentifier.)
Открытое свойство ExtensionData Gets or sets the structure that contains extra data. (Производный от DataContractBase.)
Открытое свойство Id Gets or sets the ID. (Производный от Identifier.)
Открытое свойство InternalId Gets or sets the internal integer ID. (Производный от Identifier.)
Открытое свойство MemberId Gets or sets the identifier of the member.
Открытое свойство MemberType Gets or sets the member type. (Производный от MemberTypeContextIdentifier.)
Открытое свойство ModelId Gets or sets the model ID. (Производный от ModelContextIdentifier.)
Открытое свойство Name Gets or sets the name. (Производный от Identifier.)

В начало

Методы

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

В начало

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

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

См. также

Справочник

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