pmMDA.NET

IReferenceCodeMgr Interface

[This is preliminary documentation and subject to change.]

The reference code manager handles a set of reference codes either directly or through another reference code manager.

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

public interface IReferenceCodeMgr

Types that implement IReferenceCodeMgr

Type Description
ReferenceCodeMgrImpl Implements a canonical form of the reference code manager interface.

Remarks

Access methods provide access to the reference codes. The manager provides only read operations and not update functions. 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

IReferenceCodeMgr Members | PmMda.Net.Dog.Reference Namespace