C# Class MGDF.GamesManager.Model.Entities.Game

Inheritance: JsonEntity
ファイルを表示 Open project: mrsharpoblunto/MGDF Class Usage Examples

Public Methods

Method Description
Equals ( Game other ) : bool
Game ( IArchiveFile gameFile ) : System
Game ( string gameFile ) : System
GetHashCode ( ) : int

Protected Methods

Method Description
Load ( Newtonsoft.Json.Linq.JObject json ) : void

Private Methods

Method Description
LoadImageFromArchive ( IArchiveFile GameFile ) : void

Method Details

Equals() public method

public Equals ( Game other ) : bool
other Game
return bool

Game() public method

public Game ( IArchiveFile gameFile ) : System
gameFile IArchiveFile
return System

Game() public method

public Game ( string gameFile ) : System
gameFile string
return System

GetHashCode() public method

public GetHashCode ( ) : int
return int

Load() protected method

protected Load ( Newtonsoft.Json.Linq.JObject json ) : void
json Newtonsoft.Json.Linq.JObject
return void