BikeHistoryControllerSetData Method |  |
Namespace:
Velo.Web.Controllers
Assembly:
Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxprivate BikeHistory SetData(
BikeHistory pBikeHistory,
FormCollection pCollection
)
Private Function SetData (
pBikeHistory As BikeHistory,
pCollection As FormCollection
) As BikeHistory
Parameters
- pBikeHistory
- Type: Velo.Data.ModelsBikeHistory
Data item to fill - pCollection
- Type: FormCollection
Form data collection
Return Value
Type:
BikeHistoryData item filled of form collection value.
See Also