Freigeben über


RuleSetDialog Konstruktoren

Definition

Initialisiert eine neue Instanz der RuleSetDialog-Klasse.

Überlädt

RuleSetDialog(Activity, RuleSet)

Initialisiert eine neue Instanz der RuleSetDialog-Klasse.

RuleSetDialog(Type, ITypeProvider, RuleSet)

Initialisiert eine neue Instanz der RuleSetDialog-Klasse.

RuleSetDialog(Activity, RuleSet)

Initialisiert eine neue Instanz der RuleSetDialog-Klasse.

public:
 RuleSetDialog(System::Workflow::ComponentModel::Activity ^ activity, System::Workflow::Activities::Rules::RuleSet ^ ruleSet);
public RuleSetDialog (System.Workflow.ComponentModel.Activity activity, System.Workflow.Activities.Rules.RuleSet ruleSet);
new System.Workflow.Activities.Rules.Design.RuleSetDialog : System.Workflow.ComponentModel.Activity * System.Workflow.Activities.Rules.RuleSet -> System.Workflow.Activities.Rules.Design.RuleSetDialog
Public Sub New (activity As Activity, ruleSet As RuleSet)

Parameter

activity
Activity

Activity für die dieser RuleSet ausgeführt wird. Normalerweise ist das der Workflow (wie von PolicyActivity verwendet), es kann sich jedoch um jede gültige Aktivität handeln.

ruleSet
RuleSet

Der ursprüngliche RuleSet, der angezeigt werden soll.

Gilt für

RuleSetDialog(Type, ITypeProvider, RuleSet)

Initialisiert eine neue Instanz der RuleSetDialog-Klasse.

public:
 RuleSetDialog(Type ^ activityType, System::Workflow::ComponentModel::Compiler::ITypeProvider ^ typeProvider, System::Workflow::Activities::Rules::RuleSet ^ ruleSet);
public RuleSetDialog (Type activityType, System.Workflow.ComponentModel.Compiler.ITypeProvider typeProvider, System.Workflow.Activities.Rules.RuleSet ruleSet);
new System.Workflow.Activities.Rules.Design.RuleSetDialog : Type * System.Workflow.ComponentModel.Compiler.ITypeProvider * System.Workflow.Activities.Rules.RuleSet -> System.Workflow.Activities.Rules.Design.RuleSetDialog
Public Sub New (activityType As Type, typeProvider As ITypeProvider, ruleSet As RuleSet)

Parameter

activityType
Type

Der Typ des Objekts, zu dem diese Bedingung ausgeführt wird. Normalerweise ist das der Workflow, es kann sich jedoch um jeden gültigen Typ handeln.

typeProvider
ITypeProvider

Eine optionale ITypeProvider-Implementierung, mit der bestimmt wird, welche Types in der Bedingung verfügbar sind. Wenn kein Typanbieter angegeben wird, sind nur Typen in der Assembly verfügbar, die von activityType und den Assemblys, auf die sie verweist, angegeben werden.

ruleSet
RuleSet

Der ursprüngliche RuleSet, der angezeigt werden soll.

Gilt für