IFilterStorage Interface

Definition

Allows the filter setting to be persisted in a hierarchy.

public interface class IFilterStorage
public interface IFilterStorage
type IFilterStorage = interface
Public Interface IFilterStorage

Methods

Add(String, IFilterRow[])

Adds a new row to be stored.

Get(String)

Retrieves an existing row.

Remove(String)

Removes a row from the collection.

Applies to