C# 클래스 TurtleZenTaoLib.SiteManageForm

파일 보기 프로젝트 열기: easysoft/zentao_extension 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
plugin Plugin

공개 메소드들

메소드 설명
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

鼠标右键编辑网站信息

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

SiteManageForm() 공개 메소드

public SiteManageForm ( Plugin plugin ) : System
plugin Plugin
리턴 System

addWebSite() 공개 메소드

public addWebSite ( string siteUrl, string username, string password, string websiteName ) : void
siteUrl string
username string
password string
websiteName string
리턴 void

editWebSite() 공개 메소드

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

initSiteList() 공개 메소드

初始化网站列表
public initSiteList ( ) : void
리턴 void

onDeleteClick() 공개 메소드

鼠标右键删除网站
public onDeleteClick ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

onEditClick() 공개 메소드

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

프로퍼티 상세

plugin 공개적으로 프로퍼티

public Plugin,TurtleZenTaoLib plugin
리턴 Plugin