C# Class ScrewTurn.Wiki.Plugins.PluginPack.Updater

Plugin with the sole purpose of removing PluginPack.dll in favor of separate DLLs.
Inheritance: IFormatterProviderV30
Afficher le fichier Open project: mono/ScrewTurnWiki

Méthodes publiques

Méthode Description
Format ( string raw, ContextInformation context, FormattingPhase phase ) : string

Performs a Formatting phase.

Init ( IHostV30 host, string config ) : void

Initializes the Storage Provider.

PrepareTitle ( string title, ContextInformation context ) : string

Prepares the title of an item for display (always during phase 3).

Shutdown ( ) : void

Method invoked on shutdown.

This method might not be invoked in some cases.

Private Methods

Méthode Description
LoadProvider ( string dll ) : void

Method Details

Format() public méthode

Performs a Formatting phase.
public Format ( string raw, ContextInformation context, FormattingPhase phase ) : string
raw string The raw content to Format.
context ScrewTurn.Wiki.PluginFramework.ContextInformation The Context information.
phase FormattingPhase The Phase.
Résultat string

Init() public méthode

Initializes the Storage Provider.
If or are null. If is not valid or is incorrect.
public Init ( IHostV30 host, string config ) : void
host IHostV30 The Host of the Component.
config string The Configuration data, if any.
Résultat void

PrepareTitle() public méthode

Prepares the title of an item for display (always during phase 3).
public PrepareTitle ( string title, ContextInformation context ) : string
title string The input title.
context ScrewTurn.Wiki.PluginFramework.ContextInformation The context information.
Résultat string

Shutdown() public méthode

Method invoked on shutdown.
This method might not be invoked in some cases.
public Shutdown ( ) : void
Résultat void