Click or drag to resize

BikeHistory Constructor (Int32, Int32)

Initializes a new instance of the BikeHistory class. Constructor with parameter

Namespace:  Velo.Data.Models
Assembly:  Velo.Data (in Velo.Data.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public BikeHistory(
	int pAddressID,
	int pBikeID
)

Parameters

pAddressID
Type: SystemInt32
Address ID
pBikeID
Type: SystemInt32
Bike ID
Remarks
Set property AddressChangeable on false.

Set property BikeChangeable on false.

See Also