[]
When implemented in a derived class fills boundObject with values from specified internalObject.
protected virtual void WriteObject(T internalObject, object boundObject)
Type | Name | Description |
---|---|---|
T | internalObject | object from C1Schedule collection. |
object | boundObject | object from custom data source. |
Overriding method of derived class should call the base class's WriteObject method or fill boundObject properties on it's own.