C# 클래스 SIPSorcery.SimpleWizardOutRuleControl

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

공개 메소드들

메소드 설명
SetErrorMessage ( string errorMessage ) : void
SetRuleToUpdate ( SimpleWizardRule rule ) : void

Sets the UI fields based on the supplied rule. If the rule is null the fields are reset ready for a new rule to be added.

SetStatusMessage ( string status, bool disableInput ) : void
SimpleWizardOutRuleControl ( ) : System

비공개 메소드들

메소드 설명
Cancel ( object sender, System e ) : void
CloseErrorMessage ( object sender, System e ) : void
RuleCommandType_SelectionChanged ( object sender, System e ) : void
SetCommandParameterFieldsForRule ( SimpleWizardRule rule ) : void

Sets the 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.

SetRuleCommandParameters ( SimpleWizardRule rule ) : string

Sets the command parameter properties on a rule based on the rule's command type. The rule's command type dictates which input fields will eb used for each command parameter.

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

메소드 상세

SetErrorMessage() 공개 메소드

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

SetRuleToUpdate() 공개 메소드

Sets the UI fields based on the supplied rule. If the rule is null the fields are reset ready for a new rule to be added.
public SetRuleToUpdate ( SimpleWizardRule rule ) : void
rule SIPSorcery.Entities.SimpleWizardRule
리턴 void

SetStatusMessage() 공개 메소드

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

SimpleWizardOutRuleControl() 공개 메소드

public SimpleWizardOutRuleControl ( ) : System
리턴 System