C# Class AJH.CMS.WEB.UI.Services.GalleryXSL_UC

Inheritance: System.Web.UI.UserControl
Show file Open project: ajhCMS/AJH.CMS.WEB.UI

Protected Properties

Property Type Description
xmlGallery global::System.Web.UI.WebControls.Xml

Private Properties

Property Type Description
GalleryXSL_UC_Load void
LoadGallery void

Public Methods

Method Description
SetItems ( int PageNumber, int PageSize, int CategoryID, int XslID ) : void

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Private Methods

Method Description
GalleryXSL_UC_Load ( object sender, EventArgs e ) : void
LoadGallery ( ) : void

Method Details

OnInit() protected method

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

SetItems() public method

public SetItems ( int PageNumber, int PageSize, int CategoryID, int XslID ) : void
PageNumber int
PageSize int
CategoryID int
XslID int
return void

Property Details

xmlGallery protected property

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