C# Class SIPSorcery.SIPAccountManager

Inheritance: System.Windows.Controls.UserControl
显示文件 Open project: sipsorcery/sipsorcery Class Usage Examples

Public Properties

Property Type Description
Initialised bool

Public Methods

Method Description
Initialise ( ) : void
SIPAccountManager ( ) : System
SIPAccountManager ( ActivityMessageDelegate logActivityMessage, string owner, SIPEntitiesDomainContext riaContext ) : System
SIPMonitorMachineEventHandler ( SIPSorcery machineEvent ) : void

Private Methods

Method Description
DeleteSIPAccount ( object sender, System e ) : void
DeleteSIPAccountComplete ( SubmitOperation so ) : void
DetailsControlClosed ( ) : void
GetSIPAccounts ( int offset, int count ) : void
GetSIPAccountsCompleted ( LoadOperation lo ) : void
GetSIPBindings ( int offset, int count ) : void
HidePassword ( Object sender, System.Windows.Input.MouseEventArgs e ) : void
SIPAccountAdd ( SIPAccount sipAccount ) : void
SIPAccountAddComplete ( SubmitOperation so ) : void
SIPAccountUpdate ( SIPAccount sipAccount ) : void
SIPAccountsAssetViewer_Add ( ) : void
SIPAccountsDataGrid_MouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
SIRegistrarBindingsLoaded ( LoadOperation lo ) : void
ShowPassword ( Object sender, System.Windows.Input.MouseEventArgs e ) : void
UpdateSIPAccountComplete ( SubmitOperation so ) : void

Method Details

Initialise() public method

public Initialise ( ) : void
return void

SIPAccountManager() public method

public SIPAccountManager ( ) : System
return System

SIPAccountManager() public method

public SIPAccountManager ( ActivityMessageDelegate logActivityMessage, string owner, SIPEntitiesDomainContext riaContext ) : System
logActivityMessage ActivityMessageDelegate
owner string
riaContext SIPEntitiesDomainContext
return System

SIPMonitorMachineEventHandler() public method

public SIPMonitorMachineEventHandler ( SIPSorcery machineEvent ) : void
machineEvent SIPSorcery
return void

Property Details

Initialised public_oe property

public bool Initialised
return bool