Skip to main content

Class AppointmentSaveData

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for AppointmentSaveData. This class contains the updated appointment entity and a flag for if any emails were queued when saving

Inheritance

objectCarrierAppointmentSaveData

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

AppointmentSaveData()

Default constructor - defaults any enum props to 0.

Properties

AppointmentEntity

Updated AppointmentEntity

Property Value

AppointmentEntity

EmailCreated

Flag for if an email was created for webtools, or if an email is queued on an smtp server

Property Value

bool

See Also

AppointmentAgent