Click or drag to resize

plugIn_dataLoader Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:imbWEM.Core.console.plugins.plugIn_dataLoader"]

Inheritance Hierarchy
SystemObject
  aceBindable
    aceOperationSetExecutorBase
      aceConsolePluginBase
        aceConsolePluginForFiles
          imbWEM.Core.console.pluginsplugIn_dataLoader

Namespace:  imbWEM.Core.console.plugins
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class plugIn_dataLoader : aceConsolePluginForFiles

The plugIn_dataLoader type exposes the following members.

Constructors
  NameDescription
Public methodplugIn_dataLoader(String)
Identification name
Public methodplugIn_dataLoader(IAceOperationSetExecutor, String)
Initializes a new instance of the plugIn_dataLoader class.
Top
Properties
  NameDescription
Public propertyconsoleHelp
First line of help to be shown for this plugin
(Inherited from aceConsolePluginBase.)
Public propertyconsoleTitle
Title of this plugin - if standalone then alias to name, if connected to the parent then sufix title, added after parent console title
(Inherited from aceConsolePluginBase.)
Public propertyhelpHeader
Additional help content to be displayed at beginning of the help file, after consoleHelp
(Inherited from aceConsolePluginBase.)
Public propertyinstanceName
Instance name
(Inherited from aceConsolePluginBase.)
Public propertyIsStandalone
Indicates if this console plugin is running without parent console
(Inherited from aceConsolePluginBase.)
Public propertyname
Name of this plugin
(Inherited from aceConsolePluginBase.)
Public propertyoutput (Inherited from aceConsolePluginBase.)
Public propertyparent
Reference to the parrent console
(Inherited from aceConsolePluginBase.)
Public propertyresponse
Plugin's own response text renderer. By default (when response not set) it is just mirror to the output renderer
(Inherited from aceConsolePluginBase.)
Top
Methods
  NameDescription
Public methodaceOperation_pathList (Inherited from aceConsolePluginForFiles.)
Public methodaceOperation_pathSelect (Inherited from aceConsolePluginForFiles.)
Public methodaceOperation_repairRecoverTime
Public methodaceOperation_runIndexData
Public methodaceOperation_runWorkloadData
Public methodaceOperation_selectFiles (Inherited from aceConsolePluginForFiles.)
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodOnPropertyChanged (Inherited from aceBindable.)
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from aceBindable.)
Top
Fields
  NameDescription
Public fieldStatic memberHELP
Top
See Also

Reference

[!:aceCommonServices.terminal.console.aceConsolePluginForFiles]