[]
        
(Showing Draft Content)

C1.Schedule.BaseObjectMappingCollection-1.ReadObject

ReadObject Method

ReadObject(T, object, bool)

Fills BaseObject object with values from specified boundObject.

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