Click or drag to resize

Bike Class

Bike data item
Inheritance Hierarchy
SystemObject
  Velo.Data.ModelsBike

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

The Bike type exposes the following members.

Constructors
  NameDescription
Public methodBike
Initializes a new instance of the Bike class. Constructor without parameter
Public methodBike(IDataRecord)
Initializes a new instance of the Bike class. Constructor with parameter of data record to fill this data item
Top
Properties
  NameDescription
Public propertyBattery
Battery
Public propertyBrand
Bike brand. Default "".
Public propertyDate
Date of sale. 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 propertyHasRelationship
Has relationship to bike history and to report
Public propertyID
Data item identification from database. Default value is 0.
Public propertyInformation
Bike information. Default "".
Public propertyKeyCode
Key code
Public propertyLabel
Bike label (Brand, Name, Type, Number)
Public propertyNumber
Bike number. Default "".
Public propertyPrice
Bike price. Default 0.
Public propertyPriceIncAccessories
Bike price including accessories. Default 0.
Public propertyRelationship
Relationship from bike to bike history
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