C# 클래스 DartSharp.Commands.IfCommand

상속: ICommand
파일 보기 프로젝트 열기: ajlopez/DartSharp

공개 메소드들

메소드 설명
Execute ( Context context ) : object
IfCommand ( IExpression condition, ICommand thencommand ) : System
IfCommand ( IExpression condition, ICommand thencommand, ICommand elsecommand ) : System

메소드 상세

Execute() 공개 메소드

public Execute ( Context context ) : object
context Context
리턴 object

IfCommand() 공개 메소드

public IfCommand ( IExpression condition, ICommand thencommand ) : System
condition IExpression
thencommand ICommand
리턴 System

IfCommand() 공개 메소드

public IfCommand ( IExpression condition, ICommand thencommand, ICommand elsecommand ) : System
condition IExpression
thencommand ICommand
elsecommand ICommand
리턴 System