WorkflowInstanceRecord コンストラクター

定義

WorkflowInstanceRecord クラスの新しいインスタンスを作成します。

オーバーロード

WorkflowInstanceRecord(WorkflowInstanceRecord)

既存の WorkflowInstanceRecord インスタンスを使用して、WorkflowInstanceRecord クラスの新しいインスタンスを作成します。

WorkflowInstanceRecord(Guid, String, String)

WorkflowInstanceRecord クラスの新しいインスタンスを作成します。

WorkflowInstanceRecord(Guid, Int64, String, String)

WorkflowInstanceRecord クラスの新しいインスタンスを作成します。

WorkflowInstanceRecord(Guid, String, String, WorkflowIdentity)

WorkflowInstanceRecord クラスの新しいインスタンスを作成します。

WorkflowInstanceRecord(Guid, Int64, String, String, WorkflowIdentity)

WorkflowInstanceRecord クラスの新しいインスタンスを作成します。

WorkflowInstanceRecord(WorkflowInstanceRecord)

既存の WorkflowInstanceRecord インスタンスを使用して、WorkflowInstanceRecord クラスの新しいインスタンスを作成します。

protected:
 WorkflowInstanceRecord(System::Activities::Tracking::WorkflowInstanceRecord ^ record);
protected WorkflowInstanceRecord (System.Activities.Tracking.WorkflowInstanceRecord record);
new System.Activities.Tracking.WorkflowInstanceRecord : System.Activities.Tracking.WorkflowInstanceRecord -> System.Activities.Tracking.WorkflowInstanceRecord
Protected Sub New (record As WorkflowInstanceRecord)

パラメーター

record
WorkflowInstanceRecord

使用するワークフロー インスタンス レコードのインスタンス。

適用対象

WorkflowInstanceRecord(Guid, String, String)

WorkflowInstanceRecord クラスの新しいインスタンスを作成します。

public:
 WorkflowInstanceRecord(Guid instanceId, System::String ^ activityDefinitionId, System::String ^ state);
public WorkflowInstanceRecord (Guid instanceId, string activityDefinitionId, string state);
new System.Activities.Tracking.WorkflowInstanceRecord : Guid * string * string -> System.Activities.Tracking.WorkflowInstanceRecord
Public Sub New (instanceId As Guid, activityDefinitionId As String, state As String)

パラメーター

instanceId
Guid

生成するワークフロー インスタンスのインスタンス ID。

activityDefinitionId
String

ワークフローのルート アクティビティの表示名。

state
String

レコードが生成されたときのワークフローの現在の状態。

適用対象

WorkflowInstanceRecord(Guid, Int64, String, String)

WorkflowInstanceRecord クラスの新しいインスタンスを作成します。

public:
 WorkflowInstanceRecord(Guid instanceId, long recordNumber, System::String ^ activityDefinitionId, System::String ^ state);
public WorkflowInstanceRecord (Guid instanceId, long recordNumber, string activityDefinitionId, string state);
new System.Activities.Tracking.WorkflowInstanceRecord : Guid * int64 * string * string -> System.Activities.Tracking.WorkflowInstanceRecord
Public Sub New (instanceId As Guid, recordNumber As Long, activityDefinitionId As String, state As String)

パラメーター

instanceId
Guid

生成するワークフロー インスタンスのインスタンス ID。

recordNumber
Int64

追跡イベントを生成する順序を定義するシーケンス。

activityDefinitionId
String

ワークフローのルート アクティビティの表示名。

state
String

レコードが生成されたときのワークフローの現在の状態。

適用対象

WorkflowInstanceRecord(Guid, String, String, WorkflowIdentity)

WorkflowInstanceRecord クラスの新しいインスタンスを作成します。

public:
 WorkflowInstanceRecord(Guid instanceId, System::String ^ activityDefinitionId, System::String ^ state, System::Activities::WorkflowIdentity ^ workflowDefinitionIdentity);
public WorkflowInstanceRecord (Guid instanceId, string activityDefinitionId, string state, System.Activities.WorkflowIdentity workflowDefinitionIdentity);
new System.Activities.Tracking.WorkflowInstanceRecord : Guid * string * string * System.Activities.WorkflowIdentity -> System.Activities.Tracking.WorkflowInstanceRecord
Public Sub New (instanceId As Guid, activityDefinitionId As String, state As String, workflowDefinitionIdentity As WorkflowIdentity)

パラメーター

instanceId
Guid

生成するワークフロー インスタンスのインスタンス ID。

activityDefinitionId
String

ワークフローのルート アクティビティの表示名。

state
String

レコードが生成されたときのワークフローの現在の状態。

workflowDefinitionIdentity
WorkflowIdentity

ワークフロー ID に関する情報。

適用対象

WorkflowInstanceRecord(Guid, Int64, String, String, WorkflowIdentity)

WorkflowInstanceRecord クラスの新しいインスタンスを作成します。

public:
 WorkflowInstanceRecord(Guid instanceId, long recordNumber, System::String ^ activityDefinitionId, System::String ^ state, System::Activities::WorkflowIdentity ^ workflowDefinitionIdentity);
public WorkflowInstanceRecord (Guid instanceId, long recordNumber, string activityDefinitionId, string state, System.Activities.WorkflowIdentity workflowDefinitionIdentity);
new System.Activities.Tracking.WorkflowInstanceRecord : Guid * int64 * string * string * System.Activities.WorkflowIdentity -> System.Activities.Tracking.WorkflowInstanceRecord
Public Sub New (instanceId As Guid, recordNumber As Long, activityDefinitionId As String, state As String, workflowDefinitionIdentity As WorkflowIdentity)

パラメーター

instanceId
Guid

生成するワークフロー インスタンスのインスタンス ID。

recordNumber
Int64

追跡イベントを生成する順序を定義するシーケンス。

activityDefinitionId
String

ワークフローのルート アクティビティの表示名。

state
String

レコードが生成されたときのワークフローの現在の状態。

workflowDefinitionIdentity
WorkflowIdentity

ワークフロー ID に関する情報。

適用対象