Класс BRAttributeArgument

Represents an attribute argument that cannot have child arguments.

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

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts. . :: . .BRArgument
    Microsoft.MasterDataServices.Services.DataContracts. . :: . .BRAttributeArgumentBase
      Microsoft.MasterDataServices.Services.DataContracts..::..BRAttributeArgument

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

Синтаксис

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

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство AttributeId When overridden in a derived class, gets or sets the attribute ID. (Производный от BRAttributeArgumentBase.)
Открытое свойство ChildArguments Gets or sets the collection of child arguments.
Открытое свойство Identifier When overridden in a derived class, gets or sets a unique identifier of the argument. (Производный от BRArgument.)
Открытое свойство PropertyName When overridden in a derived class, gets or sets the property name. (Производный от BRArgument.)
Открытое свойство PropertyType Gets the property type. (Переопределяет BRAttributeArgumentBase. . :: . .PropertyType.)

В начало

Методы

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

В начало

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

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