C# 클래스 SIPSorcery.DialPlanUpdateControl

상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: sipsorcery/sipsorcery 1 사용 예제들

공개 메소드들

메소드 설명
DialPlanUpdateControl ( ) : System
DialPlanUpdateControl ( SIPDialPlan dialPlan, string owner, DialPlanUpdateDelegate dialPlanUpdate, ControlClosedDelegate closed ) : System
WriteStatusMessage ( MessageLevelsEnum status, string message ) : void

비공개 메소드들

메소드 설명
CloseButton_Click ( object sender, RoutedEventArgs e ) : void
PopulateDataFields ( SIPDialPlan dialPlan ) : void
UpdateButtonClicked ( object sender, System e ) : void

메소드 상세

DialPlanUpdateControl() 공개 메소드

public DialPlanUpdateControl ( ) : System
리턴 System

DialPlanUpdateControl() 공개 메소드

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

WriteStatusMessage() 공개 메소드

public WriteStatusMessage ( MessageLevelsEnum status, string message ) : void
status MessageLevelsEnum
message string
리턴 void