Property | Type | Description | |
---|---|---|---|
_users | ObservableCollection |
||
fields | FSClient.Field[] | ||
menu | System.Windows.Controls.ContextMenu | ||
values | FSClient.FieldValue[] |
Property | Type | Description | |
---|---|---|---|
Conference | System | ||
CreateMenuItem | System.Windows.Controls.MenuItem | ||
DurationTimerFired | void | ||
GetUser | |||
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 |
Method | Description | |
---|---|---|
ConferenceAction ( String action ) : void | ||
EndConference ( ) : void | ||
NewFSEvent ( object sender, |
||
Record ( String file, bool stop = false ) : void | ||
edit ( ) : void | ||
gen_config ( |
||
join_conference ( ) : void | ||
reload_config ( ) : void |
Method | Description | |
---|---|---|
Conference ( ) : System | ||
CreateMenuItem ( String header, System.Action action ) : System.Windows.Controls.MenuItem | ||
DurationTimerFired ( object obj ) : void | ||
GetUser ( |
||
RecordConference ( ) : void | ||
StopRecord ( ) : void | ||
UpdateDurations ( ) : void | ||
UserMenu ( |
||
_our_conference_call_PropertyChanged ( object sender, System e ) : void | ||
conference_ContextMenuOpened ( object sender, |
||
only_us_left_check ( ) : void | ||
users_CollectionChanged ( object sender, System e ) : void |
public static ConferenceAction ( String action ) : void | ||
action | String | |
return | void |
public NewFSEvent ( object sender, |
||
sender | object | |
evt | ||
return | void |
public Record ( String file, bool stop = false ) : void | ||
file | String | |
stop | bool | |
return | void |
public gen_config ( |
||
config_node | ||
return | void |
public static ObservableCollection |
||
return | ObservableCollection |
public ContextMenu,System.Windows.Controls menu | ||
return | System.Windows.Controls.ContextMenu |