Click or drag to resize

BikeHistory Class

Bike history web parameters
Inheritance Hierarchy
SystemObject
  Velo.Web.ModelsBikeHistory

Namespace:  Velo.Web.Models
Assembly:  Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public class BikeHistory

The BikeHistory type exposes the following members.

Constructors
  NameDescription
Public methodBikeHistory
Initializes a new instance of the BikeHistory class
Top
Properties
  NameDescription
Public propertyAddressChangeable
Address is changeable
Public propertyAddressID
Address ID
Public propertyBikeChangeable
Bike is changeable
Public propertyBikeID
Bike ID
Public propertyID
Bike history ID
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