C# 클래스 Subtext.Extensibility.Providers.BlogEntryEditorProvider

Provider for classes that implement the rich text editor to edit text visually.
상속: System.Configuration.Provider.ProviderBase
파일 보기 프로젝트 열기: ayende/Subtext 1 사용 예제들

공개 메소드들

메소드 설명
Initialize ( string name, System configValue ) : void
InitializeControl ( ) : void

Initializes the Control to be displayed

Instance ( ) : BlogEntryEditorProvider

Returns the default instance of this provider.

보호된 메소드들

메소드 설명
ParseUnit ( string s ) : System.Web.UI.WebControls.Unit

메소드 상세

Initialize() 공개 메소드

public Initialize ( string name, System configValue ) : void
name string
configValue System
리턴 void

InitializeControl() 공개 추상적인 메소드

Initializes the Control to be displayed
public abstract InitializeControl ( ) : void
리턴 void

Instance() 공개 정적인 메소드

Returns the default instance of this provider.
public static Instance ( ) : BlogEntryEditorProvider
리턴 BlogEntryEditorProvider

ParseUnit() 보호된 메소드

protected ParseUnit ( string s ) : System.Web.UI.WebControls.Unit
s string
리턴 System.Web.UI.WebControls.Unit