Class IVFilter
Summary description for IVFilter.
Inheritance
System.Object
IVFilter
Namespace: ImageVault.Common.Data.Query
Assembly: ImageVault.Common.dll
Syntax
public abstract class IVFilter : Object, IIVFilter
Constructors
IVFilter()
Initializes a new instance of the IVFilter class.
Declaration
protected IVFilter()
IVFilter(IVFilter)
Initializes a new instance of the IVFilter class.
Declaration
protected IVFilter(IVFilter i)
Parameters
Type | Name | Description |
---|---|---|
IVFilter | i |
Properties
Skip
Get/Sets the Skip of the MediaItemFilter
Declaration
public int Skip { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Bypasses a specified number of elements in a sequence and then returns the remaining elements. |
Take
Get/Sets the Take of the MediaItemFilter
Declaration
public int Take { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Returns a specified number of contiguous elements from the start of a sequence. |
Methods
Clone()
Creates a new object that is a copy of the current instance.
Declaration
public abstract object Clone()
Returns
Type | Description |
---|---|
System.Object | A new object that is a copy of this instance. |
Implements
System.ICloneable