Show / Hide Table of Contents

Class NextDueDateInfo

The information needed to update remaining sale rows in a batch update

Inheritance
object
NextDueDateInfo
Inherited Members
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 class NextDueDateInfo

Constructors

NextDueDateInfo(DateTime, SaleStatus, SaleDone, DateTime, DateTime, int)

The information needed to update remaining sale rows in a batch update

Declaration
public NextDueDateInfo(DateTime date, SaleStatus status, SaleDone done, DateTime reOpen, DateTime nextDueDate, int nddAppointmentId)
Parameters
Type Name Description
DateTime date
SaleStatus status
SaleDone done
DateTime reOpen
DateTime nextDueDate
int nddAppointmentId

Fields

Done

The information needed to update remaining sale rows in a batch update

Declaration
public SaleDone Done
Field Value
Type Description
SaleDone

NddAppointmentId

The information needed to update remaining sale rows in a batch update

Declaration
public int NddAppointmentId
Field Value
Type Description
int

NextDueDate

The information needed to update remaining sale rows in a batch update

Declaration
public DateTime NextDueDate
Field Value
Type Description
DateTime

ReOpenDate

The information needed to update remaining sale rows in a batch update

Declaration
public DateTime ReOpenDate
Field Value
Type Description
DateTime

SaleDate

The information needed to update remaining sale rows in a batch update

Declaration
public DateTime SaleDate
Field Value
Type Description
DateTime

Status

The information needed to update remaining sale rows in a batch update

Declaration
public SaleStatus Status
Field Value
Type Description
SaleStatus

Methods

ToString()

The information needed to update remaining sale rows in a batch update

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top