C# Class Etupirka.GameInfo

Inheritance: INotifyPropertyChanged
Show file Open project: Aixile/Etupirka Class Usage Examples

Protected Properties

Property Type Description
brand string
erogameScapeID int
saleDay System.DateTime
title string
uid string

Public Methods

Method Description
GameInfo ( ) : System
GameInfo ( int _erogameScapeID ) : System
GameInfo ( string _title ) : System
GenerateUID ( ) : void
updateInfoFromES ( ) : void
updateInfoFromESOffline ( ) : void
updateInfoFromESOnline ( ) : void

Protected Methods

Method Description
OnPropertyChanged ( string name ) : void

Method Details

GameInfo() public method

public GameInfo ( ) : System
return System

GameInfo() public method

public GameInfo ( int _erogameScapeID ) : System
_erogameScapeID int
return System

GameInfo() public method

public GameInfo ( string _title ) : System
_title string
return System

GenerateUID() public method

public GenerateUID ( ) : void
return void

OnPropertyChanged() protected method

protected OnPropertyChanged ( string name ) : void
name string
return void

updateInfoFromES() public method

public updateInfoFromES ( ) : void
return void

updateInfoFromESOffline() public method

public updateInfoFromESOffline ( ) : void
return void

updateInfoFromESOnline() public method

public updateInfoFromESOnline ( ) : void
return void

Property Details

brand protected property

protected string brand
return string

erogameScapeID protected property

protected int erogameScapeID
return int

saleDay protected property

protected DateTime,System saleDay
return System.DateTime

title protected property

protected string title
return string

uid protected property

protected string uid
return string