C# 클래스 UserInterface_Mockup_ICT4Reals.Remise.Rail

파일 보기 프로젝트 열기: marouanopen/ICT4Reals 1 사용 예제들

공개 메소드들

메소드 설명
BlockRail ( int railNumber, int block ) : bool

Block the rail

IsRailBlocked ( int railNumber ) : bool

See if the rail is blocked

Rail ( int id, bool status, bool taken, int remiseid ) : System

constructor

메소드 상세

BlockRail() 공개 메소드

Block the rail
public BlockRail ( int railNumber, int block ) : bool
railNumber int The railnumber you want to block
block int give 1 to block or 0 to unblock
리턴 bool

IsRailBlocked() 공개 메소드

See if the rail is blocked
public IsRailBlocked ( int railNumber ) : bool
railNumber int Give the railnumber of which you want to look for
리턴 bool

Rail() 공개 메소드

constructor
public Rail ( int id, bool status, bool taken, int remiseid ) : System
id int
status bool
taken bool
remiseid int
리턴 System