Class IVQuery<TFilter>
Defines a base query object
Inheritance
System.Object
IVQuery<TFilter>
Implements
IIVQuery<TFilter>
Namespace: ImageVault.Common.Data.Query
Assembly: ImageVault.Common.dll
Syntax
public class IVQuery<TFilter> : Object, IIVQuery<TFilter> where TFilter : class, IIVFilter, new()
Type Parameters
Name | Description |
---|---|
TFilter |
Constructors
IVQuery()
Initializes a new instance of the IVQuery<TFilter> class.
Declaration
public IVQuery()
IVQuery(IVQuery<TFilter>)
Initializes a new instance of the IVQuery<TFilter> class.
Declaration
protected IVQuery(IVQuery<TFilter> query)
Parameters
Type | Name | Description |
---|---|---|
IVQuery<TFilter> | query |
Properties
Filter
Gets the Filter of the Query
Declaration
public TFilter Filter { get; set; }
Property Value
Type | Description |
---|---|
TFilter |
IgnoreClientCache
Ignores the client cache for the current query
Declaration
public bool IgnoreClientCache { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |