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
継承
属性

注釈

Note

この資料では、古い型と名前空間について説明します。 詳細については、「Windows Workflow Foundation 4.5 のDeprecated 型」を参照してください。

コンストラクター

名前 説明
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)

適用対象