Click or drag to resize
CTExtensions.Interfaces Namespace
 
Classes
  ClassDescription
Public classCode exampleExportTypeExtension
Base implementation of interface type ctExtensionInterfaceIExportType. Must implement at least GetParent. Override GetInterface2(ctExtensionInterface) in your extension and return your implementation of this interface when requested type is ctExtensionInterfaceIExportType. This enables your extension as new export profile type.
Public classFileHandlerExtension
Base implementation of interface type ctExtensionInterfaceFileHandler. Must implement at least GetParent. Override GetInterface2(ctExtensionInterface) in your extension and return your implementation of this interface when requested type is ctExtensionInterfaceFileHandler.
Public classCode exampleProfileOptionsExtension
Public classSequenceExtension
Public classUserOptionsExtension
Interfaces
  InterfaceDescription
Public interfaceIExtensionInterface
This interface is just a type specifier and has no functions. Other interfaces at CTExtensions.Interfaces actully are abstracts classes that defalt-implement corresponding core interfaces.