C# Class FTServer.spart

Inheritance: System.Web.UI.Page
Show file Open project: iboxdb/ftserver-cs

Protected Properties

Property Type Description
begin System.DateTime
isFirstLoad bool
name string
pageCount long
pages List
startId long

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Method Details

OnLoad() protected method

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

Property Details

begin protected property

protected DateTime,System begin
return System.DateTime

isFirstLoad protected property

protected bool isFirstLoad
return bool

name protected property

protected string name
return string

pageCount protected property

protected long pageCount
return long

pages protected property

protected List pages
return List

startId protected property

protected long startId
return long