C# Class Subtext.Extensibility.Providers.BlogEntryEditorProvider

Provider for classes that implement the rich text editor to edit text visually.
Inheritance: System.Configuration.Provider.ProviderBase
Afficher le fichier Open project: ayende/Subtext Class Usage Examples

Méthodes publiques

Méthode Description
Initialize ( string name, System configValue ) : void
InitializeControl ( ) : void

Initializes the Control to be displayed

Instance ( ) : BlogEntryEditorProvider

Returns the default instance of this provider.

Méthodes protégées

Méthode Description
ParseUnit ( string s ) : System.Web.UI.WebControls.Unit

Method Details

Initialize() public méthode

public Initialize ( string name, System configValue ) : void
name string
configValue System
Résultat void

InitializeControl() public abstract méthode

Initializes the Control to be displayed
public abstract InitializeControl ( ) : void
Résultat void

Instance() public static méthode

Returns the default instance of this provider.
public static Instance ( ) : BlogEntryEditorProvider
Résultat BlogEntryEditorProvider

ParseUnit() protected méthode

protected ParseUnit ( string s ) : System.Web.UI.WebControls.Unit
s string
Résultat System.Web.UI.WebControls.Unit