template::list::filter::set_properties (public)

 template::list::filter::set_properties -list_name list_name \
    -filter_name filter_name -spec spec [ -ulevel ulevel ]

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

Set multiple properties for the given list and filter from a list in array get format.

Switches:
-list_name
(required)
-filter_name
(required)
-spec
(required)
-ulevel
(defaults to "1") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 template::list::filter::create template::list::filter::create (public) template::list::filter::set_properties template::list::filter::set_properties template::list::filter::create->template::list::filter::set_properties template::list::filter::set_property template::list::filter::set_property (public) template::list::filter::set_properties->template::list::filter::set_property

Testcases:
No testcase defined.
Source code:
    incr ulevel

    foreach { property value } $spec {
        set_property  -list_name $list_name  -filter_name $filter_name  -property $property  -value $value  -ulevel $ulevel
    }
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: