C# Class SenseNet.Portal.Portlets.Controls.ExportFormItems

Inheritance: System.Web.UI.WebControls.WebControl
Exibir arquivo Open project: maxpavlov/FlexNet

Private Properties

Property Type Description
CreateHeader void
CreateLastExport System.Web.UI.LiteralControl
CreateLine void
GetCSV string
GetDate DateTime?
GetPropertyValue string
btnExport_Click void

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Private Methods

Method Description
CreateHeader ( FormItem fi, StringBuilder sb ) : void
CreateLastExport ( ) : System.Web.UI.LiteralControl
CreateLine ( FormItem fi, StringBuilder sb ) : void
GetCSV ( Form form ) : string
GetDate ( string dateString ) : DateTime?
GetPropertyValue ( object propertyValue ) : string
btnExport_Click ( object sender, EventArgs e ) : void

Method Details

OnInit() protected method

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