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


Класс EntityMemberType

Represents a structure of an entity within MDS including Attributes and attribute groups.

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

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.MdmDataContract<Identifier>
      Microsoft.MasterDataServices.Services.DataContracts.EntityMemberType

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

Синтаксис

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

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство AttributeGroups Gets or sets an ArrayOfAttributeGroup complex type.
Открытое свойство Attributes Gets or sets an ArrayOfMetaDataAttribute complex type.
Открытое свойство AuditInfo Gets or sets the audit information. (Производный от MdmDataContract<TIdType>.)
Открытое свойство EntityId Gets or sets an Identifier complex type.
Открытое свойство Identifier Gets or sets the identifier. (Производный от MdmDataContract<TIdType>.)
Открытое свойство Permission Gets or sets the permission. (Производный от MdmDataContract<TIdType>.)
Открытое свойство Type Gets or sets a MemberType simple type.

В начало

Методы

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

В начало

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

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

См. также

Справочник

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