C# 클래스 FSClient.Conference

상속: ObservableClass
파일 보기 프로젝트 열기: mitchcapper/FSClient 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_users ObservableCollection
fields FSClient.Field[]
menu System.Windows.Controls.ContextMenu
values FSClient.FieldValue[]

Private Properties

프로퍼티 타입 설명
Conference System
CreateMenuItem System.Windows.Controls.MenuItem
DurationTimerFired void
GetUser ConferenceUser
RecordConference void
StopRecord void
UpdateDurations void
UserMenu System.Windows.Controls.MenuItem
_our_conference_call_PropertyChanged void
conference_ContextMenuOpened void
only_us_left_check void
users_CollectionChanged void

공개 메소드들

메소드 설명
ConferenceAction ( String action ) : void
EndConference ( ) : void
NewFSEvent ( object sender, FSEvent evt ) : void
Record ( String file, bool stop = false ) : void
edit ( ) : void
gen_config ( XmlNode config_node ) : void
join_conference ( ) : void
reload_config ( ) : void

비공개 메소드들

메소드 설명
Conference ( ) : System
CreateMenuItem ( String header, System.Action action ) : System.Windows.Controls.MenuItem
DurationTimerFired ( object obj ) : void
GetUser ( FSEvent evt ) : ConferenceUser
RecordConference ( ) : void
StopRecord ( ) : void
UpdateDurations ( ) : void
UserMenu ( ConferenceUser user ) : System.Windows.Controls.MenuItem
_our_conference_call_PropertyChanged ( object sender, System e ) : void
conference_ContextMenuOpened ( object sender, RoutedEventArgs e ) : void
only_us_left_check ( ) : void
users_CollectionChanged ( object sender, System e ) : void

메소드 상세

ConferenceAction() 공개 정적인 메소드

public static ConferenceAction ( String action ) : void
action String
리턴 void

EndConference() 공개 메소드

public EndConference ( ) : void
리턴 void

NewFSEvent() 공개 메소드

public NewFSEvent ( object sender, FSEvent evt ) : void
sender object
evt FSEvent
리턴 void

Record() 공개 메소드

public Record ( String file, bool stop = false ) : void
file String
stop bool
리턴 void

edit() 공개 메소드

public edit ( ) : void
리턴 void

gen_config() 공개 메소드

public gen_config ( XmlNode config_node ) : void
config_node System.Xml.XmlNode
리턴 void

join_conference() 공개 메소드

public join_conference ( ) : void
리턴 void

reload_config() 공개 메소드

public reload_config ( ) : void
리턴 void

프로퍼티 상세

_users 공개적으로 정적으로 프로퍼티

public static ObservableCollection _users
리턴 ObservableCollection

fields 공개적으로 정적으로 프로퍼티

public static Field[],FSClient fields
리턴 FSClient.Field[]

menu 공개적으로 프로퍼티

public ContextMenu,System.Windows.Controls menu
리턴 System.Windows.Controls.ContextMenu

values 공개적으로 프로퍼티

public FieldValue[],FSClient values
리턴 FSClient.FieldValue[]