Compartir a través de


Clase BRAction

Represents a value creation or validation action within a created business rule.

Jerarquía de herencia

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.BRItem
      Microsoft.MasterDataServices.BRAction

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
<DataContractAttribute(Name := "BRAction", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRAction _
    Inherits BRItem
'Uso
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

El tipo BRAction expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público BRAction Initializes a new instance of the BRAction class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública AuditInfo Gets or sets audit information. (Se hereda de BRItem.)
Propiedad pública BusinessRuleId Gets or sets the ID of the owning business rule. (Se hereda de BRItem.)
Propiedad pública ExtensionData Gets or sets the structure that contains extra data. (Se hereda de DataContractBase.)
Propiedad pública Identifier Gets or sets the unique identifier of the business rule item. (Se hereda de BRItem.)
Propiedad pública Operator Gets or sets the operator. (Se hereda de BRItem.)
Propiedad pública PostfixArguments Gets or sets an array of postfix (right-hand-side) arguments. (Se hereda de BRItem.)
Propiedad pública PrefixArgument Gets or sets an argument to define the logic of a business rule.
Propiedad pública Sequence Gets or sets the order in which business rule items should be displayed and evaluated. (Se hereda de BRItem.)
Propiedad pública Text Gets or sets the text describing the business rule item. (Se hereda de BRItem.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

Use BRAction to set a value or provide a validation to occur when certain conditions of the business rule are met.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices