MindFusion.Wpf Pack Programmer's Guide
IProjectViewModel Properties
 


 Public Properties

  Name Description

Activities

Gets the top-level activities in the ViewModel.

ActivityActivator

Gets or sets a delegate that can be used to create new activities.

ActivityType

Gets or sets the type of activities created through the ViewModel.

CanRedo

Gets or sets a value indicating whether there is a command in the redo history which can be redone.

CanUndo

Gets or sets a value indicating whether there is a command in the undo history which can be undone.

Dependencies

Gets all dependencies in the ViewModel.

DependencyActivator

Gets or sets a delegate that can be used to create new dependencies.

DependencyType

Gets or sets the type of dependencies created through the ViewModel.

IsEndTimeSticky

Gets or sets a value indicating whether to recalculate Activity.Duration or Activity.EndTime when StartTime changes.

NonWorkingDays

Gets or sets the non-working days for a week in a project.

NonWorkingHours

Gets or sets the non-working hours for a working day in a project.

ProjectEnd

Gets or sets a date, indicating the end of a project.

ProjectStart

Gets or sets a date, indicating the start of a project.

RedoCommand

Gets a command which performs redo on the last undone action in the command history.

ResourceActivator

Gets or sets a delegate that can be used to create new resources.

ResourceAllocationActivator

Gets or sets a delegate that can be used to create new resource allocations.

ResourceAllocations

Gets all resource allocations in the ViewModel.

ResourceAllocationType

Gets or sets the type of resource allocations created through the ViewModel.

Resources

Gets the top-level resources in the ViewModel.

ResourceType

Gets or sets the type of resources created through the ViewModel.

UndoCommand

Gets a command which performs undo on the current action saved in the command history.

UndoEnabled

Gets or sets a value indicating whether saving action records for later undo is enabled.

 See Also

IProjectViewModel Interface
MindFusion.DataViews.Wpf Namespace