Iterates the time interval based allocations from standard tasks assigned to a specific resource within the component.
You should call Initialize(Boolean, Boolean, Boolean) method before this call.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
public IEnumerable<KeyValuePair<TimeInterval, double>> GetAllocations( Object resource ) |
| Visual Basic (Declaration) |
|---|
Public Function GetAllocations ( _ resource As Object _ ) As IEnumerable(Of KeyValuePair(Of TimeInterval, Double)) |
Parameters
- resource
- Type: System..::..Object