Represents an activity in an ActivityChart.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public class ActivityPresenter : BasePresenter |
Visual Basic
Copy Code
|
|---|
Public Class ActivityPresenter |
RemarksThis class serves as the view in a MVVM pattern where the ViewModel is IActivityViewModel and the Model is either an Activity object or a user-defined activity object.
Inheritance HierarchySystem.Object![]()
System.Windows.Threading.DispatcherObject![]()
System.Windows.DependencyObject![]()
System.Windows.Media.Visual![]()
System.Windows.UIElement![]()
System.Windows.FrameworkElement![]()
System.Windows.Controls.Control![]()
MindFusion.DataViews.Wpf.BasePresenter
MindFusion.DataViews.Wpf.ActivityPresenter
See Also