C# 클래스 Stumps.Web.ViewModules.MainModule

A class that provides support the overview webpage of the Stumps website.
상속: Nancy.NancyModule
파일 보기 프로젝트 열기: Cayan-LLC/stumps

공개 메소드들

메소드 설명
MainModule ( IStumpsHost stumpsHost ) : System

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

비공개 메소드들

메소드 설명
PrettyNumber ( int value ) : string

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

ResolveMachineName ( ) : string

메소드 상세

MainModule() 공개 메소드

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.
리턴 System