C# Class UManage.ExcelExport

Inheritance: System.Web.UI.Page
Mostrar archivo Open project: OPSI-srl/UManage

Protected Properties

Property Type Description
form1 global::System.Web.UI.HtmlControls.HtmlForm

Public Methods

Method Description
AddLine ( User_Info info ) : string

Protected Methods

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

Method Details

AddLine() public method

public AddLine ( User_Info info ) : string
info OPSI.UManage.Entities.User_Info
return string

Page_Load() protected method

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

Property Details

form1 protected_oe property

Controllo form1.
Campo generato automaticamente. Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
protected global::System.Web.UI.HtmlControls.HtmlForm form1
return global::System.Web.UI.HtmlControls.HtmlForm