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