CodeCondition 클래스

정의

주의

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

워크플로 정의 내에서 특정 활동의 실행을 보호/구동하는 조건을 정의합니다. 조건 결과를 반환할 ConditionalEventArgs 형식의 이벤트가 있습니다.

public ref class CodeCondition : System::Workflow::ComponentModel::ActivityCondition
[System.Workflow.ComponentModel.Compiler.ActivityValidator(typeof(System.Workflow.Activities.CodeCondition+CodeConditionValidator))]
public class CodeCondition : System.Workflow.ComponentModel.ActivityCondition
[System.Workflow.ComponentModel.Compiler.ActivityValidator(typeof(System.Workflow.Activities.CodeCondition+CodeConditionValidator))]
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class CodeCondition : System.Workflow.ComponentModel.ActivityCondition
[<System.Workflow.ComponentModel.Compiler.ActivityValidator(typeof(System.Workflow.Activities.CodeCondition+CodeConditionValidator))>]
type CodeCondition = class
    inherit ActivityCondition
[<System.Workflow.ComponentModel.Compiler.ActivityValidator(typeof(System.Workflow.Activities.CodeCondition+CodeConditionValidator))>]
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type CodeCondition = class
    inherit ActivityCondition
Public Class CodeCondition
Inherits ActivityCondition
상속
특성

설명

참고

이 자료에서는 더 이상 사용되지 않는 형식과 네임스페이스에 대해 설명합니다. 자세한 내용은 Deprecated Types in Windows Workflow Foundation 4.5(Windows Workflow Foundation 4.5에서 사용되지 않는 형식)를 참조하세요.

생성자

CodeCondition()
사용되지 않음.

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

필드

ConditionEvent
사용되지 않음.

DependencyProperty 이벤트를 대상으로 하는 Condition를 나타냅니다.

속성

DesignMode
사용되지 않음.

이 인스턴스가 디자인 모드 또는 런타임 모드에 있는지 나타내는 값을 가져옵니다.

(다음에서 상속됨 DependencyObject)
ParentDependencyObject
사용되지 않음.

DependencyObject 그래프의 부모 DependencyObject를 가져옵니다.

(다음에서 상속됨 DependencyObject)
Site
사용되지 않음.

SiteDependencyObject 구성 요소에 대한 참조를 가져오거나 설정합니다.

(다음에서 상속됨 DependencyObject)
UserData
사용되지 않음.

사용자 지정 데이터를 이 클래스 인스턴스와 연결하는 IDictionary를 가져옵니다.

(다음에서 상속됨 DependencyObject)

메서드

AddHandler(DependencyProperty, Object)
사용되지 않음.

DependencyObject 이벤트에 대한 처리기를 추가합니다.

(다음에서 상속됨 DependencyObject)
Dispose()
사용되지 않음.

DependencyObject에서 사용하는 리소스를 모두 해제합니다.

(다음에서 상속됨 DependencyObject)
Dispose(Boolean)
사용되지 않음.

DependencyObject에서 사용하는 관리되지 않는 리소스를 해제하고, 관리되는 리소스를 선택적으로 해제합니다.

(다음에서 상속됨 DependencyObject)
Equals(Object)
사용되지 않음.

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
Evaluate(Activity, IServiceProvider)
사용되지 않음.

내부 조건을 확인합니다.

GetBinding(DependencyProperty)
사용되지 않음.

특정 ActivityBind와 연결된 DependencyProperty에 대한 액세스를 제공합니다.

(다음에서 상속됨 DependencyObject)
GetBoundValue(ActivityBind, Type)
사용되지 않음.

Object의 주체인 ActivityBind를 검색합니다.

GetHashCode()
사용되지 않음.

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetInvocationList<T>(DependencyProperty)
사용되지 않음.

지정된 DependencyProperty의 대리자를 포함하는 배열을 가져옵니다.

(다음에서 상속됨 DependencyObject)
GetType()
사용되지 않음.

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
GetValue(DependencyProperty)
사용되지 않음.

지정된 DependencyProperty의 값에 대한 액세스를 제공합니다.

(다음에서 상속됨 DependencyObject)
GetValueBase(DependencyProperty)
사용되지 않음.

DependencyProperty의 바인딩된 개체에 액세스하는 데 사용할 수 있으며 GetValue(DependencyProperty) 재정의를 무시합니다.

(다음에서 상속됨 DependencyObject)
InitializeProperties()
사용되지 않음.

파생 클래스에서 재정의되는 경우 종속성 속성에 대해 초기화를 수행합니다.

(다음에서 상속됨 DependencyObject)
IsBindingSet(DependencyProperty)
사용되지 않음.

DependencyProperty의 값이 바인딩으로 설정되었는지 여부를 나타냅니다. SetBinding(DependencyProperty, ActivityBind)을 참조하세요.

(다음에서 상속됨 DependencyObject)
MemberwiseClone()
사용되지 않음.

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
MetaEquals(DependencyObject)
사용되지 않음.

metapropertiesDependencyObject가 매개 변수화된 metapropertiesDependencyObject와 같은지 여부를 결정합니다.

(다음에서 상속됨 DependencyObject)
RemoveHandler(DependencyProperty, Object)
사용되지 않음.

연결된 EventHandler에서 DependencyProperty를 제거합니다.

(다음에서 상속됨 DependencyObject)
RemoveProperty(DependencyProperty)
사용되지 않음.

DependencyProperty에서 DependencyObject 개체를 제거합니다.

(다음에서 상속됨 DependencyObject)
SetBinding(DependencyProperty, ActivityBind)
사용되지 않음.

지정된 ActivityBind에 대한 DependencyProperty를 설정합니다.

(다음에서 상속됨 DependencyObject)
SetBoundValue(ActivityBind, Object)
사용되지 않음.

대상 ActivityBind의 값을 설정합니다.

(다음에서 상속됨 DependencyObject)
SetReadOnlyPropertyValue(DependencyProperty, Object)
사용되지 않음.

읽기 전용인 DependencyProperty의 값을 설정합니다.

(다음에서 상속됨 DependencyObject)
SetValue(DependencyProperty, Object)
사용되지 않음.

DependencyProperty의 값을 개체에 설정합니다.

(다음에서 상속됨 DependencyObject)
SetValueBase(DependencyProperty, Object)
사용되지 않음.

DependencyProperty를 무시하고 Object의 값을 지정된 SetValue(DependencyProperty, Object)에 설정합니다.

(다음에서 상속됨 DependencyObject)
ToString()
사용되지 않음.

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

이벤트

Condition
사용되지 않음.

조건이 확인될 때 발생합니다.

명시적 인터페이스 구현

IComponent.Disposed
사용되지 않음.

구성 요소의 Disposed 이벤트를 처리하는 메서드를 나타냅니다.

(다음에서 상속됨 DependencyObject)

적용 대상