This generic filter provides a base class (and a concrete class) that does the bare minimum that a filter should do. This filter will go through the supplied criteria when MatchesCriteria() is called and does the comparisons provided by the criteria. Derived classes can override any or all of the MatchesCriteria() methods and replace the logic used to decide whether CUs should be included. Calling MatchesCriteria() methods on the base class will provide the default behavior of simply checking the passed criteria. If the passed criteria is irrelevant, then override the methods and provide your own implementation and don't call the base class methods.
System.Object
Miner.Desktop.CuFilter.CuFilter<T>
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.