API Help
Eplan.EplApi.DataModel Namespace / FunctionsFilter Class
Properties Methods

FunctionsFilter Class Members

The following tables list the members exposed by FunctionsFilter.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyGets/Sets the Category that was set to this filter.  
Public PropertyGets/Sets if the filtered function, when is filtered by name, should be matched exactly, it means that if searched name is only its name' prefix, it is not matching to the filter. Dafault this property is false.  
Public PropertyGets/Sets if the filtered function should be placed (i.e. should be located on a valid page).  
Public PropertyGets/Sets the name that was set to this filter.  
Public PropertyOverridden. Sets the Page that StorableObjects matching the filter must be placed on.  
Top
Public Methods
 NameDescription
Public MethodDestructor for deterministic finalization of FunctionFilter object. (Inherited from Eplan.EplApi.DataModel.AbstractDMObjectFilter)
Public MethodOverridden. Resets the filter. Filter matches all Functions then.  
Public MethodOverloaded. Sets the FunctionBasePropertyList that Functions matching the filter must have.  
Public MethodOverloaded. Sets the FunctionBasePropertyList that identifies the matching Functions.  
Top
See Also