Метод | Описание | |
---|---|---|
Create ( string txtFirstName, string txtLastName, string txtEmail, string txtPostalAddress, string txtPostalCode, string txtCity, string txtPhoneNumber, string genderId, string birthdateId, string txtStartNumber, string clubId, string classId ) : System.Web.Mvc.ActionResult |
Creates the specified TXT first name.
|
|
Delete ( int id, int clubid ) : System.Web.Mvc.ActionResult | ||
DeleteAthlete ( string ddAthlete ) : System.Web.Mvc.ActionResult | ||
Edit ( ) : System.Web.Mvc.ActionResult | ||
EditAthleteDetails ( string txtathleteId, string txtfirstName, string txtlastName, string txtemail, string txtpostalAddress, string txtpostalCode, string txtcity, string txtphoneNumber, string txtgender, string txtbirthDate, string txtstartNumber, string txtathleteClass ) : System.Web.Mvc.ActionResult | ||
EditFormFail ( ) : System.Web.Mvc.ActionResult | ||
GetAllAthletes ( int clubId ) : System.Web.Mvc.ActionResult | ||
GetAthleteDetails ( int athleteId ) : System.Web.Mvc.ActionResult | ||
IsValidInput ( string firstname, string lastname, string email, string startnumber, string clubId = "1" ) : bool | ||
Print ( int raceId ) : System.Web.Mvc.ActionResult |
Prints the athletes.
|
|
PrintForClub ( int clubId ) : System.Web.Mvc.ActionResult |
Prints the athletes.
|
|
ResetDeleteFormField ( ) : System.Web.Mvc.ActionResult | ||
ResetEditFormField ( ) : System.Web.Mvc.ActionResult | ||
ResetFormField ( ) : System.Web.Mvc.ActionResult | ||
Setup ( ) : System.Web.Mvc.ActionResult | ||
getGenderNameById ( int id ) : |
||
isValidEmail ( string inputEmail ) : bool |
Метод | Описание | |
---|---|---|
Athletes ( int clubId ) : System.Web.Mvc.ActionResult | ||
AthletesForRace ( int raceId ) : System.Web.Mvc.ActionResult | ||
Index ( int raceId ) : System.Web.Mvc.ActionResult | ||
getBirthDate ( ) : List |
||
getBirthDateById ( int birthid ) : BirthDate | ||
getGender ( ) : List |
||
setEditViewData ( ) : void | ||
setViewData ( ) : void |
public Create ( string txtFirstName, string txtLastName, string txtEmail, string txtPostalAddress, string txtPostalCode, string txtCity, string txtPhoneNumber, string genderId, string birthdateId, string txtStartNumber, string clubId, string classId ) : System.Web.Mvc.ActionResult | ||
txtFirstName | string | First name. |
txtLastName | string | Last name. |
txtEmail | string | The email. |
txtPostalAddress | string | Postal address. |
txtPostalCode | string | The postal code. |
txtCity | string | The city. |
txtPhoneNumber | string | The phone number. |
genderId | string | The gender id. |
birthdateId | string | The birthdate id. |
txtStartNumber | string | The start number. |
clubId | string | The club id. |
classId | string | The class id. |
Результат | System.Web.Mvc.ActionResult |
public Delete ( int id, int clubid ) : System.Web.Mvc.ActionResult | ||
id | int | |
clubid | int | |
Результат | System.Web.Mvc.ActionResult |
public DeleteAthlete ( string ddAthlete ) : System.Web.Mvc.ActionResult | ||
ddAthlete | string | |
Результат | System.Web.Mvc.ActionResult |
public Edit ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public EditAthleteDetails ( string txtathleteId, string txtfirstName, string txtlastName, string txtemail, string txtpostalAddress, string txtpostalCode, string txtcity, string txtphoneNumber, string txtgender, string txtbirthDate, string txtstartNumber, string txtathleteClass ) : System.Web.Mvc.ActionResult | ||
txtathleteId | string | |
txtfirstName | string | |
txtlastName | string | |
txtemail | string | |
txtpostalAddress | string | |
txtpostalCode | string | |
txtcity | string | |
txtphoneNumber | string | |
txtgender | string | |
txtbirthDate | string | |
txtstartNumber | string | |
txtathleteClass | string | |
Результат | System.Web.Mvc.ActionResult |
public EditFormFail ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public GetAllAthletes ( int clubId ) : System.Web.Mvc.ActionResult | ||
clubId | int | |
Результат | System.Web.Mvc.ActionResult |
public GetAthleteDetails ( int athleteId ) : System.Web.Mvc.ActionResult | ||
athleteId | int | |
Результат | System.Web.Mvc.ActionResult |
public IsValidInput ( string firstname, string lastname, string email, string startnumber, string clubId = "1" ) : bool | ||
firstname | string | |
lastname | string | |
string | ||
startnumber | string | |
clubId | string | |
Результат | bool |
public Print ( int raceId ) : System.Web.Mvc.ActionResult | ||
raceId | int | |
Результат | System.Web.Mvc.ActionResult |
public PrintForClub ( int clubId ) : System.Web.Mvc.ActionResult | ||
clubId | int | |
Результат | System.Web.Mvc.ActionResult |
public ResetDeleteFormField ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public ResetEditFormField ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public ResetFormField ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public Setup ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public getGenderNameById ( int id ) : |
||
id | int | |
Результат |
public static isValidEmail ( string inputEmail ) : bool | ||
inputEmail | string | |
Результат | bool |