C# Class ChessConsole.CurrentUser

Mostrar archivo 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_oe static_oe property

public static int? CurrentGame
return int?

LastMove public_oe static_oe property

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

Name public_oe static_oe property

public static string Name
return string

NeedPawnPromotion public_oe static_oe property

public static bool NeedPawnPromotion
return bool

NeedPeaseAnswer public_oe static_oe property

public static bool NeedPeaseAnswer
return bool

PulseTimer public_oe static_oe property

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

Searching public_oe static_oe property

public static bool Searching
return bool