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

Inheritance: EPiServer.UserControlBase
Mostrar archivo Open project: BVNetwork/Relations

Protected Properties

Property 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

Protected Methods

Method 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

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

Method Details

AddRelations_Click() protected method

protected AddRelations_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

GetRuleText() protected method

protected GetRuleText ( ) : string
return string

PageTypes_Changed() protected method

protected PageTypes_Changed ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

PerformSearch_Click() protected method

protected PerformSearch_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

SearchRelations() protected method

protected SearchRelations ( ) : PageDataCollection
return PageDataCollection

Validate() protected method

protected Validate ( Rule rule, int pageLeft, int pageRight ) : bool
rule Rule
pageLeft int
pageRight int
return 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
return 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
return 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
return 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
return 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
return 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
return 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
return 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
return 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
return 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
return 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
return 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
return 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
return 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
return 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
return global::System.Web.UI.UpdatePanel