ArcFM Server Developer Guide
ICuFilter Interface Members
Properties  Methods  Events

The following tables list the members exposed by ICuFilter.

Public Properties
 NameDescription
 PropertyAutoRunEnabledIndicates whether this filter should be auto run whenever its criteria changes. Caller can set this property to false if the desired behavior is to modify several filters and only filter CUs once.  
 PropertyCriteriaCriteria to compare a CU to.  
 PropertyEnabledIndicates whether this filter should be run.  
 PropertyNameUse this property to provide a display name for this filter.  
 PropertyTableNameThe table that the filter is associated with. Null if there is no associated table.  
Top
Public Methods
 NameDescription
 MethodCloneCreates a new object that is a copy of the current instance. (Inherited from System.ICloneable)
 MethodCompareToCompares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. (Inherited from System.IComparable)
 MethodMatchesCriteriaOverloaded. Calls into MatchesCriteria(ICompatibleUnit) for each compatible unit cuList  
 MethodResetCriteriaReturns the criteria to it's default value. Will force a rerun of the filter unless AutoRunEnabled is set to false.  
Top
Public Events
 NameDescription
 EventRunFilter  
Top
See Also

Reference

ICuFilter Interface
Miner.Desktop.CuFilter Namespace

 

 


Send Comment