C# Class Rock.Web.UI.Controls.WorkflowTypePicker

Inheritance: RockDropDownList
Show file Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method Description
SetValue ( WorkflowType workflowType ) : void

Sets the value.

SetValues ( IEnumerable workflowTypes ) : void

Sets the values.

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event.

SetValueOnSelect ( ) : void

Sets the value on select.

SetValuesOnSelect ( ) : void

Sets the values on select.

Method Details

OnInit() protected method

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e EventArgs An object that contains the event data.
return void

SetValue() public method

Sets the value.
public SetValue ( WorkflowType workflowType ) : void
workflowType WorkflowType The Workflow Type.
return void

SetValueOnSelect() protected method

Sets the value on select.
protected SetValueOnSelect ( ) : void
return void

SetValues() public method

Sets the values.
public SetValues ( IEnumerable workflowTypes ) : void
workflowTypes IEnumerable The schedules.
return void

SetValuesOnSelect() protected method

Sets the values on select.
protected SetValuesOnSelect ( ) : void
return void