N2 API Documentation
CountFilter Class
NamespacesN2.CollectionsCountFilter
Filters based on start index and count.
Declaration Syntax
C#Visual BasicVisual C++
public class CountFilter : ItemFilter
Public Class CountFilter _
	Inherits ItemFilter
public ref class CountFilter : public ItemFilter
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CountFilterCountFilterNew(Int32, Int32)
Creates a new instance of the CountFilter.

CurrentIndex
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Filter(IList<(Of <ContentItem>)>) (Overrides ItemFilter.Filter(IList<(Of <ContentItem>)>).)
static memberFilter(IList<(Of <ContentItem>)>, Int32, Int32)
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.)
GetHashCode()()
Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()()
Gets the Type of the current instance.
(Inherited from Object.)
Match(ContentItem)
This method doesn't consider the input item at all. Instead it increments and compares against this filter's CurrentIndex property.
(Overrides ItemFilter.Match(ContentItem).)
Match(Int32)
MaxCount
MemberwiseClone()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Reset()()
StartIndex
ToString()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
ItemFilter
 CountFilter

Assembly: N2 (Module: N2) Version: 1.0.204.35916