C# Class SIPSorcery.DialPlanUpdateControl

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

Public Methods

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

Private Methods

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

Method Details

DialPlanUpdateControl() public method

public DialPlanUpdateControl ( ) : System
return System

DialPlanUpdateControl() public method

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

WriteStatusMessage() public method

public WriteStatusMessage ( MessageLevelsEnum status, string message ) : void
status MessageLevelsEnum
message string
return void