Csv |
[Missing <summary> documentation for "T:RAYLASE.MarkerPlugin.Exporters.CsvExportJobDefinitionConverter"]
public class CsvExportJobDefinitionConverter : BaseJobDefinitionConverter
The CsvExportJobDefinitionConverter type exposes the following members.
| Name | Description | |
|---|---|---|
| CsvExportJobDefinitionConverter | Initializes a new instance of the Object class. |
| Name | Description | |
|---|---|---|
| ConfigurationManager | (Inherited from BasePlugin) | |
| LogDirectory |
The directory of the log file.
(Inherited from BasePlugin) | |
| Logger |
The common logger.
(Inherited from BasePlugin) | |
| NeedsDryRun |
The flag whether a dry-run is needed to preprocess the serialization.
(Inherited from BaseJobDefinitionConverter) | |
| PluginMetadata |
The metadata of the plugin instances. If the concrete class inherits from the BasePluginSetup interface, the metadata of the BasePluginSetup will be prefilled.
(Inherited from BasePlugin) | |
| SerializationLabel | (Inherited from BaseJobDefinitionConverter) | |
| SerializationType |
The unique ID to represent this converter. This will be used as the extension of the converted file.
(Inherited from BaseJobDefinitionConverter) | |
| SerializationVersion | (Inherited from BaseJobDefinitionConverter) |
| Name | Description | |
|---|---|---|
| CreateJob |
Creates a new job instance.
(Inherited from BaseJobDefinitionConverter) | |
| Deserialize |
Deserializes from a given stream into an object.
(Overrides BaseJobDefinitionConverterDeserialize(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 BasePluginDoShowUI(String)) | |
| DoShowUICallback |
Invokes the callback that can be used when the DoShowUI method is done.
(Overrides BasePluginDoShowUICallback(PluginSettingsView)) | |
| Initialize |
Plug-in specific initialization can be done here if necessary.
(Inherited from BasePlugin) | |
| ReadSerializationVersion | (Inherited from BaseJobDefinitionConverter) | |
| Serialize(JobDefinition, Stream) |
Serializes a given job into a stream.
(Overrides BaseJobDefinitionConverterSerialize(JobDefinition, Stream)) | |
| Serialize(JobDefinition, Stream, ActionEventHandlerProcessingStageFinishedEventArgs) |
Serializes a given job into a stream by preprocessing the job with a dry-run.
(Overrides BaseJobDefinitionConverterSerialize(JobDefinition, Stream, ActionEventHandlerProcessingStageFinishedEventArgs)) | |
| 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) |