[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FilterCondition

FilterCondition Class

Provides a CustomFilter class that specifies an operator and a value.

Inheritance
FilterCondition
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class FilterCondition : ISerializeSupport, ICloneable
Public Class FilterCondition
    Implements ISerializeSupport, ICloneable

Constructors

Name Description
FilterCondition(CustomFilterOperatorType, object)

Creates a new filter condition.

Properties

Name Description
Operator

Gets or sets the operator for filter comparision.

Value

Gets or sets the value used for filter criteria.

Methods

Name Description
Clone()

Creates a new object that is a copy of the current instance.

Deserialize(XmlNodeReader)

Loads the object from XML.

Serialize(XmlTextWriter)

Saves the object to XML.