Difference between revisions of "SYSCLS DYNAMIC SELECTIVE LIST CRITERION"
(Created page with "{{ClassificationInfoBox | title = Selective list item criterion system classification | name = {{PAGENAMEE}} | inheritance = SYSCLS ROOT | namespace = System.Classificatio...") |
|||
| Line 26: | Line 26: | ||
| IGNORE_NULL|| {{Bool}} || Should null dependency property values be ignored (TRUE) or should only items with null keys be found in case the dependency value is null (FALSE)? | | IGNORE_NULL|| {{Bool}} || Should null dependency property values be ignored (TRUE) or should only items with null keys be found in case the dependency value is null (FALSE)? | ||
|} | |} | ||
| + | |||
| + | == Usage == | ||
| + | |||
| + | The purpose of this classification is to define a criterion for a dynamic selective list for the client. In combination with a [[SYSCLS_DYNAMIC_SELECTIVE_LIST|Dynamic Selective List Classification]] implementation, a dynamic selective list can be configured for a scoped meta property. | ||
== See also == | == See also == | ||
| − | * | + | * [[SYSCLS_DYNAMIC_SELECTIVE_LIST|Dynamic Selective List Classification]] |
| + | * [[HowTo:Configure_Dynamic_Selective_Lists| How to configure Dynamic Selective Lists]] | ||
| + | * [[https://wiki.augmensys.com/index.php?title=Dynamic_Selective_List_(Client)]] | ||
[[Category:Classifications|E]] | [[Category:Classifications|E]] | ||
| + | [[Category:Version 3.6|SYSCLS DYNAMIC SELECTIVE LIST CRITERION]] | ||
| + | [[Category:Xamarin|SYSCLS DYNAMIC SELECTIVE LIST CRITERION]] | ||
Revision as of 13:34, 30 November 2021
| Name | SYSCLS_DYNAMIC_SELECTIVE_LIST_CRITERION |
|---|---|
| Inheritance | SYSCLS ROOT |
| Namespace | System.Classification.Lists |
| ID | {413F34A9-762A-42BC-A5F5-BB8A6EE7B160} |
| Purpose | Classify criteria for dynamic selective lists |
| Version | 3.6+ |
MetaProperties
| Name | Data type | Comment |
|---|---|---|
| DYNAMIC_SELECTIVE_LIST | Guid | The dynamic selective list this criterion belongs to. |
| IS_MULTI_VALUE_STRING | Bool | Does the dependency property contain multiple keys separated by ";"? |
| DEPENDENCY_CLASS | Guid | The kind of object do the items depend on - can be null. |
| DEPENDENCY_PROPERTY_NAME | String | The name of the property influencing what items should be available. |
| QUERY_CRITERION_NAME | String | The name of the offline query criterion corresponding to this object. |
| IGNORE_NULL | Bool | Should null dependency property values be ignored (TRUE) or should only items with null keys be found in case the dependency value is null (FALSE)? |
Usage
The purpose of this classification is to define a criterion for a dynamic selective list for the client. In combination with a Dynamic Selective List Classification implementation, a dynamic selective list can be configured for a scoped meta property.
