C# Class UManage.ExcelExport

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: OPSI-srl/UManage

Protected Properties

Свойство Type Description
form1 global::System.Web.UI.HtmlControls.HtmlForm

Méthodes publiques

Méthode Description
AddLine ( User_Info info ) : string

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

AddLine() public méthode

public AddLine ( User_Info info ) : string
info OPSI.UManage.Entities.User_Info
Résultat string

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat 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
Résultat global::System.Web.UI.HtmlControls.HtmlForm