C# Class Sdx.WebLib.Control.Scaffold.Edit

Inheritance: System.Web.UI.UserControl
Show file Open project: SunriseDigital/sdxweb

Protected Properties

Property Type Description
form Sdx.Html.Form
record Sdx.Db.Record
saveException System.Exception

Protected Methods

Method Description
Page_Load ( object sender, EventArgs ev ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs ev ) : void
sender object
ev System.EventArgs
return void

Property Details

form protected property

protected Sdx.Html.Form form
return Sdx.Html.Form

record protected property

protected Sdx.Db.Record record
return Sdx.Db.Record

saveException protected property

protected Exception,System saveException
return System.Exception