C# Class GiveCampWeb.Controllers.VolunteerController

Inheritance: Controller
显示文件 Open project: esumerfd/Southwest-Ohio-Give-Camp

Public Methods

Method Description
Index ( ) : System.Web.Mvc.ActionResult
SignUp ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
Details ( string Volunteerid ) : System.Web.Mvc.ActionResult
ExtractId ( string Id ) : int
GetNewBooleanValue ( string value ) : bool
HasChanged ( string value ) : bool
Review ( ) : System.Web.Mvc.ActionResult
SelectedJobRoles ( System.Web.Mvc.FormCollection form ) : List
SelectedTechnologies ( System.Web.Mvc.FormCollection form ) : List
SignUp ( Volunteer volunteer, System.Web.Mvc.FormCollection form ) : System.Web.Mvc.ActionResult
Validate ( Volunteer volunteer, List jobRoles, List technologies ) : void

Method Details

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

SignUp() public method

public SignUp ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult