RuleSetDialog 생성자

정의

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

오버로드

Name Description
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

ActivityRuleSet 값이 실행되는 값입니다. 일반적으로 워크플로(사용 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 입니다.

적용 대상