pmMDA.NET

IReferenceCode Interface

[This is preliminary documentation and subject to change.]

The reference code defines the interface for all regular key code of the application.

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

PmMda.Net.Dog.Reference.IReferenceCode
   PmMda.Net.Dog.Reference.IHierarchicalReferenceCode

public interface IReferenceCode : IComparable

Types that implement IReferenceCode

Type Description
BooleanCode The boolean reference code implements boolean values (true, false) as business code.
HierarchicalReferenceCodeImpl The class provides a default implementation for the hierarchical reference code interface.
ReferenceCodeImpl The canonical implementation of data reference code.

Remarks

All codes of the application should implement this interface.

Reference codes are data domain enumeration values and should never be modified in the program. All codes are preloaded at startup time to provide responsiveness in the application. The clients do not notice any difference between reference code types and canonical enumeration types.

Requirements

Namespace: PmMda.Net.Dog.Reference

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

See Also

IReferenceCode Members | PmMda.Net.Dog.Reference Namespace