Search Results for

    Show / Hide Table of Contents

    Class IvQueryMapping

    Defines the different supported mappings for the Linq parser

    Inheritance
    System.Object
    IvQueryMapping
    Namespace: ImageVault.Client.Query.Parser
    Assembly: ImageVault.Client.dll
    Syntax
    public sealed class IvQueryMapping : Enum

    Fields

    ApplyEffects

    ApplyEffects

    Declaration
    public const IvQueryMapping ApplyEffects
    Field Value
    Type Description
    IvQueryMapping

    Contains

    Maps Contains method calls

    Declaration
    public const IvQueryMapping Contains
    Field Value
    Type Description
    IvQueryMapping

    ContainsAll

    Maps the ContainsAll method call

    Declaration
    public const IvQueryMapping ContainsAll
    Field Value
    Type Description
    IvQueryMapping

    Crop

    Crop

    Declaration
    public const IvQueryMapping Crop
    Field Value
    Type Description
    IvQueryMapping

    DisableHtml

    if html rendering on server should be disabled

    Declaration
    public const IvQueryMapping DisableHtml
    Field Value
    Type Description
    IvQueryMapping

    Equals

    Map Equals BinaryExpressions

    Declaration
    public const IvQueryMapping Equals
    Field Value
    Type Description
    IvQueryMapping

    IgnoreClientCache

    IgnoreClientCache

    Declaration
    public const IvQueryMapping IgnoreClientCache
    Field Value
    Type Description
    IvQueryMapping

    InAgreement

    In agreement

    Declaration
    public const IvQueryMapping InAgreement
    Field Value
    Type Description
    IvQueryMapping

    Include

    Maps Include method calls

    Declaration
    public const IvQueryMapping Include
    Field Value
    Type Description
    IvQueryMapping

    InCollection

    In collection

    Declaration
    public const IvQueryMapping InCollection
    Field Value
    Type Description
    IvQueryMapping

    InConsentUser

    Filter on consent users

    Declaration
    public const IvQueryMapping InConsentUser
    Field Value
    Type Description
    IvQueryMapping

    InConsentUserAgreement

    In consent user agreement

    Declaration
    public const IvQueryMapping InConsentUserAgreement
    Field Value
    Type Description
    IvQueryMapping

    IsPublished

    Filter on published asset state

    Declaration
    public const IvQueryMapping IsPublished
    Field Value
    Type Description
    IvQueryMapping

    OrderBy

    Maps the OrderBy method

    Declaration
    public const IvQueryMapping OrderBy
    Field Value
    Type Description
    IvQueryMapping

    OrderByDescending

    Maps the OrderByDescending method

    Declaration
    public const IvQueryMapping OrderByDescending
    Field Value
    Type Description
    IvQueryMapping

    Resize

    Resize method

    Declaration
    public const IvQueryMapping Resize
    Field Value
    Type Description
    IvQueryMapping

    SearchFor

    Maps the SearchFor method call

    Declaration
    public const IvQueryMapping SearchFor
    Field Value
    Type Description
    IvQueryMapping

    SetItems

    SetItems

    Declaration
    public const IvQueryMapping SetItems
    Field Value
    Type Description
    IvQueryMapping

    UsedOn

    Marks a media used on the supplied details

    Declaration
    public const IvQueryMapping UsedOn
    Field Value
    Type Description
    IvQueryMapping

    UseFormat

    UseFormat

    Declaration
    public const IvQueryMapping UseFormat
    Field Value
    Type Description
    IvQueryMapping

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    WhereCustom

    Maps the Where(custom) method

    Declaration
    public const IvQueryMapping WhereCustom
    Field Value
    Type Description
    IvQueryMapping

    WithConsentUserAgreement

    With a consent user agreement (or not)

    Declaration
    public const IvQueryMapping WithConsentUserAgreement
    Field Value
    Type Description
    IvQueryMapping

    Extension Methods

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