AnswersSource Class |
Encapsulates a source of answersets, which may be in the form of a callback, stream(s), file(s), or string(s).
Inheritance Hierarchy
HotDocs.Cloud.ClientAnswersSource
Namespace: HotDocs.Cloud.Client
Assembly: HotDocs.Cloud.Client (in HotDocs.Cloud.Client.dll) Version: 1.0.5652.20312
Syntax
Constructors
Name | Description | |
---|---|---|
![]() | AnswersSource(IEnumerableFileInfo) |
Constructor that takes a collection of files
|
![]() | AnswersSource(IEnumerableString) |
Constructor that takes a collection of answerset strings
|
![]() | AnswersSource(FileInfo) |
Constructor that takes a single file
|
![]() | AnswersSource(String) |
Constructor that takes a single answerset string
|
![]() | AnswersSource(IEnumerableStream, Boolean) |
Constructor that takes a collection of streams
|
![]() ![]() | AnswersSource(FuncStream, Boolean) |
Constructor that takes a callback
|
![]() | AnswersSource(Stream, Boolean) |
Constructor that takes a single stream
|
See Also