[This is preliminary documentation and subject to change.]
Registers all the reference code classes managed in the given reference code manager.
Registers all the reference code classes managed in the given reference code manager.
public void RegisterReferenceCode(IReferenceCodeMgr);
Register the type of a reference code, the list of code values and its version.
public void RegisterReferenceCode(Type,IReferenceCode[],string);
Registers the type of reference codes and the reference manager managing them.
public void RegisterReferenceCode(Type,IReferenceCodeMgr);
ReferenceCodeMgrImpl Class | PmMda.Net.Dog.Reference Namespace