C# 클래스 SIPSorcery.SimpleWizardInRuleControl

상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: sipsorcery/sipsorcery

공개 메소드들

메소드 설명
PopulateToSIPAccounts ( EntitySet toAccounts ) : void
SetErrorMessage ( string errorMessage ) : void
SetRuleToUpdate ( SimpleWizardRule rule ) : void
SetStatusMessage ( string status, bool disableInput ) : void
SimpleWizardInRuleControl ( ) : System

비공개 메소드들

메소드 설명
AnyTimeChecked ( object sender, System e ) : void
Cancel ( object sender, System e ) : void
CloseErrroMessage ( object sender, System e ) : void
GetTimePattern ( SimpleWizardRule rule ) : string

Extracts the time pattern from the UI controls that represent a rule that's being applied for a specific time.

RuleCommandTypeSelectionChanged ( object sender, System e ) : void
SetRuleCommandFields ( SimpleWizardRule rule ) : string

Sets the value of the rules properties based on the UI controls representing command parameters. The rule's command type dictates which input fields will be used for each command parameter.

SetRuleToMatchFields ( SimpleWizardRule rule ) : string

Sets the To header match portions of the simple wizard rule based on the UI values.

SetUICommandFieldsForRule ( SimpleWizardRule rule ) : void

Sets the content of the UI controls representing command parameter fields based on the specified rule. The command parameters mean different things and apply to different controls dependent on the rule's command type.

SetUIToMatchFields ( SimpleWizardRule rule ) : void

Sets the UI elements based on the To match type and paramters.

SpecificTimeChecked ( object sender, System e ) : void
Submit ( object sender, System e ) : void
ToMatchTypeChanged ( object sender, System e ) : void
Validate ( SimpleWizardRule rule ) : string

메소드 상세

PopulateToSIPAccounts() 공개 메소드

public PopulateToSIPAccounts ( EntitySet toAccounts ) : void
toAccounts EntitySet
리턴 void

SetErrorMessage() 공개 메소드

public SetErrorMessage ( string errorMessage ) : void
errorMessage string
리턴 void

SetRuleToUpdate() 공개 메소드

public SetRuleToUpdate ( SimpleWizardRule rule ) : void
rule SIPSorcery.Entities.SimpleWizardRule
리턴 void

SetStatusMessage() 공개 메소드

public SetStatusMessage ( string status, bool disableInput ) : void
status string
disableInput bool
리턴 void

SimpleWizardInRuleControl() 공개 메소드

public SimpleWizardInRuleControl ( ) : System
리턴 System