[]
        
(Showing Draft Content)

C1.Schedule.AppointmentMappingCollection.WriteObject

WriteObject Method

WriteObject(Appointment, object)

Fills boundObject with values from specified BaseObject object.

Declaration
protected override void WriteObject(Appointment internalObject, object boundObject)
Protected Overrides Sub WriteObject(internalObject As Appointment, boundObject As Object)
Parameters
Type Name Description
Appointment internalObject

Appointment object.

object boundObject

object from custom data source/

Overrides