[]
        
(Showing Draft Content)

C1.C1Schedule.MappingCollectionBase-1.WriteObject

WriteObject Method

WriteObject(T, object)

When implemented in a derived class fills boundObject with values from specified internalObject.

Declaration
protected virtual void WriteObject(T internalObject, object boundObject)
Parameters
Type Name Description
T internalObject

object from C1Schedule collection.

object boundObject

object from custom data source.

Remarks

Overriding method of derived class should call the base class's WriteObject method or fill boundObject properties on it's own.