DocsMarshal
/
Types
/
DocsMarshal.Entities.Query.Appointment.WhereAttendee
class
WhereAttendee
Base class:
BaseWhereAbstract
Implemented interfaces:
This type does not implements any interface.
Derived types:
This type is not derived by any type in DocsMarshal.
Constructors
WhereAttendee
()
Properties
WhereDateTimeField
From
{ get; set; }
WhereDateTimeField
InsertDt
{ get; set; }
WhereBoolField
Owner
{ get; set; }
WhereGuidField
PlanningCategories
{ get; set; }
WhereDateTimeField
ResponseDt
{ get; set; }
WhereIntField
SecurityIdentityId
{ get; set; }
WhereIntField
Status
{ get; set; }
WhereDateTimeField
To
{ get; set; }
Top