Class NextDueDateInfo
The information needed to update remaining sale rows in a batch update
Inherited Members
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 |