InterviewWorkItem Members

The InterviewWorkItem type exposes the following members.
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodFinishInterview
Called by the host application when answers have been posted back from a browser interview.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetInterview
Called by the host application when it needs to deliver an interview down to the end user in a web page. Wraps the underlying IServices.GetInterview call (for convenience).
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyIsCompleted
A flag indicating whether this work item has been completed or not. This property is only set by the WorkSession to which this WorkItem belongs.
(Inherited from WorkItem.)
Public propertyTemplate
The template associated with this work item. For interview work items, this is the template that delivers the interview. For document work items, this is the template that generates the document. A single template can be (and often is) associated with both an interview work item and a document work item.
(Inherited from WorkItem.)
Public propertyTitle
The title of the work item. This is used by a host application when presenting user interface showing the completed and pending work items. Right now each work item maintains its own title internally, but eventually the title could be derived from elsewhere (for example, the Title property of InterviewOptions, or if that's not set then the title associated with a template).
(Inherited from WorkItem.)
Back to Top
See Also