Overload List

  NameDescription
ResolveRecord(String)
Attempts to find the Record whose ID is specified by id by looking at the results from the CommandInfos associated with the ResultResolver instance.
ResolveRecord(String, CommandInfo)
Attempts to find the Record whose ID is specified by id as in ResolveRecord(String) but also accepts a hint as to which CommandInfo may contain the Record specified by source. The function will attempt to resolve the Record in source but will look in the results of other CommandInfos if it is not found in source.

See Also