The InterviewAnswerSet type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| InterviewAnswerSet |
Constructor for InterviewAnswerSet.
|
Methods
| Name | Description | |
|---|---|---|
| Clear |
Clears the answers.
(Overrides AnswerCollection Clear .) | |
| CreateAnswer T |
Creates a new answer.
(Inherited from AnswerCollection.) | |
| DecodeInterviewAnswers(Stream) |
Decodes answers from an interview passed as a stream.
| |
| DecodeInterviewAnswers(TextReader) |
Decodes answers from an interview passed as a TextReader.
| |
| DecodeInterviewAnswers(String) |
Decodes answers from an interview passed as a string.
| |
| EncodeInterviewAnswers |
Encodes interview answers.
| |
| EncodeInterviewAnswers(Stream) |
Encodes interview answers and outputs them to a stream.
| |
| EncodeInterviewAnswers(TextWriter) |
Encodes interview answwers and outputs them to a TextWriter.
| |
| (Inherited from | ||
| GetDecodedInterviewAnswers |
Decodes answers from an interview passed as a TextReader.
| |
| GetEnumerator |
Gets an enumerator to iterate through the answers in the answer collection.
(Inherited from AnswerCollection.) | |
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
| OverlayXml |
Reads a TextReader into the answer collection without first clearing existing answers.
(Inherited from AnswerCollection.) | |
| ReadFile(Stream) |
Reads an answer file from a stream. Since it comes from a stream, the answer file name is empty.
(Inherited from AnswerCollection.) | |
| ReadFile(String) |
Read an answer file into this answer collection. Store the answer file name in the FilePath property.
Currently, the only supported file format is XML.
(Inherited from AnswerCollection.) | |
| ReadXml(Stream) |
Reads a stream into the answer collection.
(Inherited from AnswerCollection.) | |
| ReadXml(TextReader) |
Reads a TextReader into the answer collection.
(Inherited from AnswerCollection.) | |
| ReadXml(String) |
Reads an XML answer file into the answer collection.
(Inherited from AnswerCollection.) | |
| RemoveAnswer |
Removes an answer from the answer collection.
(Inherited from AnswerCollection.) | |
Returns a string that represents the current object. (Inherited from | ||
| TryGetAnswer |
Gets the answer for the specified HotDocs variable if it exists in the answer collection.
(Inherited from AnswerCollection.) | |
| WriteFile(Boolean) |
Write this answer collection to the file designated by the FilePath property.
(Inherited from AnswerCollection.) | |
| WriteFile(String, Boolean) |
Write this answer collection to a file. Store the answer file name in the FilePath property.
(Inherited from AnswerCollection.) | |
| WriteXml(Stream, Boolean) |
Writes the answer collection as a HotDocs XML answer file to the output stream.
(Inherited from AnswerCollection.) | |
| WriteXml(TextWriter, Boolean) |
Writes the answer collection as a HotDocs XML answer file to the TextWriter.
(Inherited from AnswerCollection.) |
Properties
| Name | Description | |
|---|---|---|
| AnswerCount |
The number of answers in the answer collection. Because HotDocs variables may be repeated, each of these answers may actually contain more than one value.
(Inherited from AnswerCollection.) | |
| FilePath |
Access the path of the file last read from by ReadFile(path) or written to by WriteFile(path).
(Inherited from AnswerCollection.) | |
| Title |
The title of the answer collection. When the answer collection is serialized as XML, the title appears as an attribute of the root AnswerSet node.
(Inherited from AnswerCollection.) | |
| Version |
The version number of the answer collection. When the answer collection is serialized as XML, this version number appears as an attribute of the root AnswerSet node.
(Inherited from AnswerCollection.) | |
| XmlAnswers |
An XML string representation of the entire answer collection.
(Inherited from AnswerCollection.) |
See Also