FileHandlerExtension Class |
Namespace: CTExtensions.Interfaces
The FileHandlerExtension type exposes the following members.
Name | Description | |
---|---|---|
BatchProcessAfterConversions |
Called after Batch conversion has finished.
Use as such:
var fileMappings = poFileMappings.Cast<CTEngineLib.CTGeneric>().ToList();
var overriddenProperties = poOverridenProperties.Cast<CTEngineLib.CTGeneric>().ToList();
| |
BeforeAddToPrintList |
Pre notifies when a file is added to the print list
| |
FileSaveCompleted |
Post notification for save events, when CT core has finished all operations.
| |
FinalizeFilesInStructure |
Called for components/drawings that were requested at NotifyAddingToStructure. Note that
files -argument may contain also other files than those requested by this as any extension
may request a file to be addeed to the finalization.
| |
GetParent |
Must implement. Return parent CTExtension of this extension interface.
| |
GetParentDrawings |
Return filenames of drawings that reference to given filename and configuration.
| |
GetParentModels |
Return filenames of models that reference to given model and configuration.
| |
ImportSavedFile |
Notification given on file save and at Import. Allow performing
extra work to outside system for those file, and to prevent CT from
importing files to its DB.
| |
NotifyAddingToStructure |
Notification when a component or a drawing is added to the structure
| |
PreConvert |
Called just before the document is converted into another format using given rule.
| |
PrepareStructure |
Prepare given filename/configuration for structure retrieval
| |
PreSaveFile |
Notification that is send when a file is saved with given name.
This is called only when CT has programmatically called save or
CT has overridden the save dialog. These are the only cases we can
be sure about the resulting target filename before its creation.
ImportSavedFile is called in all save cases but after the document
is already saved.
|
CUSTOMTOOLS 2019 SP0