Click or drag to resize

InstrumentDefinitionImportBase Properties

The InstrumentDefinitionImportBase type exposes the following members.

Properties
 NameDescription
Public propertyCanProcessFile Can process file
Public propertyCurrentFile Gets the current file which is being processed. With each new file the OnStateChange method is raised with the State set to StartUp
Public propertyDescription Description
Protected propertyDialogService Opens a IDialogService dialog
(Inherited from ServiceBase)
Protected propertyDispatcher Gets the dispatcher
(Inherited from SharpScriptBase)
Public propertyDisplayName Gets the display name
(Inherited from SharpScriptBase)
Public propertyError Gets the Error string
(Inherited from ServiceBase)
Public propertyFileExtension File extension of the file to be imported
Protected propertyFileService Opens a IFileService dialog
(Inherited from ServiceBase)
Public propertyInitialDirectory Initial directory
Public propertyIsMultiselect Can select multiple files
Public propertyItem Gets the IDataErrorInfo error string
(Inherited from ServiceBase)
Public propertyLinesToSkip Lines to skip
Protected propertyMessageBox Opens a IMessageBoxService dialog
(Inherited from ServiceBase)
Public propertyName Gets the name
(Inherited from SharpScriptBase)
Protected propertySingletonService Opens a ISingletonService dialog
(Inherited from ServiceBase)
Public propertyState Gets the current State of the script
(Inherited from SharpScriptBase)
Public propertyTemplate
(Overrides SharpScriptBaseTemplate)
Public propertyThrowOnError Throw an exception on error
Public propertyUrl Gets the Url
Top
See Also