Method | Description | |
---|---|---|
DbManage ( ) : System | ||
addWebsiteInfo ( int index, string url, string user, string pass, string websiteName ) : bool |
添加站点记录
|
|
deleteWebsiteInfo ( int index ) : void |
删除站点记录
|
|
editWebsiteInfo ( int index, string url, string user, string pass, string websiteName ) : bool |
编辑站点记录
|
|
getWebsites ( ) : List |
读取站点记录
|
|
save ( ) : void |
保存站点记录数据
|
public addWebsiteInfo ( int index, string url, string user, string pass, string websiteName ) : bool | ||
index | int | |
url | string | |
user | string | |
pass | string | |
websiteName | string | |
return | bool |
public deleteWebsiteInfo ( int index ) : void | ||
index | int | |
return | void |
public editWebsiteInfo ( int index, string url, string user, string pass, string websiteName ) : bool | ||
index | int | |
url | string | |
user | string | |
pass | string | |
websiteName | string | |
return | bool |