Response Class

Response data contract

Definition

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
[SerializableAttribute]
public class Response
Inheritance
Object    Response

Constructors

Response Initializes a new instance of the Response class.
Response(ResponseType) Constructor for a

Properties

Action Gets or sets the action.
Actor Gets or sets the actor name type
Actors Gets or sets the actors
Answers Gets or sets the answer records.
Attachments Gets or sets the attachments
Comment Gets or sets the comment.
DueDate Gets or sets the due date
Identity Gets or sets the indetity of the user task.
NearDueDate Gets or sets the near due date
OldOwner The old owner of the instance.

Remarks

Valid in the TakeoverResponse
OptionalActors Gets or sets the new optional actors
Properties Gets or sets the properties.
ResponseType The response type.
Steps The new steps remaining on the current extended submission. Used in the response to update the steps on the flow
TaskOwner The owner of the user task.
TaskResponder The respondee of the user task.
Title Gets or sets the new instance title
UserTaskData Extra data to be stored on the usertask for reporting
UserTasks Response from UserTasks
ValidationError 

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Extension Methods

See Also