[]
Represents a filter based on a set of values.
public class ValueFilter : BaseFilter, IC1ColumnFilter2, IC1ColumnFilter
Name | Description |
---|---|
ValueFilter() |
Name | Description |
---|---|
IsActive | Gets or sets a value that determines whether the filter is active. |
ShowValues | Gets or sets an array with the values that should be included in the output. |
ValuesLimit | Gets or sets the limit count of values in value filter. |
Name | Description |
---|---|
Apply(object) | Applies the filter to a value. |
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. |