C# Класс EPiCode.Relations.Plugins.Admin.Units.ImportExport

Наследование: System.Web.UI.UserControl
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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

Защищенные методы

Метод Описание
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

Описание методов

Export_Click() защищенный Метод

protected Export_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

ImportRelation() защищенный Метод

protected ImportRelation ( string row ) : string
row string
Результат string

ImportRule() защищенный Метод

protected ImportRule ( string row ) : string
row string
Результат string

Import_Click() защищенный Метод

protected Import_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

Page_Load() защищенный Метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

Status() защищенный Метод

protected Status ( string text ) : void
text string
Результат void

Описание свойств

Button1 защищенное свойство

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
Результат global::System.Web.UI.WebControls.Button

Button8 защищенное свойство

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
Результат global::System.Web.UI.WebControls.Button

CheckBoxRelations защищенное свойство

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
Результат global::System.Web.UI.WebControls.CheckBox

CheckBoxRules защищенное свойство

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
Результат global::System.Web.UI.WebControls.CheckBox

DataTextBox защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox

StatusLabel защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label