template::list::filter::get_refname (public)

 template::list::filter::get_refname -list_name list_name \
    -filter_name filter_name

Defined in packages/acs-templating/tcl/list-procs.tcl

Build a canonical name from a list and filter name.

Switches:
-list_name
(required)
List name.
-filter_name
(required)
Filter name.
Returns:
Canonical name built from list_name and filter_name.

Partial Call Graph (max 5 caller/called nodes):
%3 template::list::filter::exists_p template::list::filter::exists_p (public) template::list::filter::get_refname template::list::filter::get_refname template::list::filter::exists_p->template::list::filter::get_refname template::list::filter::get_reference template::list::filter::get_reference (public) template::list::filter::get_reference->template::list::filter::get_refname

Testcases:
No testcase defined.
Source code:
    return "$list_name:filter:$filter_name:properties"
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: