C# Class SIPSorcery.DialPlanUpdateControl

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

Méthodes publiques

Méthode Description
DialPlanUpdateControl ( ) : System
DialPlanUpdateControl ( SIPDialPlan dialPlan, string owner, DialPlanUpdateDelegate dialPlanUpdate, ControlClosedDelegate closed ) : System
WriteStatusMessage ( MessageLevelsEnum status, string message ) : void

Private Methods

Méthode Description
CloseButton_Click ( object sender, RoutedEventArgs e ) : void
PopulateDataFields ( SIPDialPlan dialPlan ) : void
UpdateButtonClicked ( object sender, System e ) : void

Method Details

DialPlanUpdateControl() public méthode

public DialPlanUpdateControl ( ) : System
Résultat System

DialPlanUpdateControl() public méthode

public DialPlanUpdateControl ( SIPDialPlan dialPlan, string owner, DialPlanUpdateDelegate dialPlanUpdate, ControlClosedDelegate closed ) : System
dialPlan SIPSorcery.Entities.SIPDialPlan
owner string
dialPlanUpdate DialPlanUpdateDelegate
closed ControlClosedDelegate
Résultat System

WriteStatusMessage() public méthode

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