C# Class wenku8.Settings.Layout.MainPage

Inheritance: Net.Astropenguin.DataModel.ActiveData, IMainPageSettings
ファイルを表示 Open project: tgckpg/wenku10

Private Properties

Property Type Description

Public Methods

Method Description
InitParams ( ) : void
MainPage ( ) : System
NavSections ( ) : IEnumerable
PayloadCommand ( string Payload ) : string>.Tuple
SectionSelected ( ActiveItem A ) : void

Method Details

InitParams() public method

public InitParams ( ) : void
return void

MainPage() public method

public MainPage ( ) : System
return System

NavSections() public method

public NavSections ( ) : IEnumerable
return IEnumerable

PayloadCommand() public method

public PayloadCommand ( string Payload ) : string>.Tuple
Payload string
return string>.Tuple

SectionSelected() public method

public SectionSelected ( ActiveItem A ) : void
A ActiveItem
return void