Класс 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