C# 클래스 NOS.TabMenu.TabMenu

상속: IFormatterProviderV30, ILogger
파일 보기 프로젝트 열기: agross/netopenspace

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetRequestedPage ( ContextInformation context ) : string

메소드 상세

Format() 공개 메소드

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

Init() 공개 메소드

public Init ( IHostV30 host, string config ) : void
host IHostV30
config string
리턴 void

Log() 공개 메소드

public Log ( string message ) : void
message string
리턴 void

PrepareTitle() 공개 메소드

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

Shutdown() 공개 메소드

public Shutdown ( ) : void
리턴 void