Click or drag to resize

AddressDataController Class

Web API data controller about address
Inheritance Hierarchy
SystemObject
  ApiController
    Velo.Web.ControllersAddressDataController

Namespace:  Velo.Web.Controllers
Assembly:  Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public class AddressDataController : ApiController

The AddressDataController type exposes the following members.

Constructors
  NameDescription
Public methodAddressDataController
Initializes a new instance of the AddressDataController class
Top
Methods
  NameDescription
Public methodCode exampleGetByID
Get address data item by ID
Public methodCode exampleSave
Save a new data item of address item or update a exist data item of address item
Public methodCode exampleSaveBikeBikeHistoryEntry
Save a new data item of BikeBikeHistoryEntry item
Top
Extension Methods
  NameDescription
Public Extension MethodCode exampleConvertDateFromSQL
Convert SQL date include value null
(Defined by Extension.)
Public Extension MethodConvertDateToSQL
Convert C# date type to SQL date type
(Defined by Extension.)
Top
See Also