[]
        
(Showing Draft Content)

C1.Schedule.AppointmentMappingCollection.ReadObject

ReadObject Method

ReadObject(Appointment, object, bool)

Fills BaseObject object with values from specified boundObject.

Declaration
protected override bool ReadObject(Appointment internalObject, object boundObject, bool raiseChanged)
Protected Overrides Function ReadObject(internalObject As Appointment, boundObject As Object, raiseChanged As Boolean) As Boolean
Parameters
Type Name Description
Appointment internalObject
object boundObject
bool raiseChanged
Returns
Type Description
bool
Overrides