Click or drag to resize

ReportDataController Class

Web API data controller about report
Inheritance Hierarchy
SystemObject
  ApiController
    Velo.Web.ControllersReportDataController

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

The ReportDataController type exposes the following members.

Constructors
  NameDescription
Public methodReportDataController
Initializes a new instance of the ReportDataController class
Top
Methods
  NameDescription
Public methodCode exampleRemove
Delete report
Public methodCode exampleRemoveByAddress
Delete all reports by address
Public methodCode exampleRemoveByBike
Delete all reports by bike
Public methodCode exampleSave
Save a new data item of report or update a exist data item of report
Public methodToDocument
Create a report document by report ID and gives a file stream as HTTP response message
Public methodToDocumentCheck
Check to create report document
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