C# Class EPiCode.Relations.Plugins.Admin.Units.ImportExport

Inheritance: System.Web.UI.UserControl
Afficher le fichier Open project: BVNetwork/Relations

Protected Properties

Свойство Type Description
Button1 global::System.Web.UI.WebControls.Button
Button8 global::System.Web.UI.WebControls.Button
CheckBoxRelations global::System.Web.UI.WebControls.CheckBox
CheckBoxRules global::System.Web.UI.WebControls.CheckBox
DataTextBox global::System.Web.UI.WebControls.TextBox
StatusLabel global::System.Web.UI.WebControls.Label

Méthodes protégées

Méthode Description
Export_Click ( object sender, EventArgs e ) : void
ImportRelation ( string row ) : string
ImportRule ( string row ) : string
Import_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
Status ( string text ) : void

Method Details

Export_Click() protected méthode

protected Export_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

ImportRelation() protected méthode

protected ImportRelation ( string row ) : string
row string
Résultat string

ImportRule() protected méthode

protected ImportRule ( string row ) : string
row string
Résultat string

Import_Click() protected méthode

protected Import_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Status() protected méthode

protected Status ( string text ) : void
text string
Résultat void

Property Details

Button1 protected_oe property

Button1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button Button1
Résultat global::System.Web.UI.WebControls.Button

Button8 protected_oe property

Button8 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button Button8
Résultat global::System.Web.UI.WebControls.Button

CheckBoxRelations protected_oe property

CheckBoxRelations control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox CheckBoxRelations
Résultat global::System.Web.UI.WebControls.CheckBox

CheckBoxRules protected_oe property

CheckBoxRules control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox CheckBoxRules
Résultat global::System.Web.UI.WebControls.CheckBox

DataTextBox protected_oe property

DataTextBox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox DataTextBox
Résultat global::System.Web.UI.WebControls.TextBox

StatusLabel protected_oe property

StatusLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label StatusLabel
Résultat global::System.Web.UI.WebControls.Label