Show / Hide Table of Contents

Class SaleFilterDialogDataHandler

Data fetch/save class for the Sale Filter dialog.

Inheritance
object
SaleFilterDialogDataHandler
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM
Assembly: SoDataBase.dll
Syntax
public static class SaleFilterDialogDataHandler

Methods

AddFilterRestrictions(Select, FieldInfo)

Data fetch/save class for the Sale Filter dialog.

Declaration
public static void AddFilterRestrictions(Select query, FieldInfo dateField)
Parameters
Type Name Description
Select query
FieldInfo dateField

GetToDate()

Get the 'to date', i.e., the date of the newest visible sales. The date is recalculated based on the 'days after' (today) value every time this method is called, and so moves with real time.

Declaration
public static DateTime GetToDate()
Returns
Type Description
DateTime

Date of latest visible activity, always greater than today

Save(int)

Data fetch/save class for the Sale Filter dialog.

Declaration
public static void Save(int saleAdvanceDays)
Parameters
Type Name Description
int saleAdvanceDays

Number of days ahead of Today

© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top