C# 클래스 EPiCode.Relations.Plugins.Edit.EditRelations

상속: EPiServer.UserControlBase, ICustomPlugInLoader
파일 보기 프로젝트 열기: BVNetwork/Relations

보호된 프로퍼티들

프로퍼티 타입 설명
ErrorMessageContainer global::System.Web.UI.HtmlControls.HtmlGenericControl
RulesRepeater global::System.Web.UI.WebControls.Repeater

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
List ( ) : PlugInDescriptor[]

보호된 메소드들

메소드 설명
GetRule ( string ruleName ) : Rule
OnLoad ( EventArgs e ) : void

메소드 상세

GetRule() 보호된 메소드

protected GetRule ( string ruleName ) : Rule
ruleName string
리턴 Rule

List() 공개 메소드

public List ( ) : PlugInDescriptor[]
리턴 PlugInDescriptor[]

OnLoad() 보호된 메소드

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

프로퍼티 상세

ErrorMessageContainer 보호되어 있는 프로퍼티

ErrorMessageContainer control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl ErrorMessageContainer
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl

RulesRepeater 보호되어 있는 프로퍼티

RulesRepeater control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Repeater RulesRepeater
리턴 global::System.Web.UI.WebControls.Repeater