Click or drag to resize

IAceConsolePlugin Interface

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Services.consolePlugins
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public interface IAceConsolePlugin : IAceOperationSetExecutor, 
	IAcePluginBase, IObjectWithName
Request Example View Source

The IAceConsolePlugin type exposes the following members.

Properties
  NameDescription
Public propertycommands (Inherited from IAceOperationSetExecutor.)
Public propertyconsoleHelp (Inherited from IAceOperationSetExecutor.)
Public propertyconsoleTitle (Inherited from IAceOperationSetExecutor.)
Public propertyhelpHeader (Inherited from IAceOperationSetExecutor.)
Public propertyinstanceName
Name of this plugin instance
(Inherited from IAcePluginBase.)
Public propertyname (Inherited from IObjectWithName.)
Public propertyoutput (Inherited from IAceOperationSetExecutor.)
Top
See Also