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

Inheritance: EPiServer.UserControlBase, ICustomPlugInLoader
Afficher le fichier Open project: BVNetwork/Relations

Protected Properties

Свойство Type Description
ErrorMessageContainer global::System.Web.UI.HtmlControls.HtmlGenericControl
RulesRepeater global::System.Web.UI.WebControls.Repeater

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
List ( ) : PlugInDescriptor[]

Méthodes protégées

Méthode Description
GetRule ( string ruleName ) : Rule
OnLoad ( EventArgs e ) : void

Method Details

GetRule() protected méthode

protected GetRule ( string ruleName ) : Rule
ruleName string
Résultat Rule

List() public méthode

public List ( ) : PlugInDescriptor[]
Résultat PlugInDescriptor[]

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.Repeater