AssembleDocumentResult Members

The AssembleDocumentResult type exposes the following members.
Methods

  NameDescription
Public methodDispose
Dispose implements the IDisposable interface
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
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 methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyAnswers
The post-assembly answer file (potentially modified from before the assembly, since assembly can have side effects)
Public propertyDocument
Returns the document that is the result of a document assembly operation.
Public propertyPendingAssemblies
An collection of assemblies that need to be completed after this assembly is finished (results of ASSEMBLE instructions in the assembled template).
Public propertyPendingAssembliesCount
Returns the number of pending assemblies (or 0 if it is null)
Public propertyUnansweredVariables
An collection of variable names for which answers were called for during assembly, but for which no answer was included in the answer collection.
Back to Top
See Also