Class NextDateInfo
Inherited Members
Namespace: SuperOffice.CRM
Assembly: SoCore.dll
Syntax
public class NextDateInfo
Constructors
NextDateInfo()
Declaration
public NextDateInfo()
NextDateInfo(NextDateInfo)
Declaration
public NextDateInfo(NextDateInfo info)
Parameters
| Type | Name | Description |
|---|---|---|
| NextDateInfo | info |
NextDateInfo(int, DateTime)
Declaration
public NextDateInfo(int appointmentId, DateTime date)
Parameters
| Type | Name | Description |
|---|---|---|
| int | appointmentId | |
| DateTime | date |
Properties
AppointmentId
Declaration
public int AppointmentId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Date
Declaration
public DateTime Date { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |