ActivityCondition.Evaluate(Activity, IServiceProvider) Método

Definição

Avalia a condição subjacente.Evaluates the underlying condition.

public:
 abstract bool Evaluate(System::Workflow::ComponentModel::Activity ^ activity, IServiceProvider ^ provider);
public abstract bool Evaluate (System.Workflow.ComponentModel.Activity activity, IServiceProvider provider);
abstract member Evaluate : System.Workflow.ComponentModel.Activity * IServiceProvider -> bool
Public MustOverride Function Evaluate (activity As Activity, provider As IServiceProvider) As Boolean

Parâmetros

activity
Activity

O Activity associado a esta condição.The Activity associated with this condition.

provider
IServiceProvider

O IServiceProvider para esta avaliação de condição.The IServiceProvider for this condition evaluation.

Retornos

Boolean

O Boolean resultante da avaliação da expressão subjacente.The Boolean resulting from evaluating the underlying expression.

Aplica-se a