An NDoc Documented Class Library

IController Interface

Interface to be implemented by classes that act as controllers

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

public interface IController : IRequestRouter, IPublisher

Types that implement IController

Type Description
StandardController Abstract implementation of IController that provides standard functionality for keeping track of available DataAccessors and DataAnalyzers and that maps requests to actions

Requirements

Namespace: Sandia.MVCFramework.Controller

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

See Also

IController Members | Sandia.MVCFramework.Controller Namespace