Interface that all systems must implement.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public interface ISystem |
| Visual Basic (Declaration) |
|---|
Public Interface ISystem |
| Visual C++ |
|---|
public interface class ISystem |
Remarks
This should never be implemented by a system writer. Derive a system
from the SystemBase abstract base class.