ConditionValidator クラス

定義

注意事項

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

コレクション検証コンポーネントすべての基本クラスである DependencyObjectValidator の派生クラスです。

public ref class ConditionValidator : System::Workflow::ComponentModel::Compiler::DependencyObjectValidator
public class ConditionValidator : System.Workflow.ComponentModel.Compiler.DependencyObjectValidator
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class ConditionValidator : System.Workflow.ComponentModel.Compiler.DependencyObjectValidator
type ConditionValidator = class
    inherit DependencyObjectValidator
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ConditionValidator = class
    inherit DependencyObjectValidator
Public Class ConditionValidator
Inherits DependencyObjectValidator
継承
属性

注釈

注意

ここでは、廃止された型と名前空間について説明します。 詳細については、「.NET 4.5 での Windows Workflow Foundation の新機能」を参照してください。

コンストラクター

ConditionValidator()
古い.

ConditionValidator クラスの新しいインスタンスを初期化します。

メソッド

Equals(Object)
古い.

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetFullPropertyName(ValidationManager)
古い.

プロパティの完全名を抽出するヘルパー メソッド。

(継承元 Validator)
GetHashCode()
古い.

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()
古い.

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()
古い.

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()
古い.

現在のオブジェクトを表す文字列を返します。

(継承元 Object)
Validate(ValidationManager, Object)
古い.

指定された ValidationManager を使って、指定されたオブジェクトを検証します。

ValidateActivityChange(Activity, ActivityChangeAction)
古い.

派生クラスでオーバーライドすると、追加または削除された指定の Activity を基に変更内容を検証します。 動的更新の際、ワークフローに変更を施す時点で呼び出されます。

(継承元 Validator)
ValidateProperties(ValidationManager, Object)
古い.

特定のオブジェクト プロパティを自動的に検証するヘルパー メソッド。

(継承元 Validator)
ValidateProperty(PropertyInfo, Object, Object, ValidationManager)
古い.

プロパティを検証し、その結果を格納した ValidationErrorCollection を返します。

(継承元 Validator)

適用対象