BikeHistoryController_Edit Method |  |
Get HTML code for a bike history data by ID
Namespace:
Velo.Web.Controllers
Assembly:
Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic string _Edit(
BikeHistory pBikeHistory
)
Public Function _Edit (
pBikeHistory As BikeHistory
) As String
Parameters
- pBikeHistory
- Type: Velo.Web.ModelsBikeHistory
Bike History edit parameter.
ID or 0 for a new data item.
Bike and address changeable.
Return Value
Type:
StringBike history edit in HTML code
Remarks
Must be login (authenticated).
If a new bike history entry then property value of DatePurchase is date now.
Examples
POST: BikeHistory/_Edit/{web models BikeHistory parameter}
See Also