C# Class NOS.TabMenu.TabMenu

Inheritance: IFormatterProviderV30, ILogger
Datei anzeigen Open project: agross/netopenspace

Public Methods

Method Description
Format ( string raw, ContextInformation context, FormattingPhase phase ) : string
Init ( IHostV30 host, string config ) : void
Log ( string message ) : void
PrepareTitle ( string title, ContextInformation context ) : string
Shutdown ( ) : void

Private Methods

Method Description
GetRequestedPage ( ContextInformation context ) : string

Method Details

Format() public method

public Format ( string raw, ContextInformation context, FormattingPhase phase ) : string
raw string
context ScrewTurn.Wiki.PluginFramework.ContextInformation
phase FormattingPhase
return string

Init() public method

public Init ( IHostV30 host, string config ) : void
host IHostV30
config string
return void

Log() public method

public Log ( string message ) : void
message string
return void

PrepareTitle() public method

public PrepareTitle ( string title, ContextInformation context ) : string
title string
context ScrewTurn.Wiki.PluginFramework.ContextInformation
return string

Shutdown() public method

public Shutdown ( ) : void
return void