pmMDA.NET

ReferenceCodeMgrImpl.GetAllReferenceCodes Method 

[This is preliminary documentation and subject to change.]

Returns the list of all reference codes of the given type.

public IReferenceCode[] GetAllReferenceCodes(
   Type type
);

Parameters

type
Type of the requested reference codes.

Return Value

List of all reference codes of the given type. If the type is not not known null is returned.

Implements

IReferenceCodeMgr.GetAllReferenceCodes

See Also

ReferenceCodeMgrImpl Class | PmMda.Net.Dog.Reference Namespace