pmMDA.NET

IComponent Interface

[This is preliminary documentation and subject to change.]

A component is a subsystem of an application.

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

public interface IComponent

Types that implement IComponent

Type Description
ComponentImpl The default component provides a default implementation of the component interface.
DataObjectManager The data object manager defines a coherent set of handlers responsible for providing all services to manipulate data objects and their lightweight representations.
ViewManager  

Remarks

The IComponent interface defines a set of methods and properties for a state machine. The states are equal to the state of the application.

Register a component by calling the Register method.

If you need to implement your own component take a look to the ComponentImpl class before starting.

Requirements

Namespace: PmMda.Net.Application

Assembly: pmMDA.NET.Common (in pmMDA.NET.Common.dll)

See Also

IComponent Members | PmMda.Net.Application Namespace