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

プロパティ

名前 説明
ConditionResult
古い.

条件評価の結果を取得します。

RuleName
古い.

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

メソッド

名前 説明
Equals(Object)
古い.

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

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

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

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

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

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

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

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

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

(継承元 Object)

適用対象