C# Class Warehouse.Api.MainHandlers

Show file Open project: Starcounter/Warehouse

Public Methods

Method Description
GetMainPage ( ) : WarehouseMainPage

Get Application Holder page

Register ( ) : void

Private Methods

Method Description
RegisterHooks ( ) : void

Register system user hooks. Get notice when a system user is signed-in or signed-out

RegisterPartials ( ) : void

Register Partial handlers

Method Details

GetMainPage() static public method

Get Application Holder page
static public GetMainPage ( ) : WarehouseMainPage
return WarehouseMainPage

Register() public static method

public static Register ( ) : void
return void