C# Class PlaygroundKeeper.Program

显示文件 Open project: Starcounter/PlaygroundKeeper

Public Properties

Property Type Description
AppName string
PlaygroundKeeperLogSource LogSource

Public Methods

Method Description
GetMainPage ( ) : MasterPage

Get application master page

Private Methods

Method Description
InitilizeMapping ( ) : void

Initilize Mapping

Main ( ) : void
PrintVersion ( ) : void

Print application version to console

RegisterHooks ( ) : void

Method Details

GetMainPage() public static method

Get application master page
public static GetMainPage ( ) : MasterPage
return MasterPage

Property Details

AppName public_oe static_oe property

public static string AppName
return string

PlaygroundKeeperLogSource public_oe static_oe property

public static LogSource PlaygroundKeeperLogSource
return LogSource