The InterviewWorkItem type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | ![]() | (Inherited from ![]() |
![]() | FinishInterview |
Called by the host application when answers have been posted back from a browser interview.
|
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | GetInterview |
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).
|
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Properties
Name | Description | |
---|---|---|
![]() | IsCompleted |
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.) |
![]() | Template |
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.) |
![]() | Title |
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.) |
See Also