EcoResCategoryAttribute::addCategoryRangeForAttributeInheritance Method
Adds filter ranges to the specified QueryBuildDataSource object so that it will identify all EcoResCategory nodes between the _category parameter and its inheritance ancestor.
Syntax
client server public static void addCategoryRangeForAttributeInheritance(
QueryBuildDataSource _catQBDS,
EcoResCategory _category,
[EcoResCategoryAttributeModifier _attributeModifier])
Run On
Called
Parameters
- _catQBDS
Type: QueryBuildDataSource Class
An instance of the QueryBuildDataSource which must already have EcoResCategory as its data source. It should have no ranges added yet.
It will be modified after the method executes.
- _category
Type: EcoResCategory Table
An existing EcoResCategory record for which to add the filter ranges to the QueryBuildDataSource object.
- _attributeModifier
Type: EcoResCategoryAttributeModifier Enumeration
An instance of the EcoResCategoryAttributeModifier enumeration to identify the caller's purpose.
Remarks
The _catQBDS parameter will identify all EcoResCategory nodes between the _category and its inheritance ancestor.