pmMDA.NET

IReferenceCodeMgr.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.

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.

See Also

IReferenceCodeMgr Interface | PmMda.Net.Dog.Reference Namespace | IReferenceCodeMgr.RegisterReferenceCode Overload List