Search Results for

    Show / Hide Table of Contents

    Interface IIVQuery<TFilter>

    Summary description for IIVQuery.

    Namespace: ImageVault.Common.Data.Query
    Assembly: ImageVault.Common.dll
    Syntax
    public interface IIVQuery<out TFilter>
        where TFilter : IIVFilter
    Type Parameters
    Name Description
    TFilter

    Properties

    Filter

    Gets the Filter of the IIVQuery

    Declaration
    TFilter Filter { get; }
    Property Value
    Type Description
    TFilter

    IgnoreClientCache

    Ignores the client cache for the current query

    Declaration
    bool IgnoreClientCache { get; }
    Property Value
    Type Description
    System.Boolean

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022