C# Class Carrotware.CMS.UI.Controls.ListItemImageThumb

Inheritance: Image
Show file Open project: ninianne98/CarrotCakeCMS

Private Properties

Property Type Description
SetFileInfo void

Protected Methods

Method Description
OnDataBinding ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void

Private Methods

Method Description
SetFileInfo ( string sImageName, string sTemplateFolderPath ) : void

Method Details

OnDataBinding() protected method

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

OnPreRender() protected method

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

Render() protected method

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void