Click or drag to resize

commandBase Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
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 abstract class commandBase : dataBindableBase, 
	IAceCommand
Request Example View Source

The commandBase type exposes the following members.

Properties
  NameDescription
Public propertycommandFullname
Dugacak naziv komande - opisnog tipa
Public propertycommandShortName
character ili kratak string
Public propertydescription
Opis komande
Top
Methods
  NameDescription
Public methodcallCommand
Public methodOnPropertyChanged (Inherited from dataBindableBase.)
Top
Events
  NameDescription
Public eventonCommandCalled
Public eventPropertyChanged (Inherited from dataBindableBase.)
Top
Extension Methods
  NameDescription
Public Extension MethodaceGenEx (Defined by aceExceptionTools.)
Public Extension MethodaceSciEx (Defined by aceExceptionTools.)
Top
See Also