Click or drag to resize

commandSetT Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
skup komandi
Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryString, T
    imbACE.Core.commandscommandSetT
      imbACE.Core.commandscommandlineArguments

Namespace:  imbACE.Core.commands
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.1
Syntax
C#
public abstract class commandSet<T> : Dictionary<string, T>
where T : new(), IAceCommand

Type Parameters

T

The commandSetT type exposes the following members.

Constructors
  NameDescription
Public methodcommandSetT
Initializes a new instance of the commandSetT class
Top
Properties
  NameDescription
Public propertyformat
Format komande
Top
Methods
  NameDescription
Public methoddefaultCommands
Dodaje osnovne komande u set
Public methodDefine
Unosi definiciju komande
Public methodMakeArguments
Public methodRunExpression
Top
Extension Methods
  NameDescription
Public Extension MethodaceGenEx (Defined by aceExceptionTools.)
Public Extension MethodaceSciEx (Defined by aceExceptionTools.)
Top
See Also