GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / ResourceMappingCollection Class / WriteObject Method
Resource object.
Object from custom data source/

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

    Parameters

    resource
    Resource object.
    boundObject
    Object from custom data source/
    See Also