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

Command base class
Inheritance: ICommand
Afficher le fichier Open project: OxPatient/Rule-Engine

Méthodes publiques

Méthode Description
Setup ( ) : void

Sets up the command

Méthodes protégées

Méthode Description
CommandBase ( ) : System

Constructor

Private Methods

Méthode Description
SetupOpCodes ( ) : void

Method Details

CommandBase() protected méthode

Constructor
protected CommandBase ( ) : System
Résultat System

Setup() public abstract méthode

Sets up the command
public abstract Setup ( ) : void
Résultat void