Namespace Quantellia.WMServer.Asset.Model.Document
Classes
ADGArgs
Args for use in the document/{id}/generate endpoint. Includes all of the parameters necessary to generate a new document from a template.
ADGFormattable
A class that implements IADGFormattable for deserialization purposes.
ADGReturnArgs
The object that is returned to the user after an ADG call.
DocumentDataArgs
The document GET endpoint won't return DocumentData or EditedText to prevent excessively large amounts of data being transferred each GET. Instead, they will be supplied with these arguments in a separate endpoint.
FileSignatureHelper
Contains the logic needed to derive the file extension from a file's hex representation.
ManyDocumentArgs
An args object used for inserting or removing multiple documents in a single call.
Interfaces
IADGFormattable
elements returned from decision models for use in automatic document generation must conform to this class.