Click or drag to resize

BikeDataController Class

Web API data controller about bike
Inheritance Hierarchy
SystemObject
  ApiController
    Velo.Web.ControllersBikeDataController

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

The BikeDataController type exposes the following members.

Constructors
  NameDescription
Public methodBikeDataController
Initializes a new instance of the BikeDataController class
Top
Methods
  NameDescription
Public methodCode exampleGetByID
Get bike data item by ID
Public methodCode exampleSave
Save a new data item of bike item or update a exist data item of bike item
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