[]
Represents a base filter.
public abstract class BaseFilter : IC1ColumnFilter2, IC1ColumnFilter
Name | Description |
---|---|
BaseFilter() |
Name | Description |
---|---|
IsActive | Gets a value that determines whether the filter is active. |
Name | Description |
---|---|
Apply(object) | Applies the filter to a value. |
DecodeXmlValue(string, Type) | Decodes string value to filter typed value. |
EncodeXmlValue(object) | Encodes filter value to string value. |
GetDataType(XmlReader) | Gets filter data type from XML definition. |
GetEditor() | Gets the editor used to modify the filter at run time. |
ReadXmlDefinition(XmlReader) | Reads XML definition of the filter. |
Reset() | Resets the filter making it inactive. |
WriteXmlDefinition(XmlWriter) | Writes XML definition of the filter. |