C# Class SIPSorcery.CustomerSettingsControl

Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: sipsorcery/sipsorcery Class Usage Examples

Méthodes publiques

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

Private Methods

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

public CustomerSettingsControl ( ) : System
Résultat System

CustomerSettingsControl() public méthode

public CustomerSettingsControl ( ActivityMessageDelegate logActivityMessage, LogoutDelegate logout, string owner, SIPEntitiesDomainContext riaContext ) : System
logActivityMessage ActivityMessageDelegate
logout LogoutDelegate
owner string
riaContext SIPEntitiesDomainContext
Résultat System

Load() public méthode

public Load ( ) : void
Résultat void