C# Class FTServer.spart

Inheritance: System.Web.UI.Page
Mostrar archivo 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_oe property

protected DateTime,System begin
return System.DateTime

isFirstLoad protected_oe property

protected bool isFirstLoad
return bool

name protected_oe property

protected string name
return string

pageCount protected_oe property

protected long pageCount
return long

pages protected_oe property

protected List pages
return List

startId protected_oe property

protected long startId
return long