Click or drag to resize

BikeController Methods

The BikeController type exposes the following members.

Methods
  NameDescription
Public methodCode example_Display
Get HTML code for a bike data by ID
Public methodCode example_Edit
Get HTML code for a bike data by ID
Protected methodConvertViewToString
Convert MVC view to HTML code as string
(Inherited from ControllerStandard.)
Public methodCode exampleCreate
Create a new bike
Public methodCode exampleCreate(FormCollection)
Creating the bike from form data
Public methodCode exampleDelete(Int32)
Delete a bike
Public methodCode exampleDelete(Int32, FormCollection)
Deleting a bike from database and go to URL referrer
Public methodCode exampleDetails
Get a bike details
Public methodCode exampleEdit(Int32)
Edit a bike
Public methodEdit(Int32, FormCollection)
Save a bike that has been edited and go to URL referrer.
Public methodCode exampleGetAddressBikes
Get HTML code for a bike list by address
Public methodCode exampleGetList
Get HTML code for a bike list by search parameter
Protected methodCode exampleGoToURLReferrer
Gives redirection result from URL referrer
(Inherited from ControllerStandard.)
Public methodIndex
Get bike list
Protected methodMessage
Go to message (Home/Message)
(Inherited from ControllerStandard.)
Protected methodMessageNoData
Standard message "Daten nicht vorhanden!" or "[data source] nicht vorhanden!"
(Inherited from ControllerStandard.)
Protected methodCode exampleSaveURLReferrer
Save URL referrer
(Inherited from ControllerStandard.)
Private methodSetData
Set data item Bike with form data
Private methodSetViewBagList
Set object ViewBag
Top
Extension Methods
  NameDescription
Public Extension MethodCode exampleConvertDateFromSQL
Convert SQL date include value null
(Defined by Extension.)
Public Extension MethodConvertDateToSQL
Convert C# date type to SQL date type
(Defined by Extension.)
Top
See Also