MindFusion.Wpf Pack Programmer's Guide
IResourceViewModel.Allocations Property
See Also
 





Gets a list with objects describing the activities this resource is allocated for.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public abstract IEnumerable<IResourceAllocationViewModel> Allocations { get; }

Visual Basic  Copy Code

Public MustOverride ReadOnly Property Allocations As IEnumerable(Of IResourceAllocationViewModel)

 Property Value

An IEnumerable with all allocations of this resource.

 See Also

IResourceViewModel Members
IResourceViewModel Interface
MindFusion.DataViews.Wpf Namespace