RuleValidation 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
RuleValidation 클래스의 새 인스턴스를 초기화합니다.
오버로드
RuleValidation(Type, ITypeProvider) |
RuleValidation의 Type을 사용하여 Rule 클래스의 새 인스턴스를 초기화합니다. |
RuleValidation(Activity, ITypeProvider, Boolean) |
지정된 RuleValidation 및 공급자 형식을 사용하여 Activity 클래스의 새 인스턴스를 초기화합니다. |
RuleValidation(Type, ITypeProvider)
RuleValidation의 Type을 사용하여 Rule 클래스의 새 인스턴스를 초기화합니다.
public:
RuleValidation(Type ^ thisType, System::Workflow::ComponentModel::Compiler::ITypeProvider ^ typeProvider);
public RuleValidation (Type thisType, System.Workflow.ComponentModel.Compiler.ITypeProvider typeProvider);
new System.Workflow.Activities.Rules.RuleValidation : Type * System.Workflow.ComponentModel.Compiler.ITypeProvider -> System.Workflow.Activities.Rules.RuleValidation
Public Sub New (thisType As Type, typeProvider As ITypeProvider)
매개 변수
- thisType
- Type
이 RuleCondition 또는 RuleSet를 실행할 개체의 형식입니다. 일반적으로 워크플로이지만 유효한 모든 형식일 수 있습니다.
- typeProvider
- ITypeProvider
조건에 사용할 수 있는 ITypeProvider을 결정하는 데 사용되는 선택적 Type 구현입니다. 지정하지 않으면 동작에서 지정한 어셈블리의 형식 및 동작에서 참조하는 어셈블리만 사용할 수 있습니다.
예외
thisType
이 null 참조(Visual Basic의 경우 Nothing
)인 경우
적용 대상
RuleValidation(Activity, ITypeProvider, Boolean)
지정된 RuleValidation 및 공급자 형식을 사용하여 Activity 클래스의 새 인스턴스를 초기화합니다.
public:
RuleValidation(System::Workflow::ComponentModel::Activity ^ activity, System::Workflow::ComponentModel::Compiler::ITypeProvider ^ typeProvider, bool checkStaticType);
public RuleValidation (System.Workflow.ComponentModel.Activity activity, System.Workflow.ComponentModel.Compiler.ITypeProvider typeProvider, bool checkStaticType);
new System.Workflow.Activities.Rules.RuleValidation : System.Workflow.ComponentModel.Activity * System.Workflow.ComponentModel.Compiler.ITypeProvider * bool -> System.Workflow.Activities.Rules.RuleValidation
Public Sub New (activity As Activity, typeProvider As ITypeProvider, checkStaticType As Boolean)
매개 변수
- activity
- Activity
Activity 또는 RuleCondition를 실행하는 컨텍스트의 RuleSet입니다. 대부분의 경우 워크플로 개체입니다.
- typeProvider
- ITypeProvider
조건에 사용할 수 있는 ITypeProvider을 결정하는 데 사용되는 선택적 Type 구현입니다. 지정하지 않으면 동작에서 지정한 어셈블리의 형식 및 동작에서 참조하는 어셈블리만 사용할 수 있습니다.
- checkStaticType
- Boolean
true
이면 이 개체의 유효성을 검사한 RuleCondition 또는 RuleSet에서 사용된 형식이 허용된 제한 형식 목록에 있어야 합니다.
예외
activity
이 null 참조(Visual Basic의 경우 Nothing
)인 경우
설명
이 생성자는 디자인 타임에 사용됩니다.