C# Class SIPSorcery.CustomerSettingsControl

Inheritance: System.Windows.Controls.UserControl
Show file Open project: sipsorcery/sipsorcery Class Usage Examples

Public Methods

Method Description
CustomerSettingsControl ( ) : System
CustomerSettingsControl ( ActivityMessageDelegate logActivityMessage, LogoutDelegate logout, string owner, SIPEntitiesDomainContext riaContext ) : System
Load ( ) : void

Private Methods

Method Description
ClearPasswordFields ( ) : void
DeleteAccountButton_Click ( object sender, System e ) : void
DeleteComplete ( SubmitOperation so ) : void
GetCustomerCompleted ( LoadOperation lo ) : void
SetUpdateButtonsEnabled ( bool areEnabled ) : void
UpdateCustomerButton_Click ( object sender, System e ) : void
UpdateCustomerComplete ( SubmitOperation so ) : void
UpdateCustomerPasswordComplete ( InvokeOperation io ) : void
UpdatePasswordButton_Click ( object sender, System e ) : void

Method Details

CustomerSettingsControl() public method

public CustomerSettingsControl ( ) : System
return System

CustomerSettingsControl() public method

public CustomerSettingsControl ( ActivityMessageDelegate logActivityMessage, LogoutDelegate logout, string owner, SIPEntitiesDomainContext riaContext ) : System
logActivityMessage ActivityMessageDelegate
logout LogoutDelegate
owner string
riaContext SIPEntitiesDomainContext
return System

Load() public method

public Load ( ) : void
return void