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