C# Class ConnectSamples.Download

Summary description for Download.
Inheritance: System.Web.UI.Page
Show file Open project: zynksoftware/samples

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Private Methods

Method Description
AppendCustomers ( XmlDocument document, XmlNode parent ) : void
AppendInvoices ( XmlDocument document, XmlNode parent ) : void
AppendSalesOrders ( XmlDocument document, XmlNode parent ) : void
AppendTransactions ( XmlDocument document, XmlNode parent ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Page_Load ( object sender, System e ) : void
RetrieveData ( ) : void
UpdateRecords ( string input ) : void

Method Details

OnInit() protected method

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