C# Class CrownPeak.SearchG2.Client.UserControls.Highlight

Datei anzeigen Open project: Crownpeak/Search-Results-Examples

Protected Properties

Property Type Description
Literal1 global::System.Web.UI.WebControls.Literal
Repeater1 global::System.Web.UI.WebControls.Repeater

Public Methods

Method Description
Highlight ( ) : System

Protected Methods

Method Description
OnDataBinding ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Method Details

Highlight() public method

public Highlight ( ) : System
return System

OnDataBinding() protected method

protected OnDataBinding ( EventArgs e ) : void
e EventArgs
return void

Page_Load() protected method

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

Property Details

Literal1 protected_oe property

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

Repeater1 protected_oe property

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