Gets all resource allocations in the ViewModel.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
IEnumerable<IResourceAllocationViewModel> ResourceAllocations { get; } |
Visual Basic
Copy Code
|
|---|
ReadOnly Property ResourceAllocations As IEnumerable(Of IResourceAllocationViewModel) |
An enumeration of all resource allocations in the project.
See Also