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

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

Public Methods

Method Description
Update ( Game upgadeTarget, IArchiveFile updateFile ) : System

Protected Methods

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

Method Details

Load() protected method

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

Update() public method

public Update ( Game upgadeTarget, IArchiveFile updateFile ) : System
upgadeTarget Game
updateFile IArchiveFile
return System