Export |
The ExportJobDefinitionConverter type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateJob |
Creates a new job instance.
(Inherited from BaseJobDefinitionConverter) |
![]() | Deserialize |
Deserializes from a given stream into an object.
(Overrides BaseJobDefinitionConverter.Deserialize(Stream)) |
![]() | Dispose() | (Inherited from BasePlugin) |
![]() | Dispose(Boolean) | (Inherited from BasePlugin) |
![]() | DisposeUI |
Disposes the given setting view.
(Inherited from BasePlugin) |
![]() | DoDisposeUI | (Inherited from BasePlugin) |
![]() | DoShowUI |
Shows the specific UI embedded in the plug-in instance. The content will be wrapped by a preset view.
(Overrides BasePlugin.DoShowUI(String)) |
![]() | DoShowUICallback |
Invokes the callback that can be used when the DoShowUI method is done.
(Overrides BasePlugin.DoShowUICallback(PluginSettingsView)) |
![]() | ExportJob | 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. |
![]() | Initialize |
Plug-in specific initialization can be done here if necessary.
(Overrides BasePlugin.Initialize()) |
![]() | ReadSerializationVersion | (Inherited from BaseJobDefinitionConverter) |
![]() | Serialize(JobDefinition, Stream) |
Serializes a given job into a stream.
(Overrides BaseJobDefinitionConverter.Serialize(JobDefinition, Stream)) |
![]() | Serialize(JobDefinition, Stream, Action<EventHandler<ProcessingStageFinishedEventArgs>>) |
Serializes a given job into a stream by preprocessing the job with a dry-run.
(Overrides BaseJobDefinitionConverter.Serialize(JobDefinition, Stream, Action<EventHandler<ProcessingStageFinishedEventArgs>>)) |
![]() | ShowUI | (Inherited from BaseJobDefinitionConverter) |
![]() | ShowUICallback | (Inherited from BaseJobDefinitionConverter) |
![]() | ShowUICancelCallback |
Invokes the callback that can be used when the ShowUI method is done and the user pressed the cancel button
(Inherited from BasePlugin) |
![]() | ToString | (Inherited from BasePlugin) |
![]() | WriteJobDefinitionVersion | (Inherited from BaseJobDefinitionConverter) |