[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FilterItemValue

FilterItemValue Class

Provides a ValueFilterItem class used as filter criteria.

Inheritance
FilterItemValue
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class FilterItemValue : ISerializeSupport, ISerializable, IEquatable<FilterItemValue>
Public Class FilterItemValue
    Implements ISerializeSupport, ISerializable, IEquatable(Of FilterItemValue)

Constructors

Name Description
FilterItemValue(DateTime)

Creates an instance of the ValueFilterItem object.

FilterItemValue(DateTime, DateTimeGroupingType)

Creates an instance of the ValueFilterItem object.

FilterItemValue(string)

Creates an instance of the ValueFilterItem object.

Properties

Name Description
Value

Gets the value for the ValueFilterItem object.

Methods

Name Description
Deserialize(XmlNodeReader)

Loads the object from XML.

Equals(object)

Determines whether the specified System.Object is equal to the current System.Object.

GetHashCode()

Serves as a hash function for a particular type.

Serialize(XmlTextWriter)

Saves the object to XML.