ArcFM Desktop Developer Guide
CuFilter<T> Class
Members 


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Product Availability
ArcFM Desktop (Designer)
Required Licenses
Designer
.NET Assembly

Miner.Desktop.CuFilter.dll

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.
Object Model
CuFilter<T> Class
Syntax
'Declaration
 
Public MustInherit Class CuFilter(Of T) 
   Implements ICuFilterICuFilter(Of T) 
'Usage
 
Dim instance As CuFilter(Of T)
public abstract class CuFilter<T> : ICuFilterICuFilter<T>  
Type Parameters
T
Inheritance Hierarchy

System.Object
   Miner.Desktop.CuFilter.CuFilter<T>

Requirements

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.

See Also

Reference

CuFilter<T> Members
Miner.Desktop.CuFilter Namespace

 

 


Send Comment