C# Class TPConfAddin.VideoConfSettingsForm

Mostra file Open project: eSDK/esdk_OutlookPlugin Class Usage Examples

Public Methods

Method Description
CheckIpAddress ( string ip ) : bool

2015-7-10 w00322557 验证IP地址

CheckIsEmail ( string email ) : bool

2015-7-10 w00322557 验证邮箱

CopyHtmlToClipBoard ( string html ) : void

将字符串拷贝到剪切板中

VideoConfSettingsForm ( AppointmentItem ai ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CheckBillCode ( string str ) : bool

检查计费码参数是否合法(计费码仅支持数字)

CheckCPResource ( string str ) : bool

检查多画面资源参数是否合法(目前仅支持数字0~24)

CheckConfPassword ( string str ) : bool

检查会议密码参数是否合法(会议密码为不大于6位的数字)

CheckIsNumber ( string str ) : bool
CheckSiteRate ( string str, int nSelect ) : bool

检查会场速率是否合法

CheckVideoSites ( string str ) : bool

检查视频会场方数是否合法(0~512)

CheckVoiceSites ( string str ) : bool

检查音频会场方数是否合法(0~512)

InitializeComponent ( ) : void

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

VideoConfSettingsForm_Load ( object sender, EventArgs e ) : void
btnAdd_Click ( object sender, EventArgs e ) : void
btnConfirm_Click ( object sender, EventArgs e ) : void
btnDelete_Click ( object sender, EventArgs e ) : void
btnEdit_Click ( object sender, EventArgs e ) : void
btnShowTempSites_Click ( object sender, EventArgs e ) : void
btnTempSites_Click ( object sender, EventArgs e ) : void
cbLiveBroadcast_CheckedChanged ( object sender, EventArgs e ) : void
cbRecording_CheckedChanged ( object sender, EventArgs e ) : void
getConfLasts ( AppointmentItem item ) : string

根据格式,获取会议时长

getTimeSpan ( AppointmentItem item ) : string

根据格式,获取会议时长

listViewTempSites_SelectedIndexChanged ( object sender, EventArgs e ) : void
lvTempSites_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

CheckIpAddress() public static method

2015-7-10 w00322557 验证IP地址
public static CheckIpAddress ( string ip ) : bool
ip string
return bool

CheckIsEmail() public static method

2015-7-10 w00322557 验证邮箱
public static CheckIsEmail ( string email ) : bool
email string
return bool

CopyHtmlToClipBoard() public static method

将字符串拷贝到剪切板中
public static CopyHtmlToClipBoard ( string html ) : void
html string 待拷贝字符串
return void

Dispose() protected method

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

VideoConfSettingsForm() public method

public VideoConfSettingsForm ( AppointmentItem ai ) : System
ai AppointmentItem
return System