C# Class newtelligence.DasBlog.Web.Core.BookControl

Inheritance: System.Web.UI.WebControls.HyperLink
Mostrar archivo Open project: AArnott/dasblog Class Usage Examples

Public Methods

Method Description
BookControl ( ) : System

Protected Methods

Method Description
GetRandomBook ( ) : DataRow
OnPreRender ( EventArgs e ) : void

Method Details

BookControl() public method

public BookControl ( ) : System
return System

GetRandomBook() protected method

protected GetRandomBook ( ) : DataRow
return System.Data.DataRow

OnPreRender() protected method

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