C# Class SenseNet.Portal.UI.Controls.SearchView

Inheritance: System.Web.UI.WebControls.WebControl
Exibir arquivo Open project: maxpavlov/FlexNet

Private Properties

Property Type Description
CreateDiv System.Web.UI.WebControls.Literal
CreateLink string
CreateLiteral System.Web.UI.WebControls.Literal
GenerateUrl string
GetContentName string
GetExtract string

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Private Methods

Method Description
CreateDiv ( string cssClass ) : System.Web.UI.WebControls.Literal
CreateLink ( string url, string urlText ) : string
CreateLiteral ( string text ) : System.Web.UI.WebControls.Literal
GenerateUrl ( string url, string nodePath ) : string
GetContentName ( ) : string
GetExtract ( ) : string

Method Details

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void