Classe BRAction
Represents a value creation or validation action within a created business rule.
Hiérarchie d'héritage
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.BRItem
Microsoft.MasterDataServices.BRAction
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
<DataContractAttribute(Name := "BRAction", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRAction _
Inherits BRItem
'Utilisation
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
Le type BRAction expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
BRAction | Initializes a new instance of the BRAction class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
AuditInfo | Gets or sets audit information. (hérité de BRItem.) | |
BusinessRuleId | Gets or sets the ID of the owning business rule. (hérité de BRItem.) | |
ExtensionData | Gets or sets the structure that contains extra data. (hérité de DataContractBase.) | |
Identifier | Gets or sets the unique identifier of the business rule item. (hérité de BRItem.) | |
Operator | Gets or sets the operator. (hérité de BRItem.) | |
PostfixArguments | Gets or sets an array of postfix (right-hand-side) arguments. (hérité de 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. (hérité de BRItem.) | |
Text | Gets or sets the text describing the business rule item. (hérité de BRItem.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Notes
Use BRAction to set a value or provide a validation to occur when certain conditions of the business rule are met.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.