다음을 통해 공유


RuleSetDialog 생성자

정의

RuleSetDialog 클래스의 새 인스턴스를 초기화합니다.

오버로드

RuleSetDialog(Activity, RuleSet)

RuleSetDialog 클래스의 새 인스턴스를 초기화합니다.

RuleSetDialog(Type, ITypeProvider, RuleSet)

RuleSetDialog 클래스의 새 인스턴스를 초기화합니다.

RuleSetDialog(Activity, RuleSet)

RuleSetDialog 클래스의 새 인스턴스를 초기화합니다.

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)

매개 변수

activity
Activity

Activity가 실행되는 RuleSet입니다. 일반적으로는 PolicyActivity에서 사용되는 것처럼 워크플로를 지정하지만, 유효한 모든 활동을 지정할 수 있습니다.

ruleSet
RuleSet

표시할 초기 RuleSet입니다.

적용 대상

RuleSetDialog(Type, ITypeProvider, RuleSet)

RuleSetDialog 클래스의 새 인스턴스를 초기화합니다.

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)

매개 변수

activityType
Type

이 조건이 실행되는 개체의 형식입니다. 일반적으로 워크플로이지만 유효한 모든 형식일 수 있습니다.

typeProvider
ITypeProvider

조건에 사용할 수 있는 ITypeProvider를 결정하는 데 사용되는 선택적 Types 구현입니다. 이 매개 변수를 지정하지 않으면 activityType에서 지정한 어셈블리와 이 어셈블리에서 참조하는 어셈블리의 형식만 사용할 수 있습니다.

ruleSet
RuleSet

표시할 초기 RuleSet입니다.

적용 대상