RuleActionTrackingEvent クラス

定義

注意事項

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

評価されたルールの名前、インスタンス ID、条件評価結果が格納されます。

public ref class RuleActionTrackingEvent
[System.Serializable]
public class RuleActionTrackingEvent
[System.Serializable]
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class RuleActionTrackingEvent
[<System.Serializable>]
type RuleActionTrackingEvent = class
[<System.Serializable>]
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type RuleActionTrackingEvent = class
Public Class RuleActionTrackingEvent
継承
RuleActionTrackingEvent
属性

RuleActionTrackingEvent クラスを使用するコード例を次に示します。 このコード例は、ConsoleTrackingService.cs ファイルから抜粋した RuleActionTrackingEventSample SDK サンプルの一部です。 詳細については、「 RuleActionTrackingEvent サンプル」を参照してください。

this.synchronizationScopeActivity = new System.Workflow.ComponentModel.SynchronizationScopeActivity();
Me.synchronizationScopeActivity = New System.Workflow.ComponentModel.SynchronizationScopeActivity()

プロパティ

ConditionResult

評価結果を取得します。

RuleName

Rule が発生する根拠となった RuleActionTrackingEvent の名前を取得します。

メソッド

Equals(Object)

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)

適用対象