Click or drag to resize

aceCommandEntry Properties

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

The aceCommandEntry type exposes the following members.

Properties
  NameDescription
Public propertyaxe
Public propertycarg
Public propertycommand
Textual representation of the main command verb
(Inherited from commandLineEntry.)
Public propertycommentedOut
If true, it means that this line contains just comment. When this is true, hasComment is also true and hasCommand is false;
(Inherited from commandLineEntry.)
Public propertycommentLine
Gets the comment line - comment that was extracted from input
(Inherited from commandLineEntry.)
Public propertyconsole
Public propertyerrorMessage
The message associated with this entry, generated by command phraser
(Inherited from commandLineEntry.)
Public propertyformat
What command line format was detected in the input
(Inherited from commandLineEntry.)
Public propertyhasCommand
Gets a value indicating whether this instance has a proper command.
(Inherited from commandLineEntry.)
Public propertyhasComment
Gets a value indicating whether this instance contains a comment.
(Inherited from commandLineEntry.)
Public propertyhasPrefix
Gets a value indicating whether this instance has any prefix
(Inherited from commandLineEntry.)
Public propertyinputLine
Original input line, phrased by the command input interpreter
(Inherited from commandLineEntry.)
Public propertyisEmptyLine
The command line was empty, without any command
(Inherited from commandLineEntry.)
Public propertyisSyntaxError
Indicates if the command entry had syntax error
(Inherited from commandLineEntry.)
Public propertymarg
Public propertyoperation
Public propertyparameterName
List of parameter names, as specified in explicit command format
(Inherited from commandLineEntry.)
Public propertyparameterValue
List of parameter values, in their string forms
(Inherited from commandLineEntry.)
Public propertyprefix
Contains path segments, identifying a plugin/console graph node that should perform the command
(Inherited from commandLineEntry.)
Public propertyspecialFunction
Gets or sets the special function.
(Inherited from commandLineEntry.)
Top
See Also