C# Class FSClient.Conference

Inheritance: ObservableClass
Afficher le fichier Open project: mitchcapper/FSClient Class Usage Examples

Méthodes publiques

Свойство Type Description
_users ObservableCollection
fields FSClient.Field[]
menu System.Windows.Controls.ContextMenu
values FSClient.FieldValue[]

Private Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

ConferenceAction() public static méthode

public static ConferenceAction ( String action ) : void
action String
Résultat void

EndConference() public méthode

public EndConference ( ) : void
Résultat void

NewFSEvent() public méthode

public NewFSEvent ( object sender, FSEvent evt ) : void
sender object
evt FSEvent
Résultat void

Record() public méthode

public Record ( String file, bool stop = false ) : void
file String
stop bool
Résultat void

edit() public méthode

public edit ( ) : void
Résultat void

gen_config() public méthode

public gen_config ( XmlNode config_node ) : void
config_node System.Xml.XmlNode
Résultat void

join_conference() public méthode

public join_conference ( ) : void
Résultat void

reload_config() public méthode

public reload_config ( ) : void
Résultat void

Property Details

_users public_oe static_oe property

public static ObservableCollection _users
Résultat ObservableCollection

fields public_oe static_oe property

public static Field[],FSClient fields
Résultat FSClient.Field[]

menu public_oe property

public ContextMenu,System.Windows.Controls menu
Résultat System.Windows.Controls.ContextMenu

values public_oe property

public FieldValue[],FSClient values
Résultat FSClient.FieldValue[]