C# Class SIP_Agent.View.CallView

Interaction logic for CallView.xaml
Inheritance: System.Windows.Controls.UserControl, ISwitchable
显示文件 Open project: anroots/SIP-Agent

Protected Properties

Property Type Description
CurrentCall Model.Call

Public Methods

Method Description
CallView ( ) : System
CallView ( int CallId ) : System

Initialize the page by providing CALL ID to load

UtilizeState ( object state ) : void

Private Methods

Method Description
SaveData_Click ( object sender, RoutedEventArgs e ) : void
btnBack_Click ( object sender, RoutedEventArgs e ) : void

Back to standby screen

btnBindTask_Click ( object sender, RoutedEventArgs e ) : void
btnPlayback_Click ( object sender, RoutedEventArgs e ) : void

Open call .mp3 in external player

lastCallsData_MouseDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Open selected previous call view

lastEntry_MouseDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Switch to task view

loginTextBlock_MouseLeftButtonDown ( object sender, System e ) : void

Method Details

CallView() public method

public CallView ( ) : System
return System

CallView() public method

Initialize the page by providing CALL ID to load
public CallView ( int CallId ) : System
CallId int
return System

UtilizeState() public method

public UtilizeState ( object state ) : void
state object
return void

Property Details

CurrentCall protected_oe property

protected Model.Call CurrentCall
return Model.Call