C# Class PsHandler.Import.HandHistoryManager

Afficher le fichier Open project: kampiuceris/PsHandler Class Usage Examples

Méthodes publiques

Свойство Type Description
ObserverHands IObservableCollectionHand
ObserverStatus IObserverHandHistoryManager

Méthodes publiques

Méthode Description
GetTournament ( long tournamentNumber ) : Tournament
HandHistoryManager ( ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
AddHands ( IEnumerable hands ) : void
Import ( ) : void
ReadFiles ( ) : void
UpdateFileList ( ) : void
UpdateUI ( ) : void

Method Details

GetTournament() public méthode

public GetTournament ( long tournamentNumber ) : Tournament
tournamentNumber long
Résultat Tournament

HandHistoryManager() public méthode

public HandHistoryManager ( ) : System
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

ObserverHands public_oe property

public IObservableCollectionHand ObserverHands
Résultat IObservableCollectionHand

ObserverStatus public_oe property

public IObserverHandHistoryManager ObserverStatus
Résultat IObserverHandHistoryManager