BikeHistoryController Methods |
The BikeHistoryController type exposes the following members.
| Name | Description | |
|---|---|---|
| _Create |
Get HTML code for a new bike history data by address ID and bike ID
| |
| _Edit |
Get HTML code for a bike history data by ID
| |
| ConvertViewToString |
Convert MVC view to HTML code as string
(Inherited from ControllerStandard.) | |
| Create |
Create a new bike history
| |
| Create(FormCollection) |
Creating the bike history from form data
| |
| Delete(Int32) |
Delete a bike history data item
| |
| Delete(Int32, FormCollection) |
Deleting a bike history
| |
| Details |
Get a bike history details
| |
| Edit(Int32) |
Edit a bike history
| |
| Edit(Int32, FormCollection) |
Save a bike history that has been edited.
| |
| GetList |
Get HTML code for a bike history list by search parameter
| |
| GetListAddressByBike |
Get HTML code for address list from bike history by bike
| |
| GetListBikeByAddress |
Get HTML code for bike list from bike history by address
| |
| GoToURLReferrer |
Gives redirection result from URL referrer
(Inherited from ControllerStandard.) | |
| Index |
Get bike history list
| |
| Message |
Go to message (Home/Message)
(Inherited from ControllerStandard.) | |
| MessageNoData |
Standard message "Daten nicht vorhanden!" or "[data source] nicht vorhanden!"
(Inherited from ControllerStandard.) | |
| SaveURLReferrer |
Save URL referrer
(Inherited from ControllerStandard.) | |
| SetData |
Set data item BikeHistory with form data
| |
| SetViewBagList |
Set object ViewBag
|
| Name | Description | |
|---|---|---|
| ConvertDateFromSQL |
Convert SQL date include value null
(Defined by Extension.) | |
| ConvertDateToSQL |
Convert C# date type to SQL date type
(Defined by Extension.) |