RuleSetDialog 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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에서 사용되는 것처럼 워크플로를 지정하지만, 유효한 모든 활동을 지정할 수 있습니다.
적용 대상
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
에서 지정한 어셈블리와 이 어셈블리에서 참조하는 어셈블리의 형식만 사용할 수 있습니다.