C# Class EPiCode.Relations.Plugins.Edit.Units.RelationSelector

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

Protected Properties

Свойство Type Description
AllRelations global::System.Web.UI.WebControls.ListBox
Button1 global::System.Web.UI.WebControls.Button
Button2 global::System.Web.UI.WebControls.Button
ErrorMessage global::System.Web.UI.WebControls.Literal
ErrorMessageContainer global::System.Web.UI.HtmlControls.HtmlGenericControl
LoadingContainer global::System.Web.UI.HtmlControls.HtmlGenericControl
NewPageTextBox global::System.Web.UI.WebControls.TextBox
PageTypesContainer global::System.Web.UI.WebControls.PlaceHolder
PageTypesDropDown global::System.Web.UI.WebControls.DropDownList
RelatedRelations global::System.Web.UI.WebControls.Repeater
RelationContainer global::System.Web.UI.HtmlControls.HtmlGenericControl
RuleDirectionLiteral global::System.Web.UI.WebControls.Literal
RuleName global::System.Web.UI.WebControls.Literal
SearchKeyWord global::System.Web.UI.WebControls.TextBox
UpdatePanel1 global::System.Web.UI.UpdatePanel

Méthodes protégées

Méthode Description
AddRelations_Click ( object sender, EventArgs e ) : void
GetRuleText ( ) : string
PageTypes_Changed ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
PerformSearch_Click ( object sender, EventArgs e ) : void
SearchRelations ( ) : PageDataCollection
Validate ( Rule rule, int pageLeft, int pageRight ) : bool

Private Methods

Méthode Description
AddRelation ( string ruleName, int currentPage, int relatedPage ) : void
GetRelationsForPage ( int page, Rule rule ) : List

Method Details

AddRelations_Click() protected méthode

protected AddRelations_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

GetRuleText() protected méthode

protected GetRuleText ( ) : string
Résultat string

PageTypes_Changed() protected méthode

protected PageTypes_Changed ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

PerformSearch_Click() protected méthode

protected PerformSearch_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

SearchRelations() protected méthode

protected SearchRelations ( ) : PageDataCollection
Résultat PageDataCollection

Validate() protected méthode

protected Validate ( Rule rule, int pageLeft, int pageRight ) : bool
rule Rule
pageLeft int
pageRight int
Résultat bool

Property Details

AllRelations protected_oe property

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

Button1 protected_oe property

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

Button2 protected_oe property

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

ErrorMessage protected_oe property

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

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

LoadingContainer protected_oe property

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

NewPageTextBox protected_oe property

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

PageTypesContainer protected_oe property

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

PageTypesDropDown protected_oe property

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

RelatedRelations protected_oe property

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

RelationContainer protected_oe property

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

RuleDirectionLiteral protected_oe property

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

RuleName protected_oe property

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

SearchKeyWord protected_oe property

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

UpdatePanel1 protected_oe property

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