GanttView for WPF | ComponentOne
C1.WPF.GanttView Assembly / C1.GanttView Namespace / ResourceMappingCollection Class / GetKeyForItem Method

In This Topic
    GetKeyForItem Method (ResourceMappingCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function GetKeyForItem( _
       ByVal item As C1.Schedule.MappingInfo _
    ) As String
    protected virtual string GetKeyForItem( 
       C1.Schedule.MappingInfo item
    )

    Parameters

    item
    See Also