C# Class EPiCode.Relations.Admin.RelationsAdmin

Afficher le fichier Open project: BVNetwork/Relations

Protected Properties

Свойство Type Description
CreateNewRuleButton global::System.Web.UI.WebControls.LinkButton
CurrentTabTextBox global::System.Web.UI.WebControls.TextBox
EditRuleControl global::EPiCode.Relations.Plugins.Admin.Units.EditRule
Form1 global::System.Web.UI.HtmlControls.HtmlForm
ShellMenu2 global::EPiServer.Shell.Web.UI.WebControls.ShellMenu
TabsPlaceHolder global::System.Web.UI.WebControls.PlaceHolder
shellScripts global::System.Web.UI.WebControls.PlaceHolder

Méthodes publiques

Méthode Description
EditRule ( string ruleName ) : void

Méthodes protégées

Méthode Description
CreateNewRuleButton_OnClick ( object sender, EventArgs e ) : void
IsActiveTab ( string tab ) : string
OnLoad ( EventArgs e ) : void
SetTab_OnCommand ( object sender, CommandEventArgs e ) : void

Method Details

CreateNewRuleButton_OnClick() protected méthode

protected CreateNewRuleButton_OnClick ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

EditRule() public méthode

public EditRule ( string ruleName ) : void
ruleName string
Résultat void

IsActiveTab() protected méthode

protected IsActiveTab ( string tab ) : string
tab string
Résultat string

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e EventArgs
Résultat void

SetTab_OnCommand() protected méthode

protected SetTab_OnCommand ( object sender, CommandEventArgs e ) : void
sender object
e CommandEventArgs
Résultat void

Property Details

CreateNewRuleButton protected_oe property

CreateNewRuleButton control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton CreateNewRuleButton
Résultat global::System.Web.UI.WebControls.LinkButton

CurrentTabTextBox protected_oe property

CurrentTabTextBox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox CurrentTabTextBox
Résultat global::System.Web.UI.WebControls.TextBox

EditRuleControl protected_oe property

EditRuleControl control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::EPiCode.Relations.Plugins.Admin.Units.EditRule EditRuleControl
Résultat global::EPiCode.Relations.Plugins.Admin.Units.EditRule

Form1 protected_oe property

Form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm Form1
Résultat global::System.Web.UI.HtmlControls.HtmlForm

ShellMenu2 protected_oe property

ShellMenu2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::EPiServer.Shell.Web.UI.WebControls.ShellMenu ShellMenu2
Résultat global::EPiServer.Shell.Web.UI.WebControls.ShellMenu

TabsPlaceHolder protected_oe property

TabsPlaceHolder control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder TabsPlaceHolder
Résultat global::System.Web.UI.WebControls.PlaceHolder

shellScripts protected_oe property

shellScripts control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder shellScripts
Résultat global::System.Web.UI.WebControls.PlaceHolder