UpdatedConditionAction Classe

Definição

Representa a alteração de um RuleSet para atualizações dinâmicas.Represents the change to a RuleSet for dynamic updates. Essa classe não pode ser herdada.This class cannot be inherited.

public ref class UpdatedConditionAction sealed : System::Workflow::Activities::Rules::RuleConditionChangeAction
public sealed class UpdatedConditionAction : System.Workflow.Activities.Rules.RuleConditionChangeAction
type UpdatedConditionAction = class
    inherit RuleConditionChangeAction
Public NotInheritable Class UpdatedConditionAction
Inherits RuleConditionChangeAction
Herança

Comentários

Essa classe pode ser usada por um serviço de controle para determinar quais RuleCondition objetos foram alterados durante uma atualização dinâmica.This class can be used by a tracking service to determine which RuleCondition objects have been changed during a dynamic update. Uma instância desse objeto será gerada para cada RuleCondition que existia antes da atualização dinâmica e permanece em seguida, e tem uma expressão diferente.An instance of this object will be generated for every RuleCondition that existed before the dynamic update and remains afterwards, and has a different expression.

Construtores

UpdatedConditionAction()

Inicializa uma nova instância da classe UpdatedConditionAction.Initializes a new instance of the UpdatedConditionAction class.

UpdatedConditionAction(RuleCondition, RuleCondition)

Inicializa uma nova instância da classe UpdatedConditionAction com as condições novas e existentes da alteração.Initializes a new instance of the UpdatedConditionAction class, with the existing and new conditions of the change.

Propriedades

ConditionDefinition

Obtém ou define a condição que está sendo substituída por essa ação.Gets or sets the condition being replaced by this action.

ConditionName

Obtém o nome da condição que será substituída.Gets the name of the condition be replaced.

NewConditionDefinition

Obtém ou define a condição que substituirá a condição existente.Gets or sets the condition which will replace the existing condition.

Métodos

ApplyTo(Activity)

Quando substituído em uma classe derivada, aplica as alterações à Activity raiz.When overridden in a derived class, applies the changes to the root Activity.

(Herdado de WorkflowChangeAction)
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)
ValidateChanges(Activity)

Quando substituído em uma classe derivada, verifica se a RuleConditionChangeAction está configurada corretamente e não tem erros.When overridden in a derived class, verifies that the RuleConditionChangeAction is configured correctly and has no errors.

(Herdado de RuleConditionChangeAction)

Aplica-se a

Confira também