Changes

Code Editor

592 bytes added, 15:27, 9 March 2015
/* Methods */
| EvaluateRootObjectsCollection|| Method || View|| Method to evaluate the base (primary) collection of root object items for the current view; this member must be overwritten if the default functionality does not match; every single root item is validated by ValidateSingleRootObject
|- align="left"
| ValidateSingleChildResult|| Method || View|| This member is used to validate every single child item that is evaluated in the primary collection with EvaluateChildrenCollectionEvaluateBaseChildrenCollection(); only items where the validation returns true will be part of the Children collection
|- align="left"
| ValidateSingleParentResult|| Method || View|| This member is used to validate every single parent item that is evaluated in the primary collection with EvaluateParentsCollectionEvaluateBaseParentsCollection(); only items where the validation returns true will be part of the Parents collection
|- align="left"
| ValidateSingleRootObject|| Method || View|| This member is used to validate every single root item that is evaluated in the primary collection with EvaluateRootObjectsCollection(); only items where the validation returns true will be part of the root objects collection
|- align="left"
| FilterSingleChild || Method || ViewItem || This member is used to validate every single child item that is evaluated in the primary collection with EvaluateBaseChildrenCollection(); only items where the validation returns '''false''' will be part of the Children collection
|- align="left"
| FilterSingleParent || Method || ViewItem || This member is used to validate every single parent item that is evaluated in the primary collection with EvaluateBaseParentsCollection(); only items where the validation returns '''false''' will be part of the Parents collection
|}
10,686
edits