RuleSetDialog Constructor (Type^, ITypeProvider^, RuleSet^)
.NET Framework (current version)
Initializes a new instance of the RuleSetDialog class.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
public:
RuleSetDialog(
Type^ activityType,
ITypeProvider^ typeProvider,
RuleSet^ ruleSet
)
Parameters
- activityType
-
Type:
System::Type^
The type of the object that this condition is executed against. Normally it is the workflow, but can be any valid type.
- typeProvider
-
Type:
System.Workflow.ComponentModel.Compiler::ITypeProvider^
An optional ITypeProvider implementation that is used to determine what Types are available in the condition. If one is not specified, only types in the assembly specified by activityType and any assemblies it references are available.
- ruleSet
-
Type:
System.Workflow.Activities.Rules::RuleSet^
The initial T:System.Workflow.Activies.Rules.RuleSet to be displayed.
.NET Framework
Available since 3.0
Available since 3.0
Show: