find_by_name


Description:

public BaseInfo find_by_name (string namespace_, string name)

Searches for a particular entry in a namespace.

Before calling this function for a particular namespace, you must call require once to load the namespace, or otherwise ensure the namespace has already been loaded.

Parameters:

this

A Repository or null for the singleton process-global default Repository

namespace_

Namespace which will be searched

name

Entry name to find

Returns:

BaseInfo representing metadata about name, or null