C# Class TurtleZenTaoLib.SiteManageForm

Afficher le fichier Open project: easysoft/zentao_extension Class Usage Examples

Méthodes publiques

Свойство Type Description
plugin Plugin

Méthodes publiques

Méthode Description
SiteManageForm ( Plugin plugin ) : System
addWebSite ( string siteUrl, string username, string password, string websiteName ) : void
editWebSite ( int index, string siteUrl, string username, string password, string websiteName ) : void

网站编辑结果展示

initSiteList ( ) : void

初始化网站列表

onDeleteClick ( object sender, EventArgs e ) : void

鼠标右键删除网站

onEditClick ( object sender, EventArgs e ) : void

鼠标右键编辑网站信息

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SiteManageForm_Load ( object sender, EventArgs e ) : void
addSiteBtnClick ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
onListDbClicked ( object sender, EventArgs e ) : void

列表项鼠标双击处理

siteListView_SelectedIndexChanged ( object sender, EventArgs e ) : void
toolStripStatusLabel1_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

SiteManageForm() public méthode

public SiteManageForm ( Plugin plugin ) : System
plugin Plugin
Résultat System

addWebSite() public méthode

public addWebSite ( string siteUrl, string username, string password, string websiteName ) : void
siteUrl string
username string
password string
websiteName string
Résultat void

editWebSite() public méthode

网站编辑结果展示
public editWebSite ( int index, string siteUrl, string username, string password, string websiteName ) : void
index int
siteUrl string
username string
password string
websiteName string
Résultat void

initSiteList() public méthode

初始化网站列表
public initSiteList ( ) : void
Résultat void

onDeleteClick() public méthode

鼠标右键删除网站
public onDeleteClick ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

onEditClick() public méthode

鼠标右键编辑网站信息
public onEditClick ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

plugin public_oe property

public Plugin,TurtleZenTaoLib plugin
Résultat Plugin