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

Assignment command
Inheritance: CommandBase
Afficher le fichier Open project: OxPatient/Rule-Engine Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

Setup() public méthode

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

ToString() public méthode

Converts the command to a string
public ToString ( ) : string
Résultat string