Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Represents a value creation or validation action within a created business rule.
Иерархия наследования
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.BRItem
Microsoft.MasterDataServices.BRAction
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
<DataContractAttribute(Name := "BRAction", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRAction _
Inherits BRItem
'Применение
Dim instance As BRAction
[DataContractAttribute(Name = "BRAction", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRAction : BRItem
[DataContractAttribute(Name = L"BRAction", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRAction : public BRItem
[<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 | Gets or sets audit information. (Производный от BRItem.) |
![]() |
BusinessRuleId | Gets or sets the ID of the owning business rule. (Производный от BRItem.) |
![]() |
ExtensionData | Gets or sets the structure that contains extra data. (Производный от DataContractBase.) |
![]() |
Identifier | Gets or sets the unique identifier of the business rule item. (Производный от BRItem.) |
![]() |
Operator | Gets or sets the operator. (Производный от BRItem.) |
![]() |
PostfixArguments | Gets or sets an array of postfix (right-hand-side) arguments. (Производный от BRItem.) |
![]() |
PrefixArgument | Gets or sets an argument to define the logic of a business rule. |
![]() |
Sequence | Gets or sets the order in which business rule items should be displayed and evaluated. (Производный от BRItem.) |
![]() |
Text | Gets or sets the text describing the business rule item. (Производный от BRItem.) |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Замечания
Use BRAction to set a value or provide a validation to occur when certain conditions of the business rule are met.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)