C# 클래스 N2Bootstrap.Library.Details.EditableThemeConfigurations

상속: N2.Details.AbstractEditableAttribute
파일 보기 프로젝트 열기: pauldotknopf/N2Bootstrap

공개 메소드들

메소드 설명
AddTo ( Control container ) : Control
EditableThemeConfigurations ( ) : System
UpdateEditor ( N2 item, Control editor ) : void
UpdateItem ( N2 item, Control editor ) : bool

보호된 메소드들

메소드 설명
AddEditor ( Control container ) : Control
OnChildEditorInit ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
AddValidator ( TabPanel themeTabPanel ) : void
GetThemeDirectories ( ) : IEnumerable
GetThemeEditors ( Control parentTabPanel ) : IList
ValidateLess ( ) : void

메소드 상세

AddEditor() 보호된 메소드

protected AddEditor ( Control container ) : Control
container System.Web.UI.Control
리턴 System.Web.UI.Control

AddTo() 공개 메소드

public AddTo ( Control container ) : Control
container System.Web.UI.Control
리턴 System.Web.UI.Control

EditableThemeConfigurations() 공개 메소드

public EditableThemeConfigurations ( ) : System
리턴 System

OnChildEditorInit() 보호된 메소드

protected OnChildEditorInit ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

UpdateEditor() 공개 메소드

public UpdateEditor ( N2 item, Control editor ) : void
item N2
editor System.Web.UI.Control
리턴 void

UpdateItem() 공개 메소드

public UpdateItem ( N2 item, Control editor ) : bool
item N2
editor System.Web.UI.Control
리턴 bool