C# Class CAESDO.Recruitment.Web.Step

Represents a Step object (including Home) to be used for tabbed browsing
Show file Open project: ucdavis/Recruitments

Public Methods

Method Description
Step ( ) : System
Step ( string stepName, bool completed, bool selected, bool stepVisible ) : System
setCompletionStatus ( bool completed ) : void
setSelectionStatus ( bool selected ) : void

Method Details

Step() public method

public Step ( ) : System
return System

Step() public method

public Step ( string stepName, bool completed, bool selected, bool stepVisible ) : System
stepName string
completed bool
selected bool
stepVisible bool
return System

setCompletionStatus() public method

public setCompletionStatus ( bool completed ) : void
completed bool
return void

setSelectionStatus() public method

public setSelectionStatus ( bool selected ) : void
selected bool
return void