An NDoc Documented Class Library

ISubscriber Interface

Interface to be implemented by classes that are subscribers to published data

For a list of all members of this type, see ISubscriber Members.

Sandia.MVCFramework.Common.ISubscriber
   IDataAnalyzer
   IDataStore
   IView
   IViewManager

public interface ISubscriber

Types that implement ISubscriber

Type Description
AbstractStandardDataAnalyzer  
AbstractStandardDataStore  
AbstractStandardView An abstract class that makes an IView into a control.
AbstractStandardViewManager The AbstractStandardViewManager provides some general functionality for a view manager that uses a Windows form UI. It provides some basic UI components such as a MenuStrip, as well as an abstract method that is called on construction to allow inheriting classes to add their own components to the form.

Requirements

Namespace: Sandia.MVCFramework.Common

Assembly: Sandia.MVCFramework (in Sandia.MVCFramework.dll)

See Also

ISubscriber Members | Sandia.MVCFramework.Common Namespace