C# Class ChessConsole.CurrentUser

Show file Open project: Beginner7/Command2

Public Properties

Property Type Description
CurrentGame int?
LastMove Protocol.GameObjects.Move
Name string
NeedPawnPromotion bool
NeedPeaseAnswer bool
PulseTimer System.Timers.Timer
Searching bool

Public Methods

Method Description
StartPulse ( ) : void
StopPulse ( ) : void

Private Methods

Method Description
Pulse ( object source, System.Timers.ElapsedEventArgs e ) : void

Method Details

StartPulse() public static method

public static StartPulse ( ) : void
return void

StopPulse() public static method

public static StopPulse ( ) : void
return void

Property Details

CurrentGame public static property

public static int? CurrentGame
return int?

LastMove public static property

public static Move,Protocol.GameObjects LastMove
return Protocol.GameObjects.Move

Name public static property

public static string Name
return string

NeedPawnPromotion public static property

public static bool NeedPawnPromotion
return bool

NeedPeaseAnswer public static property

public static bool NeedPeaseAnswer
return bool

PulseTimer public static property

public static Timer,System.Timers PulseTimer
return System.Timers.Timer

Searching public static property

public static bool Searching
return bool