[]
        
(Showing Draft Content)

C1.Schedule.BaseObjectMappingCollection-1.WriteObject

WriteObject Method

WriteObject(T, object)

Fills boundObject with values from specified BaseObject object.

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

T object.

object boundObject

Object from custom data source.

Overrides