C# 클래스 TPConfAddin.VideoConfSettingsForm

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

공개 메소드들

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

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

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

메소드 상세

CheckIpAddress() 공개 정적인 메소드

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

CheckIsEmail() 공개 정적인 메소드

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

CopyHtmlToClipBoard() 공개 정적인 메소드

将字符串拷贝到剪切板中
public static CopyHtmlToClipBoard ( string html ) : void
html string 待拷贝字符串
리턴 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

VideoConfSettingsForm() 공개 메소드

public VideoConfSettingsForm ( AppointmentItem ai ) : System
ai AppointmentItem
리턴 System