MindFusion.Wpf Pack Programmer's Guide
IProjectViewModel.ResourceAllocations Property
See Also
 





Gets all resource allocations in the ViewModel.

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

 Syntax

C#  Copy Code

IEnumerable<IResourceAllocationViewModel> ResourceAllocations { get; }

Visual Basic  Copy Code

ReadOnly Property ResourceAllocations As IEnumerable(Of IResourceAllocationViewModel)

 Property Value

An enumeration of all resource allocations in the project.

 See Also

IProjectViewModel Members
IProjectViewModel Interface
MindFusion.DataViews.Wpf Namespace