Click or drag to resize

commandSetT Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Collection of ACE expression command subsystem
Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryString, T
    imbACE.Core.commands.expressionscommandSetT
      imbACE.Core.commands.expressionscommandlineArguments

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

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