Click or drag to resize

Report Class

Report data item
Inheritance Hierarchy
SystemObject
  Velo.Data.ModelsReport

Namespace:  Velo.Data.Models
Assembly:  Velo.Data (in Velo.Data.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public class Report

The Report type exposes the following members.

Constructors
  NameDescription
Public methodReport
Initializes a new instance of the Report class. Constructor without parameter Sets field date receipt and field invoice number and field status.
Public methodReport(IDataRecord)
Initializes a new instance of the Report class. Constructor with parameter of data record to fill this data item
Top
Properties
  NameDescription
Public propertyAddress
Gives address data item
Public propertyAddressChangeable
Address is changeable
Public propertyAddressID
Address ID
Public propertyAddressLabel
Address label
Public propertyAmount
Amount of report
Public propertyAmountFormatted
Amount of report formatted
Public propertyBike
Gives bike data item
Public propertyBikeChangeable
Bike is changeable
Public propertyBikeID
Bike ID
Public propertyBikeLabel
Bike label
Public propertyBikeNumber
Bike number
Public propertyDateInvoice
Date of invoice. Default null.
Public propertyDateInvoiceWebDisplay
Get date of invoice to web display (example: Mo 1.12.21)
Public propertyDateInvoiceWebDisplayDateOnly
Get date of invoice to web display, date only an example: 01.12.2021.
Public propertyDateInvoiceWebFormatted
Date of invoice to web formatted (yyyy-MM-dd) for web element "Input".
Public propertyDateOffer
Date of offer. Default null.
Public propertyDateOfferWebDisplay
Get date of offer to web display (example: Mo 1.12.21)
Public propertyDateOfferWebDisplayDateOnly
Get date of offer to web display, date only an example: 01.12.2021.
Public propertyDateOfferWebFormatted
Date of offer to web formatted (yyyy-MM-dd) for web element "Input".
Public propertyDatePayment
Date of payment. Default null.
Public propertyDatePaymentWebDisplay
Get date of payment to web display (example: Mo 1.12.21)
Public propertyDatePaymentWebDisplayDateOnly
Get date of payment to web display, date only an example: 01.12.2021.
Public propertyDatePaymentWebFormatted
Date of payment to web formatted (yyyy-MM-dd) for web element "Input".
Public propertyDatePicUp
Date of pic up. Default null.
Public propertyDatePicUpWebDisplay
Get date of pic up to web display (example: Mo 1.12.21)
Public propertyDatePicUpWebDisplayDateOnly
Get date of pic up to web display, date only an example: 01.12.2021.
Public propertyDatePicUpWebFormatted
Date of pic up to web formatted (yyyy-MM-dd) for web element "Input".
Public propertyDateReceipt
Date of receipt. Default now.
Public propertyDateReceiptWebDisplay
Get date of receipt to web display (example: Mo 1.12.21)
Public propertyDateReceiptWebDisplayDateOnly
Get date of receipt to web display, date only an example: 01.12.2021.
Public propertyDateReceiptWebFormatted
Date of receipt to web formatted (yyyy-MM-dd) for web element "Input".
Public propertyDateReport
Date of report. Default null.
Public propertyDateReportWebDisplay
Get date of report to web display (example: Mo 1.12.21)
Public propertyDateReportWebDisplayDateOnly
Get date of report to web display, date only an example: 01.12.2021.
Public propertyDateReportWebFormatted
Date of report to web formatted (yyyy-MM-dd) for web element "Input".
Public propertyID
Data item identification from database. Default value is 0.
Public propertyInformation
Information about report (interne Information)
Public propertyInvoiceNumber
Invoice number
Public propertyKilometer
Kilometer
Public propertyStatus
Report status
Public propertyStatusText
Report status text (enumeration)
Public propertyTitle
Report title set by Status example "Rechnung"
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