C# Class EU4.Stats.Web.StatsModule

Inheritance: Nancy.NancyModule
ファイルを表示 Open project: nickbabcock/EU4.Savegame

Public Methods

Method Description
Aggregate ( Save savegame ) : StatsModel
StatsModule ( ITemplate tmpl, IIdGenerator idgen, SavegameStorage storage ) : EU4.Savegame

Private Methods

Method Description
getStream ( string filename, string extension ) : Stream

Method Details

Aggregate() public static method

public static Aggregate ( Save savegame ) : StatsModel
savegame EU4.Savegame.Save
return StatsModel

StatsModule() public method

public StatsModule ( ITemplate tmpl, IIdGenerator idgen, SavegameStorage storage ) : EU4.Savegame
tmpl ITemplate
idgen IIdGenerator
storage SavegameStorage
return EU4.Savegame