IImplementsMoodCode Interface
Identifies that a class or structure has a mood code
Namespace: MARC.Everest.InterfacesAssembly: MARC.Everest.Phone (in MARC.Everest.Phone.dll) Version: 1.5.0.0 (1.5.0)
Syntax
C#
public interface IImplementsMoodCode : IGraphable
Remarks
GPMR will attach this interface to any RMIM classes that implement
the concept of a mood code. A mood code can be used to determine the
mood of an act within an instance. Common mood codes are:
EVN - An event occurred triggering the actRQO - The act represents a request
This interface is the non-genericised version of IImplementsMoodCode, another
interface exists for classes which implement a mood code with a strongly bound
code system.
Version Information
Everest Compact Framework
Supported in: 1.2 Compact
Everest Framework
Supported in: 1.2, 1.0
See Also