Click or drag to resize

BikeBikeHistoryEntry Class

New bike and bike history entry from address.
Inheritance Hierarchy
SystemObject
  Velo.Web.ModelsBikeBikeHistoryEntry

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

The BikeBikeHistoryEntry type exposes the following members.

Constructors
  NameDescription
Public methodBikeBikeHistoryEntry
Initializes a new instance of the BikeBikeHistoryEntry class. Constructor without parameter
Public methodBikeBikeHistoryEntry(Int32)
Initializes a new instance of the BikeBikeHistoryEntry class. Constructor with parameter
Top
Properties
  NameDescription
Public propertyAddressID
Address ID
Public propertyAddressLabel
Address label
Public propertyBattery
Battery
Public propertyBikeHistoryID
Bike history ID after saved
Public propertyBikeID
Bike ID after saved
Public propertyBrand
Bike brand. Default "".
Public propertyDate
Date of sale and date of bike. Default null.
Public propertyDateWebDisplay
Get schedule date web display (example: Mo 1.12.21)
Public propertyDateWebDisplayDateOnly
Get schedule date web display, date only an example: 01.12.2021)
Public propertyDateWebFormatted
Schedule date web formatted (yyyy-MM-dd) for web element "Input".
Public propertyDescription
Bike description. Default "".
Public propertyInformationBike
Bike information. Default "".
Public propertyInformationBikeHistory
Bike history information. Default "".
Public propertyKeyCode
Key code
Public propertyKilometer
Kilometer on sale
Public propertyNumber
Bike number. Default "".
Public propertyPrice
Bike price. Default 0.
Public propertyPriceIncAccessories
Bike price including accessories. Default 0.
Public propertyPricePaid
Bike price to paid. Default 0.
Public propertySize
Bike size. Default "".
Public propertyType
Bike type. Default "".
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