C# Class ChessConsole.CurrentUser

Afficher le fichier Open project: Beginner7/Command2

Méthodes publiques

Свойство Type Description
CurrentGame int?
LastMove Protocol.GameObjects.Move
Name string
NeedPawnPromotion bool
NeedPeaseAnswer bool
PulseTimer System.Timers.Timer
Searching bool

Méthodes publiques

Méthode Description
StartPulse ( ) : void
StopPulse ( ) : void

Private Methods

Méthode Description
Pulse ( object source, System.Timers.ElapsedEventArgs e ) : void

Method Details

StartPulse() public static méthode

public static StartPulse ( ) : void
Résultat void

StopPulse() public static méthode

public static StopPulse ( ) : void
Résultat void

Property Details

CurrentGame public_oe static_oe property

public static int? CurrentGame
Résultat int?

LastMove public_oe static_oe property

public static Move,Protocol.GameObjects LastMove
Résultat Protocol.GameObjects.Move

Name public_oe static_oe property

public static string Name
Résultat string

NeedPawnPromotion public_oe static_oe property

public static bool NeedPawnPromotion
Résultat bool

NeedPeaseAnswer public_oe static_oe property

public static bool NeedPeaseAnswer
Résultat bool

PulseTimer public_oe static_oe property

public static Timer,System.Timers PulseTimer
Résultat System.Timers.Timer

Searching public_oe static_oe property

public static bool Searching
Résultat bool