C# 클래스 Yea.Reflection.Emit.Commands.If

If command
상속: Yea.Reflection.Emit.BaseClasses.CommandBase
파일 보기 프로젝트 열기: OxPatient/Rule-Engine 1 사용 예제들

공개 메소드들

메소드 설명
Else ( ) : void

Defines an else statement

ElseIf ( VariableBase leftHandSide, Comparison comparisonType, VariableBase rightHandSide ) : void

Defines an else if statement

EndIf ( ) : void

Ends the if statement

If ( Comparison comparisonType, VariableBase leftHandSide, VariableBase rightHandSide ) : System.Reflection.Emit

Constructor

Setup ( ) : void

Sets up the command

ToString ( ) : string

Converts the command to the string

메소드 상세

Else() 공개 메소드

Defines an else statement
public Else ( ) : void
리턴 void

ElseIf() 공개 메소드

Defines an else if statement
public ElseIf ( VariableBase leftHandSide, Comparison comparisonType, VariableBase rightHandSide ) : void
leftHandSide Yea.Reflection.Emit.BaseClasses.VariableBase left hand side value
comparisonType Comparison Comparison type
rightHandSide Yea.Reflection.Emit.BaseClasses.VariableBase right hand side value
리턴 void

EndIf() 공개 메소드

Ends the if statement
public EndIf ( ) : void
리턴 void

If() 공개 메소드

Constructor
public If ( Comparison comparisonType, VariableBase leftHandSide, VariableBase rightHandSide ) : System.Reflection.Emit
comparisonType Comparison Comparison type
leftHandSide Yea.Reflection.Emit.BaseClasses.VariableBase Left hand side
rightHandSide Yea.Reflection.Emit.BaseClasses.VariableBase Right hand side
리턴 System.Reflection.Emit

Setup() 공개 메소드

Sets up the command
public Setup ( ) : void
리턴 void

ToString() 공개 메소드

Converts the command to the string
public ToString ( ) : string
리턴 string