C# Class SIPSorcery.SIPAccountDetailsControl

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

Méthodes publiques

Méthode Description
SIPAccountDetailsControl ( ) : System
SIPAccountDetailsControl ( DetailsControlModesEnum mode, SIPAccount sipAccount, string owner, SIPAccountUpdateDelegate add, SIPAccountUpdateDelegate update, ControlClosedDelegate closed, SIPEntitiesDomainContext riaContext ) : System
WriteStatusMessage ( MessageLevelsEnum status, string message ) : void

Private Methods

Méthode Description
Add ( ) : void
CloseButton_Click ( object sender, RoutedEventArgs e ) : void
IncomingCallsOnlyCheckBox_Checked ( object sender, System e ) : void
IncomingCallsOnlyCheckBox_Unchecked ( object sender, System e ) : void
PopulateDataFields ( SIPAccount sipAccount ) : void
SetDialPlanNames ( object state ) : void
SetDomainNames ( object state ) : void
Update ( ) : void
UpdateButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

SIPAccountDetailsControl() public méthode

public SIPAccountDetailsControl ( ) : System
Résultat System

SIPAccountDetailsControl() public méthode

public SIPAccountDetailsControl ( DetailsControlModesEnum mode, SIPAccount sipAccount, string owner, SIPAccountUpdateDelegate add, SIPAccountUpdateDelegate update, ControlClosedDelegate closed, SIPEntitiesDomainContext riaContext ) : System
mode DetailsControlModesEnum
sipAccount SIPAccount
owner string
add SIPAccountUpdateDelegate
update SIPAccountUpdateDelegate
closed ControlClosedDelegate
riaContext SIPEntitiesDomainContext
Résultat System

WriteStatusMessage() public méthode

public WriteStatusMessage ( MessageLevelsEnum status, string message ) : void
status MessageLevelsEnum
message string
Résultat void