Click or drag to resize

commandlineCommand Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Expression command system implementation, intended for command line arguments interpretation
Inheritance Hierarchy
SystemObject
  dataBindableBase
    imbACE.Core.commands.expressionscommandBase
      imbACE.Core.commands.expressionscommandlineCommand

Namespace:  imbACE.Core.commands.expressions
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public class commandlineCommand : commandBase, 
	IAceCommand
Request Example View Source

The commandlineCommand type exposes the following members.

Constructors
  NameDescription
Public methodcommandlineCommand
Initializes a new instance of the commandlineCommand class
Top
Properties
  NameDescription
Public propertycommandFullname
Dugacak naziv komande - opisnog tipa
(Inherited from commandBase.)
Public propertycommandShortName
character ili kratak string
(Inherited from commandBase.)
Public propertydescription
Opis komande
(Inherited from commandBase.)
Top
Methods
  NameDescription
Public methodcallCommand (Inherited from commandBase.)
Public methodOnPropertyChanged (Inherited from dataBindableBase.)
Top
Events
  NameDescription
Public eventonCommandCalled (Inherited from commandBase.)
Public eventPropertyChanged (Inherited from dataBindableBase.)
Top
Extension Methods
  NameDescription
Public Extension MethodaceGenEx (Defined by aceExceptionTools.)
Public Extension MethodaceSciEx (Defined by aceExceptionTools.)
Top
See Also

Reference

[!:imbACE.Core.commands.commandBase]
[!:imbACE.Core.commands.IAceCommand]