C# Class Etupirka.GameInfo

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: Aixile/Etupirka Class Usage Examples

Protected Properties

Свойство Type Description
brand string
erogameScapeID int
saleDay System.DateTime
title string
uid string

Méthodes publiques

Méthode Description
GameInfo ( ) : System
GameInfo ( int _erogameScapeID ) : System
GameInfo ( string _title ) : System
GenerateUID ( ) : void
updateInfoFromES ( ) : void
updateInfoFromESOffline ( ) : void
updateInfoFromESOnline ( ) : void

Méthodes protégées

Méthode Description
OnPropertyChanged ( string name ) : void

Method Details

GameInfo() public méthode

public GameInfo ( ) : System
Résultat System

GameInfo() public méthode

public GameInfo ( int _erogameScapeID ) : System
_erogameScapeID int
Résultat System

GameInfo() public méthode

public GameInfo ( string _title ) : System
_title string
Résultat System

GenerateUID() public méthode

public GenerateUID ( ) : void
Résultat void

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string name ) : void
name string
Résultat void

updateInfoFromES() public méthode

public updateInfoFromES ( ) : void
Résultat void

updateInfoFromESOffline() public méthode

public updateInfoFromESOffline ( ) : void
Résultat void

updateInfoFromESOnline() public méthode

public updateInfoFromESOnline ( ) : void
Résultat void

Property Details

brand protected_oe property

protected string brand
Résultat string

erogameScapeID protected_oe property

protected int erogameScapeID
Résultat int

saleDay protected_oe property

protected DateTime,System saleDay
Résultat System.DateTime

title protected_oe property

protected string title
Résultat string

uid protected_oe property

protected string uid
Résultat string