WorkflowInstanceUpdatedRecord Class

.NET Framework (current version)
 

Specifies information about an updated record.

Namespace:   System.Activities.Tracking
Assembly:  System.Activities (in System.Activities.dll)

System::Object
  System.Activities.Tracking::TrackingRecord
    System.Activities.Tracking::WorkflowInstanceRecord
      System.Activities.Tracking::WorkflowInstanceUpdatedRecord

[DataContractAttribute]
public ref class WorkflowInstanceUpdatedRecord sealed : WorkflowInstanceRecord

NameDescription
System_CAPS_pubpropertyActivityDefinitionId

Returns the display name of the root activity of the workflow that generated this record.(Inherited from WorkflowInstanceRecord.)

System_CAPS_pubpropertyAnnotations

When implemented in a derived class, represents a collection of name/value pairs that are added to this tracking record.(Inherited from TrackingRecord.)

System_CAPS_pubpropertyBlockingActivities

Gets or sets the list of blocking activities for the instance of updated record.

System_CAPS_pubpropertyEventTime

When implemented in a derived class, represents the time the tracking record occurred.(Inherited from TrackingRecord.)

System_CAPS_pubpropertyInstanceId

When implemented in a derived class, represents the ID of the generating workflow instance.(Inherited from TrackingRecord.)

System_CAPS_pubpropertyIsSuccessful

Gets a value that indicates whether the updated record of workflow instance is successful.

System_CAPS_pubpropertyLevel

Gets the TraceLevel of the event.(Inherited from TrackingRecord.)

System_CAPS_pubpropertyOriginalDefinitionIdentity

Gets or sets the original definition of the workflow identity.

System_CAPS_pubpropertyRecordNumber

A sequence that defines the order in which tracking records are generated. (Inherited from TrackingRecord.)

System_CAPS_pubpropertyState

The current state of the workflow when the record is generated.(Inherited from WorkflowInstanceRecord.)

System_CAPS_pubpropertyWorkflowDefinitionIdentity

Gets or sets the information about the workflow identity.(Inherited from WorkflowInstanceRecord.)

NameDescription
System_CAPS_protmethodClone()

Creates a deep copy of WorkflowInstanceRecord.(Inherited from WorkflowInstanceRecord.)

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that contains the tracking record data.(Overrides WorkflowInstanceRecord::ToString().)

.NET Framework
Available since 4.5

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: