Method | Description | |
---|---|---|
SetErrorMessage ( string errorMessage ) : 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.
|
|
SetStatusMessage ( string status, bool disableInput ) : void | ||
SimpleWizardOutRuleControl ( ) : System |
Method | Description | |
---|---|---|
Cancel ( object sender, System e ) : void | ||
CloseErrorMessage ( object sender, System e ) : void | ||
RuleCommandType_SelectionChanged ( object sender, System e ) : void | ||
SetCommandParameterFieldsForRule ( |
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 ( |
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 ( |
public SetErrorMessage ( string errorMessage ) : void | ||
errorMessage | string | |
return | void |
public SetRuleToUpdate ( |
||
rule | ||
return | void |
public SetStatusMessage ( string status, bool disableInput ) : void | ||
status | string | |
disableInput | bool | |
return | void |
public SimpleWizardOutRuleControl ( ) : System | ||
return | System |