pmMDA.NET

ReferenceCodeMgrImpl.RegisterReferenceCode Method (Type, IReferenceCode[], String)

[This is preliminary documentation and subject to change.]

Register the type of a reference code, the list of code values and its version.

public void RegisterReferenceCode(
   Type type,
   IReferenceCode[] codes,
   string version
);

Parameters

type
Type of the reference code.
codes
List of codes of the reference code.
version
Version of the reference code type.

Implements

IReferenceCodeMgr.RegisterReferenceCode

See Also

ReferenceCodeMgrImpl Class | PmMda.Net.Dog.Reference Namespace | ReferenceCodeMgrImpl.RegisterReferenceCode Overload List