Click or drag to resize

DxfExportJobDefinitionConverter Methods

The DxfExportJobDefinitionConverter type exposes the following members.

Methods
 NameDescription
Public methodCreateJob Creates a new job instance.
(Inherited from BaseJobDefinitionConverter)
Public methodDeserialize Deserializes from a given stream into an object.
(Inherited from ExportJobDefinitionConverter)
Public methodDispose
(Inherited from BasePlugin)
Protected methodDispose(Boolean)
(Inherited from BasePlugin)
Public methodDisposeUI Disposes the given setting view.
(Inherited from BasePlugin)
Protected methodDoDisposeUI
(Inherited from BasePlugin)
Protected methodDoShowUI Shows the specific UI embedded in the plug-in instance. The content will be wrapped by a preset view.
(Inherited from ExportJobDefinitionConverter)
Protected methodDoShowUICallback Invokes the callback that can be used when the DoShowUI method is done.
(Inherited from ExportJobDefinitionConverter)
Protected methodExportJob Exports the given job into the given stream. The DryJobExecutor is used to collect the data into the CadExporter object created by the StateWrapper class. The file type is defined by the derived class.
(Inherited from ExportJobDefinitionConverter)
Public methodInitialize Plug-in specific initialization can be done here if necessary.
(Inherited from ExportJobDefinitionConverter)
Public methodReadSerializationVersion
(Inherited from BaseJobDefinitionConverter)
Public methodSerialize(JobDefinition, Stream) Serializes a given job into a stream.
(Inherited from ExportJobDefinitionConverter)
Public methodSerialize(JobDefinition, Stream, ActionEventHandlerProcessingStageFinishedEventArgs) Serializes a given job into a stream by preprocessing the job with a dry-run.
(Inherited from ExportJobDefinitionConverter)
Public methodShowUI
(Inherited from BaseJobDefinitionConverter)
Public methodShowUICallback
(Inherited from BaseJobDefinitionConverter)
Public methodShowUICancelCallback Invokes the callback that can be used when the ShowUI method is done and the user pressed the cancel button
(Inherited from BasePlugin)
Public methodToString
(Inherited from BasePlugin)
Protected methodWriteJobDefinitionVersion
(Inherited from BaseJobDefinitionConverter)
Top
See Also