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


Класс BRDomainBasedAttributeArgument

Represents an attribute argument that has a child attribute argument.

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

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.BRArgument
      Microsoft.MasterDataServices.Services.DataContracts.BRAttributeArgumentBase
        Microsoft.MasterDataServices.Services.DataContracts.BRDomainBasedAttributeArgument

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

Синтаксис

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

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство AttributeId Gets or sets the attribute identifier. (Производный от BRAttributeArgumentBase.)
Открытое свойство ChildArgument Gets or sets the child attribute argument.
Открытое свойство Identifier Gets or sets a unique identifier of the argument. (Производный от BRArgument.)
Открытое свойство PropertyName Gets or sets the property name of the argument. (Производный от BRArgument.)
Открытое свойство PropertyType Gets the property type. (Переопределяет BRAttributeArgumentBase.PropertyType.)

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Защищенный метод SetProperty<T> Инфраструктура. Sets the property using the specified values. (Производный от DataContractBase.)
Открытый метод ToString (Производный от Object.)

В начало

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

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

См. также

Справочник

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