C# 클래스 AjScript.Commands.IfCommand

상속: ICommand
파일 보기 프로젝트 열기: ajlopez/AjScript 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( IContext context ) : void
IfCommand ( IExpression condition, ICommand thenCommand, ICommand elseCommand = null ) : System

메소드 상세

Execute() 공개 메소드

public Execute ( IContext context ) : void
context IContext
리턴 void

IfCommand() 공개 메소드

public IfCommand ( IExpression condition, ICommand thenCommand, ICommand elseCommand = null ) : System
condition IExpression
thenCommand ICommand
elseCommand ICommand
리턴 System