RuleExecution Classe

Definição

Armazena as informações de estado durante a execução das classes RuleCondition ou RuleAction.Stores state information while executing RuleCondition or RuleAction classes.

public ref class RuleExecution
public class RuleExecution
type RuleExecution = class
Public Class RuleExecution
Herança
RuleExecution

Construtores

RuleExecution(RuleValidation, Object)

Inicializa uma nova instância da classe RuleExecution usando o RuleValidation e o objeto a ser executado.Initializes a new instance of the RuleExecution class by using the RuleValidation and the object to be executed.

RuleExecution(RuleValidation, Object, ActivityExecutionContext)

Inicializa uma nova instância da classe RuleExecution usando o RuleValidation, o objeto a ser executado e o ActivityExecutionContext para a atividade atual.Initializes a new instance of the RuleExecution class by using the RuleValidation, the object to be executed, and the ActivityExecutionContext for the current activity.

Propriedades

Activity

Obtém o Activity no qual a regra está sendo executada.Gets the Activity in which the rule is being executed.

ActivityExecutionContext

Obtém o ActivityExecutionContext para a Atividade atual.Gets the ActivityExecutionContext for the current Activity.

Halted

Obtém ou define um valor que indica se a execução da regra foi interrompida.Gets or sets a value that indicates whether the rule execution was stopped.

ThisObject

Obtém o objeto atual a ser executado.Gets the current object to be executed.

Validation

Obtém ou define a instância de validação para a expressão a ser executada.Gets or sets the validation instance for the expression to execute.

Métodos

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)

Aplica-se a