DependencyObjectValidator 클래스

정의

주의

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

Validator 파생은 모든 종속성 개체 유효성 검사기 구성 요소의 기본 클래스입니다.

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

설명

메모

이 재질에서는 사용되지 않는 형식 및 네임스페이스에 대해 설명합니다. 자세한 내용은 Windows Workflow Foundation 4.5 참조하세요.

생성자

Name Description
DependencyObjectValidator()
사용되지 않음.

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

메서드

Name Description
Equals(Object)
사용되지 않음.

지정한 개체와 현재 개체가 같은지 여부를 확인합니다.

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

전체 속성 이름을 추출하는 도우미 메서드입니다.

(다음에서 상속됨 Validator)
GetHashCode()
사용되지 않음.

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

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

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

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

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

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

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

(다음에서 상속됨 Object)
Validate(ValidationManager, Object)
사용되지 않음.

지정된 ValidationManager을 사용하여 지정된 Object 각 settable DependencyProperty 의 유효성을 검사합니다.

ValidateActivityChange(Activity, ActivityChangeAction)
사용되지 않음.

파생 클래스에서 재정의되는 경우 지정된 추가 또는 제거에 따라 변경 내용의 유효성을 Activity 검사합니다. 이 함수는 동적 업데이트 중에 워크플로에 적용된 변경 내용을 적용하는 동안 호출됩니다.

(다음에서 상속됨 Validator)
ValidateProperties(ValidationManager, Object)
사용되지 않음.

도우미 메서드는 특정 개체 속성의 유효성을 자동으로 검사합니다.

(다음에서 상속됨 Validator)
ValidateProperty(PropertyInfo, Object, Object, ValidationManager)
사용되지 않음.

속성에 대한 유효성 검사를 수행하고 해당 유효성 검사 결과가 포함된 값을 반환 ValidationErrorCollection 합니다.

(다음에서 상속됨 Validator)

적용 대상