C# 클래스 ChessConsole.CurrentUser

파일 보기 프로젝트 열기: Beginner7/Command2

공개 프로퍼티들

프로퍼티 타입 설명
CurrentGame int?
LastMove Protocol.GameObjects.Move
Name string
NeedPawnPromotion bool
NeedPeaseAnswer bool
PulseTimer System.Timers.Timer
Searching bool

공개 메소드들

메소드 설명
StartPulse ( ) : void
StopPulse ( ) : void

비공개 메소드들

메소드 설명
Pulse ( object source, System.Timers.ElapsedEventArgs e ) : void

메소드 상세

StartPulse() 공개 정적인 메소드

public static StartPulse ( ) : void
리턴 void

StopPulse() 공개 정적인 메소드

public static StopPulse ( ) : void
리턴 void

프로퍼티 상세

CurrentGame 공개적으로 정적으로 프로퍼티

public static int? CurrentGame
리턴 int?

LastMove 공개적으로 정적으로 프로퍼티

public static Move,Protocol.GameObjects LastMove
리턴 Protocol.GameObjects.Move

Name 공개적으로 정적으로 프로퍼티

public static string Name
리턴 string

NeedPawnPromotion 공개적으로 정적으로 프로퍼티

public static bool NeedPawnPromotion
리턴 bool

NeedPeaseAnswer 공개적으로 정적으로 프로퍼티

public static bool NeedPeaseAnswer
리턴 bool

PulseTimer 공개적으로 정적으로 프로퍼티

public static Timer,System.Timers PulseTimer
리턴 System.Timers.Timer

Searching 공개적으로 정적으로 프로퍼티

public static bool Searching
리턴 bool