MindFusion.Scheduling for Silverlight Programmer's Guide
ActivityPresenter Class
Remarks See Also
 





Represents an activity in an ActivityChart.

Namespace: MindFusion.DataViews.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 Syntax

C#  Copy Code

public class ActivityPresenter : BasePresenter

Visual Basic  Copy Code

Public Class ActivityPresenter
    Inherits BasePresenter

 Remarks

This 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 Hierarchy

System.Object
    System.Windows.Threading.DispatcherObject
        System.Windows.DependencyObject
            System.Windows.Media.Visual
                System.Windows.UIElement
                    System.Windows.FrameworkElement
                        System.Windows.Controls.Control
                            MindFusion.DataViews.Silverlight.BasePresenter
                                MindFusion.DataViews.Silverlight.ActivityPresenter

 See Also

ActivityPresenter Members
MindFusion.DataViews.Silverlight Namespace