InterviewWorkItem Methods
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
See Also