C# Class timw255.Sitefinity.SuperForms.Widgets.Form.LogicalFormCheckboxes

Inheritance: FormCheckboxes, IConditionalFormControl, IConditionalMaster, IConditionalSlave, IProgressiveFormControl
Show file Open project: timw255/timw255.Sitefinity.SuperForms

Public Methods

Method Description
GetScriptReferences ( ) : IEnumerable
IsValid ( ) : bool
LogicalFormCheckboxes ( ) : System

Protected Methods

Method Description
OnPreRender ( EventArgs e ) : void

Private Methods

Method Description
IsLogicallyRequired ( ) : bool

Method Details

GetScriptReferences() public method

public GetScriptReferences ( ) : IEnumerable
return IEnumerable

IsValid() public method

public IsValid ( ) : bool
return bool

LogicalFormCheckboxes() public method

public LogicalFormCheckboxes ( ) : System
return System

OnPreRender() protected method

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
return void