Click or drag to resize

EmployeeControllerSetData Method

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

Parameters

pEmployee
Type: Velo.Data.ModelsEmployee
Data item to fill
pCollection
Type: FormCollection
Form data collection

Return Value

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