DocsMarshal
/
Types
/
DocsMarshal.Entities.Query.Appointment.WhereAppointment
class
WhereAppointment
Base class:
WhereAbstractProfile
Implemented interfaces:
IWhere
IBaseWhere
Derived types:
This type is not derived by any type in DocsMarshal.
Constructors
WhereAppointment
(
IWhereProfile
whereProfile)
Properties
WhereBoolField
AllDay
{ get; set; }
WhereGuidField
AppointmentId
{ get; set; }
WhereAttendee
Attendees
{ get; set; }
WhereGuidField
CalendarId
{ get; set; }
WhereStringField
Description
{ get; set; }
List
<
WhereField
>
Fields
{ get; }
WhereDateTimeField
From
{ get; set; }
WhereGuidField
IdGanttTask
{ get; set; }
WhereDateTimeField
InsertDt
{ get; set; }
WhereDateTimeField
LastUpdate
{ get; set; }
WhereBoolField
Private
{ get; set; }
IWhereProfile
Profile
{ get; set; }
WhereRecurrence
Recurrence
{ get; set; }
WhereRecurrenceException
RecurrenceExceptions
{ get; set; }
WhereIntField
SecurityIdentityOwnerId
{ get; set; }
WhereIntField
Status
{ get; set; }
WhereStringField
Title
{ get; set; }
WhereDateTimeField
To
{ get; set; }
Top