InterviewAnswerSet Members

The InterviewAnswerSet type exposes the following members.
Constructors

  NameDescription
Public methodInterviewAnswerSet
Constructor for InterviewAnswerSet.
Back to Top
Methods

  NameDescription
Public methodClear
Clears the answers.
(Overrides AnswerCollection Clear .)
Public methodCreateAnswer T 
Creates a new answer.
(Inherited from AnswerCollection.)
Public methodDecodeInterviewAnswers(Stream)
Decodes answers from an interview passed as a stream.
Public methodDecodeInterviewAnswers(TextReader)
Decodes answers from an interview passed as a TextReader.
Public methodDecodeInterviewAnswers(String)
Decodes answers from an interview passed as a string.
Public methodEncodeInterviewAnswers 
Encodes interview answers.
Public methodEncodeInterviewAnswers(Stream)
Encodes interview answers and outputs them to a stream.
Public methodEncodeInterviewAnswers(TextWriter)
Encodes interview answwers and outputs them to a TextWriter.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodStatic memberGetDecodedInterviewAnswers
Decodes answers from an interview passed as a TextReader.
Public methodGetEnumerator
Gets an enumerator to iterate through the answers in the answer collection.
(Inherited from AnswerCollection.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodOverlayXml
Reads a TextReader into the answer collection without first clearing existing answers.
(Inherited from AnswerCollection.)
Public methodReadFile(Stream)
Reads an answer file from a stream. Since it comes from a stream, the answer file name is empty.
(Inherited from AnswerCollection.)
Public methodReadFile(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.)
Public methodReadXml(Stream)
Reads a stream into the answer collection.
(Inherited from AnswerCollection.)
Public methodReadXml(TextReader)
Reads a TextReader into the answer collection.
(Inherited from AnswerCollection.)
Public methodReadXml(String)
Reads an XML answer file into the answer collection.
(Inherited from AnswerCollection.)
Public methodRemoveAnswer
Removes an answer from the answer collection.
(Inherited from AnswerCollection.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Public methodTryGetAnswer
Gets the answer for the specified HotDocs variable if it exists in the answer collection.
(Inherited from AnswerCollection.)
Public methodWriteFile(Boolean)
Write this answer collection to the file designated by the FilePath property.
(Inherited from AnswerCollection.)
Public methodWriteFile(String, Boolean)
Write this answer collection to a file. Store the answer file name in the FilePath property.
(Inherited from AnswerCollection.)
Public methodWriteXml(Stream, Boolean)
Writes the answer collection as a HotDocs XML answer file to the output stream.
(Inherited from AnswerCollection.)
Public methodWriteXml(TextWriter, Boolean)
Writes the answer collection as a HotDocs XML answer file to the TextWriter.
(Inherited from AnswerCollection.)
Back to Top
Properties

  NameDescription
Public propertyAnswerCount
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.)
Public propertyFilePath
Access the path of the file last read from by ReadFile(path) or written to by WriteFile(path).
(Inherited from AnswerCollection.)
Public propertyTitle
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.)
Public propertyVersion
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.)
Public propertyXmlAnswers
An XML string representation of the entire answer collection.
(Inherited from AnswerCollection.)
Back to Top
See Also