C# 클래스 SitecoreExtension.PageProperties.UI.Edit

상속: DialogForm
파일 보기 프로젝트 열기: 1508/SitecoreExtension-PageProperties

보호된 메소드들

메소드 설명
IsValidField ( string fieldname ) : bool
OnLoad ( EventArgs e ) : void
OnOK ( object sender, EventArgs args ) : void

비공개 메소드들

메소드 설명
GetControls ( ) : IEnumerable
GetDescription ( string fieldname ) : string
GetSectionControl ( string fieldName ) : SitecoreExtension.PageProperties.UI.HtmlControls.Section
GetToolTip ( string fieldname ) : string
PopulateInstance ( KeyValuePair type, object &instance ) : void

메소드 상세

IsValidField() 보호된 메소드

protected IsValidField ( string fieldname ) : bool
fieldname string
리턴 bool

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnOK() 보호된 메소드

protected OnOK ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
리턴 void