Click or drag to resize

AddressControllerSetData Method

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

Parameters

pAddress
Type: Velo.Data.ModelsAddress
Data item to fill
pCollection
Type: FormCollection
Form data collection

Return Value

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