C# Class FormHelperSample.Controllers.CheckboxSampleController

Inheritance: SmartDispatcherController
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
CheckboxIndex ( ) : void
CheckboxListIndex ( ) : void
ProcessCheckbox ( bool enabled1, int enabled2 ) : void
ProcessCheckboxList ( int selectedPrimes, [ blog ) : void

Method Details

CheckboxIndex() public method

public CheckboxIndex ( ) : void
return void

CheckboxListIndex() public method

public CheckboxListIndex ( ) : void
return void

ProcessCheckbox() public method

public ProcessCheckbox ( bool enabled1, int enabled2 ) : void
enabled1 bool
enabled2 int
return void

ProcessCheckboxList() public method

public ProcessCheckboxList ( int selectedPrimes, [ blog ) : void
selectedPrimes int
blog [
return void