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