Click or drag to resize

SalesControllerSetData Method

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

Parameters

pSale
Type: Velo.Data.ModelsSales
Data item to fill
pCollection
Type: FormCollection
Form data collection

Return Value

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