C# Class Stumps.Web.ViewModules.MainModule

A class that provides support the overview webpage of the Stumps website.
Inheritance: Nancy.NancyModule
Afficher le fichier Open project: Cayan-LLC/stumps

Méthodes publiques

Méthode Description
MainModule ( IStumpsHost stumpsHost ) : System

Initializes a new instance of the T:Stumps.Web.ViewModules.MainModule class.

Private Methods

Méthode Description
PrettyNumber ( int value ) : string

Transforms a number into a T:System.String that uses a comma as the thousands separator.

ResolveMachineName ( ) : string

Method Details

MainModule() public méthode

Initializes a new instance of the T:Stumps.Web.ViewModules.MainModule class.
is null.
public MainModule ( IStumpsHost stumpsHost ) : System
stumpsHost IStumpsHost The used by the instance.
Résultat System