C# Class EPiCode.Relations.Plugins.Edit.EditRelations

Inheritance: EPiServer.UserControlBase, ICustomPlugInLoader
显示文件 Open project: BVNetwork/Relations

Protected Properties

Property Type Description
ErrorMessageContainer global::System.Web.UI.HtmlControls.HtmlGenericControl
RulesRepeater global::System.Web.UI.WebControls.Repeater

Private Properties

Property Type Description

Public Methods

Method Description
List ( ) : PlugInDescriptor[]

Protected Methods

Method Description
GetRule ( string ruleName ) : Rule
OnLoad ( EventArgs e ) : void

Method Details

GetRule() protected method

protected GetRule ( string ruleName ) : Rule
ruleName string
return Rule

List() public method

public List ( ) : PlugInDescriptor[]
return PlugInDescriptor[]

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

Property Details

ErrorMessageContainer protected_oe property

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
return global::System.Web.UI.HtmlControls.HtmlGenericControl

RulesRepeater protected_oe property

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
return global::System.Web.UI.WebControls.Repeater