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)
Syntaxprivate Address SetData(
Address pAddress,
FormCollection pCollection
)
Private Function SetData (
pAddress As Address,
pCollection As FormCollection
) As Address
Parameters
- pAddress
- Type: Velo.Data.ModelsAddress
Data item to fill - pCollection
- Type: FormCollection
Form data collection
Return Value
Type:
AddressData item filled of form collection value.
See Also