Freigeben über


WorkflowInstanceRecord Konstruktoren

Definition

Erstellt eine neue Instanz der WorkflowInstanceRecord-Klasse.

Überlädt

WorkflowInstanceRecord(WorkflowInstanceRecord)

Erstellt eine neue Instanz der WorkflowInstanceRecord-Klasse, und zwar anhand einer vorhandenen WorkflowInstanceRecord-Instanz.

WorkflowInstanceRecord(Guid, String, String)

Erstellt eine neue Instanz der WorkflowInstanceRecord-Klasse.

WorkflowInstanceRecord(Guid, Int64, String, String)

Erstellt eine neue Instanz der WorkflowInstanceRecord-Klasse.

WorkflowInstanceRecord(Guid, String, String, WorkflowIdentity)

Erstellt eine neue Instanz der WorkflowInstanceRecord-Klasse.

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

Erstellt eine neue Instanz der WorkflowInstanceRecord-Klasse.

WorkflowInstanceRecord(WorkflowInstanceRecord)

Erstellt eine neue Instanz der WorkflowInstanceRecord-Klasse, und zwar anhand einer vorhandenen WorkflowInstanceRecord-Instanz.

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)

Parameter

record
WorkflowInstanceRecord

Die Instanz des Workflowinstanzdatensatzes, die verwendet werden soll.

Gilt für:

WorkflowInstanceRecord(Guid, String, String)

Erstellt eine neue Instanz der WorkflowInstanceRecord-Klasse.

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)

Parameter

instanceId
Guid

Die Instanz-ID der generierenden Workflowinstanz.

activityDefinitionId
String

Der Anzeigename der Stammaktivität des Workflows.

state
String

Der aktuelle Zustand des Workflows bei der Generierung des Workflows.

Gilt für:

WorkflowInstanceRecord(Guid, Int64, String, String)

Erstellt eine neue Instanz der WorkflowInstanceRecord-Klasse.

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)

Parameter

instanceId
Guid

Die Instanz-ID der generierenden Workflowinstanz.

recordNumber
Int64

Eine Sequenz, die die Reihenfolge definiert, in der Nachverfolgungsereignisse generiert werden.

activityDefinitionId
String

Der Anzeigename der Stammaktivität des Workflows.

state
String

Der aktuelle Zustand des Workflows bei der Generierung des Workflows.

Gilt für:

WorkflowInstanceRecord(Guid, String, String, WorkflowIdentity)

Erstellt eine neue Instanz der WorkflowInstanceRecord-Klasse.

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)

Parameter

instanceId
Guid

Die Instanz-ID der generierenden Workflowinstanz.

activityDefinitionId
String

Der Anzeigename der Stammaktivität des Workflows.

state
String

Der aktuelle Zustand des Workflows bei der Generierung des Workflows.

workflowDefinitionIdentity
WorkflowIdentity

Die Informationen über die Workflowidentität.

Gilt für:

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

Erstellt eine neue Instanz der WorkflowInstanceRecord-Klasse.

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)

Parameter

instanceId
Guid

Die Instanz-ID der generierenden Workflowinstanz.

recordNumber
Int64

Eine Sequenz, die die Reihenfolge definiert, in der Nachverfolgungsereignisse generiert werden.

activityDefinitionId
String

Der Anzeigename der Stammaktivität des Workflows.

state
String

Der aktuelle Zustand des Workflows bei der Generierung des Workflows.

workflowDefinitionIdentity
WorkflowIdentity

Die Informationen über die Workflowidentität.

Gilt für: