Symphony Framework
Symphony.Conductor.Framework Namespace
Inheritance Hierarchy

The Symphony.Conductor.Framework namespace contains a number of classes that enable easier development of your WPF desktop applications.  The UIStateStack, for example, enables the ability to provide visual environment processing.  The VMMessenger class provides the ability to communicate messages between the different elements of your WPF Desktop application.

Classes
 ClassDescription
ClassThis class provides the abilit to navigate the visual states defined within the assigned UI Control. The UIStateStack class is a stack of UI states.As you navigate to a state it is popped onto the stack.You can then navigate back to a previous state. You can also navigate back to the base state.This class is used by the Symphony.Conductor.Model.DataObjectBase class.
Class This class provides a simple message system to allow communication between ViewModel classes and a controlling ViewModel class.
Class 
Delegates
 DelegateDescription
Delegate This deligate allows your component to control if it can be closed or not.
Delegate This deligate allows your component to control being closed down.
Delegate This deligate allows your controlling component to move to the required visual state or terminate the program.
Delegate This deligate allows your component to listen for and action to a general message
Enumerations
 EnumerationDescription
Enumeration Sorting order for Synergy data objects when performing sorting comparisons.
Enumeration Messages that can be communicated through the VMMessenger class
See Also

Reference

SymphonyFramework Assembly