Classe BRAction
Represents a value creation or validation action within a created business rule.
Gerarchia di ereditarietà
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.BRItem
Microsoft.MasterDataServices.BRAction
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<DataContractAttribute(Name := "BRAction", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRAction _
Inherits BRItem
'Utilizzo
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
Nel tipo BRAction sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
BRAction | Initializes a new instance of the BRAction class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
AuditInfo | Gets or sets audit information. Ereditato da BRItem. |
![]() |
BusinessRuleId | Gets or sets the ID of the owning business rule. Ereditato da BRItem. |
![]() |
ExtensionData | Gets or sets the structure that contains extra data. Ereditato da DataContractBase. |
![]() |
Identifier | Gets or sets the unique identifier of the business rule item. Ereditato da BRItem. |
![]() |
Operator | Gets or sets the operator. Ereditato da BRItem. |
![]() |
PostfixArguments | Gets or sets an array of postfix (right-hand-side) arguments. Ereditato da 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. Ereditato da BRItem. |
![]() |
Text | Gets or sets the text describing the business rule item. Ereditato da BRItem. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Osservazioni
Use BRAction to set a value or provide a validation to occur when certain conditions of the business rule are met.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.