Click or drag to resize

BikeHistoryController Class

Bike history web controller
Inheritance Hierarchy
SystemObject
  ControllerBase
    Controller
      Velo.Web.HelperControllerStandard
        Velo.Web.ControllersBikeHistoryController

Namespace:  Velo.Web.Controllers
Assembly:  Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public class BikeHistoryController : ControllerStandard

The BikeHistoryController type exposes the following members.

Constructors
  NameDescription
Public methodBikeHistoryController
Initializes a new instance of the BikeHistoryController class. Constructor without parameter
Top
Methods
  NameDescription
Public methodCode example_Create
Get HTML code for a new bike history data by address ID and bike ID
Public methodCode example_Edit
Get HTML code for a bike history data by ID
Protected methodConvertViewToString
Convert MVC view to HTML code as string
(Inherited from ControllerStandard.)
Public methodCode exampleCreate
Create a new bike history
Public methodCode exampleCreate(FormCollection)
Creating the bike history from form data
Public methodCode exampleDelete(Int32)
Delete a bike history data item
Public methodCode exampleDelete(Int32, FormCollection)
Deleting a bike history
Public methodCode exampleDetails
Get a bike history details
Public methodCode exampleEdit(Int32)
Edit a bike history
Public methodEdit(Int32, FormCollection)
Save a bike history that has been edited.
Public methodCode exampleGetList
Get HTML code for a bike history list by search parameter
Public methodCode exampleGetListAddressByBike
Get HTML code for address list from bike history by bike
Public methodCode exampleGetListBikeByAddress
Get HTML code for bike list from bike history by address
Protected methodCode exampleGoToURLReferrer
Gives redirection result from URL referrer
(Inherited from ControllerStandard.)
Public methodIndex
Get bike history 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 BikeHistory 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