Класс BRAttributeArgument
Represents the argument type for comparing attributes within a business rule.
Иерархия наследования
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.BRArgument
Microsoft.MasterDataServices.BRAttributeArgumentBase
Microsoft.MasterDataServices.BRAttributeArgument
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
<DataContractAttribute(Name := "BRAttributeArgument", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRAttributeArgument _
Inherits BRAttributeArgumentBase
'Применение
Dim instance As BRAttributeArgument
[DataContractAttribute(Name = "BRAttributeArgument", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRAttributeArgument : BRAttributeArgumentBase
[DataContractAttribute(Name = L"BRAttributeArgument", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRAttributeArgument : public BRAttributeArgumentBase
[<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 | Gets or sets the attribute ID of a business rule argument. (Производный от BRAttributeArgumentBase.) |
![]() |
ChildArguments | Gets or sets an array of child arguments. |
![]() |
ExtensionData | Gets or sets the structure that contains extra data. (Производный от DataContractBase.) |
![]() |
Identifier | Gets or sets the ID of the business rule argument. (Производный от BRArgument.) |
![]() |
PropertyName | Gets or sets the property name.. (Производный от BRArgument.) |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Замечания
The argument type is the values set for each member as opposed to a specific value against all members.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.