Click or drag to resize

SalesArchive Class

Sales to archive parameters
Inheritance Hierarchy
SystemObject
  Velo.Web.ModelsSalesArchive

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

The SalesArchive type exposes the following members.

Constructors
  NameDescription
Public methodSalesArchive
Initializes a new instance of the SalesArchive class
Top
Properties
  NameDescription
Public propertyAddressID
Address sales to archive
Public propertyDateFrom
Archive date from
Public propertyDateTo
Archive date to
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