Click or drag to resize

BikeControllerSetData Method

Set data item Bike with form data

Namespace:  Velo.Web.Controllers
Assembly:  Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
private Bike SetData(
	Bike pBike,
	FormCollection pCollection
)

Parameters

pBike
Type: Velo.Data.ModelsBike
Data item to fill
pCollection
Type: FormCollection
Form data collection

Return Value

Type: Bike
Data item filled of form collection value.
See Also