Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.