C# Class Subtext.Web.UI.Controls.GalleryThumbNailViewer

Summary description for GalleryThumbNailViewer.
Inheritance: BaseControl
Mostra file Open project: ayende/Subtext

Protected Properties

Property Type Description
Description System.Web.UI.WebControls.Literal
GalleryTitle System.Web.UI.WebControls.Literal
ThumbNails System.Web.UI.WebControls.DataList

Protected Methods

Method Description
EvalImage ( object dataItem ) : Image
ImageCreated ( object sender, System.Web.UI.WebControls.DataListItemEventArgs e ) : void
OnLoad ( EventArgs e ) : void

Method Details

EvalImage() protected static method

protected static EvalImage ( object dataItem ) : Image
dataItem object
return Subtext.Framework.Components.Image

ImageCreated() protected method

protected ImageCreated ( object sender, System.Web.UI.WebControls.DataListItemEventArgs e ) : void
sender object
e System.Web.UI.WebControls.DataListItemEventArgs
return void

OnLoad() protected method

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

Property Details

Description protected_oe property

protected Literal,System.Web.UI.WebControls Description
return System.Web.UI.WebControls.Literal

GalleryTitle protected_oe property

protected Literal,System.Web.UI.WebControls GalleryTitle
return System.Web.UI.WebControls.Literal

ThumbNails protected_oe property

protected DataList,System.Web.UI.WebControls ThumbNails
return System.Web.UI.WebControls.DataList