Click or drag to resize

commandLineEntry Properties

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

The commandLineEntry type exposes the following members.

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