Click or drag to resize

BikeHistoryControllerSetData Method

Set data item BikeHistory 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 BikeHistory SetData(
	BikeHistory pBikeHistory,
	FormCollection pCollection
)

Parameters

pBikeHistory
Type: Velo.Data.ModelsBikeHistory
Data item to fill
pCollection
Type: FormCollection
Form data collection

Return Value

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