CADability dotNET

The FilterList type exposes the following members.

Constructors

  NameDescription
Public methodFilterList()()()()
Constructs a empty FilterList
Protected methodFilterList(SerializationInfo, StreamingContext)
Constructor required by deserialization

Methods

  NameDescription
Public methodAccept
Use all active filters in this list to check whether an object is accepted or not. If there is a PreFilterEvent the this event will be called.
Public methodAdd
Add the provided Filter to the list
Public methodAdded (Overrides IShowPropertyImpl..::..Added(IPropertyTreeView).)
Public methodAddNewFilter
Public methodGetContextMenu
Overrides GetContextMenu()()()(), returns the context menu with the id "MenuId.FilterList". (see LoadContextMenu(String, ICommandHandler))
(Overrides IShowPropertyImpl..::..GetContextMenu()()()().)
Public methodGetObjectData
Public methodMayChangeName
Public methodNameChanged
Public methodRemove
Remove the provided Filter from the list
Public methodRemoved (Overrides IShowPropertyImpl..::..Removed(IPropertyTreeView).)

Properties

  NameDescription
Public propertyEntryType
Overrides EntryType, returns GroupTitle.
(Overrides IShowPropertyImpl..::..EntryType.)
Public propertyLabelType
Overrides LabelType
(Overrides IShowPropertyImpl..::..LabelType.)
Public propertySubEntries
Overrides SubEntries, returns the subentries in this property view.
(Overrides IShowPropertyImpl..::..SubEntries.)
Public propertySubEntriesCount
Overrides SubEntriesCount, returns the number of subentries in this property view.
(Overrides IShowPropertyImpl..::..SubEntriesCount.)

Events

  NameDescription
Public eventPreFilterEvent
Event to add custom filter.

Explicit Interface Implementations

See Also