Класс BRAction

Represents an action argument within a created business rule.

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

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts. . :: . .BRItem
    Microsoft.MasterDataServices.Services.DataContracts..::..BRAction

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

Синтаксис

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

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство AuditInfo AuditInfo complex type. (Производный от BRItem.)
Открытое свойство BusinessRuleId MemberTypeContextIdentifier complex type. (Производный от BRItem.)
Открытое свойство Identifier Identifier complex type. (Производный от BRItem.)
Открытое свойство Operator BRItemType simple type. (Производный от BRItem.)
Открытое свойство PostfixArguments ArrayOfanyType. (Производный от BRItem.)
Открытое свойство PrefixArgument Gets or sets the prefix (left) argument.
Открытое свойство Sequence Gets or sets a value representing the order business rule items should be displayed and evaluated in. (Производный от BRItem.)
Открытое свойство Text Gets or sets the item text. (Производный от BRItem.)

В начало

Методы

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

В начало

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

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