C# Class Yea.Reflection.Emit.BaseClasses.CommandBase

Command base class
Inheritance: ICommand
Mostrar archivo Open project: OxPatient/Rule-Engine

Public Methods

Method Description
Setup ( ) : void

Sets up the command

Protected Methods

Method Description
CommandBase ( ) : System

Constructor

Private Methods

Method Description
SetupOpCodes ( ) : void

Method Details

CommandBase() protected method

Constructor
protected CommandBase ( ) : System
return System

Setup() public abstract method

Sets up the command
public abstract Setup ( ) : void
return void