Gets a list with objects describing the activities this resource is allocated for.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public abstract IEnumerable<IResourceAllocationViewModel> Allocations { get; } |
Visual Basic
Copy Code
|
|---|
Public MustOverride ReadOnly Property Allocations As IEnumerable(Of IResourceAllocationViewModel) |
An IEnumerable with all allocations of this resource.
See Also