An NDoc Documented Class Library

IView Interface

An interface for views within the MVC framework. All views are subscribers.

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

public interface IView : ISubscriber, IRequestGenerator

Types that implement IView

Type Description
AbstractStandardView An abstract class that makes an IView into a control.

Requirements

Namespace: Sandia.MVCFramework.View

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

See Also

IView Members | Sandia.MVCFramework.View Namespace