Click or drag to resize

aceConsolePluginForFiles Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Base class for ACE Console plugin (aceConsolePluginBase) for files operation
Inheritance Hierarchy

Namespace:  imbACE.Services.consolePlugins
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public abstract class aceConsolePluginForFiles : aceConsolePluginBase
Request Example View Source

The aceConsolePluginForFiles type exposes the following members.

Constructors
  NameDescription
Public methodaceConsolePluginForFiles(String, String, builderForLog)
Initializes a new instance of the aceConsolePluginForFiles class
Public methodaceConsolePluginForFiles(IAceOperationSetExecutor, String, String)
Initializes a new instance of the aceConsolePluginForFiles 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
Events
  NameDescription
Public eventPropertyChanged (Inherited from aceBindable.)
Top
Extension Methods
  NameDescription
Public Extension MethodaceGenEx (Defined by aceExceptionTools.)
Public Extension MethodaceSciEx (Defined by aceExceptionTools.)
Top
See Also