The WindowFilter type exposes the following members.
Constructors
Methods
|
|
Name |
Description |
|
ApplySort
|
Returns a filter that applies the specified sort filter to the current filter.
(Inherited from Filter.) |
|
Equals
|
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize
|
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
GetEnumerator
|
Returns an enumerator that iterates over the indexes in the filter.
(Inherited from Filter.) |
|
GetHashCode
|
Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetReverse
|
Returns a filter that lists the observations of the current filter in reverse order.
(Inherited from Filter.) |
|
GetType
|
Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone
|
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString
|
(Inherited from Object.) |
Properties
|
|
Name |
Description |
|
EndIndex
|
Gets the index of the observation past the last visible observation.
(Inherited from Filter.) |
|
FilteredLength
|
Gets the length of the filtered data.
(Inherited from Filter.) |
|
Item
|
Gets the unfiltered index of the observation at the specified index.
(Inherited from Filter.) |
|
Length
|
Gets the length of the unfiltered data.
(Inherited from Filter.) |
|
StartIndex
|
Gets the index of the first visible observation.
(Inherited from Filter.) |
See Also