GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / TasksMappingCollection Class / WriteObject Method
Task object.
object from custom data source/

In This Topic
    WriteObject Method (TasksMappingCollection)
    In This Topic
    Fills boundObject with values from specified BaseObject object.
    Syntax
    'Declaration
     
    Protected Overrides Sub WriteObject( _
       ByVal task As Task, _
       ByVal boundObject As Object _
    ) 
    protected override void WriteObject( 
       Task task,
       object boundObject
    )

    Parameters

    task
    Task object.
    boundObject
    object from custom data source/
    See Also