C# Class Yea.Reflection.Emit.Commands.Assign

Assignment command
Inheritance: CommandBase
Show file Open project: OxPatient/Rule-Engine Class Usage Examples

Public Methods

Method Description
Assign ( VariableBase leftHandSide, object value ) : System

Constructor

Setup ( ) : void

Sets up the command

ToString ( ) : string

Converts the command to a string

Method Details

Assign() public method

Constructor
public Assign ( VariableBase leftHandSide, object value ) : System
leftHandSide Yea.Reflection.Emit.BaseClasses.VariableBase Left hand side
value object Value to store
return System

Setup() public method

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

ToString() public method

Converts the command to a string
public ToString ( ) : string
return string