Search Results for

    Show / Hide Table of Contents

    Class IVFilter

    Summary description for IVFilter.

    Inheritance
    System.Object
    IVFilter
    MediaFilter<TFormat>
    MediaFilter<TFormat>
    CategoryFilter
    CategoryFilter
    GlobalRoleIdentityFilter
    GlobalRoleIdentityFilter
    IdentityFilter
    MediaFormatFilter
    MediaFormatFilter
    MediaItemFilter
    MediaItemFilter
    MetadataDefinitionFilter
    MetadataDefinitionFilter
    MetadataFilter
    MetadataFilter
    VaultFilter
    VaultFilter
    VaultStatisticsFilter
    VaultStatisticsFilter
    Implements
    IIVFilter
    System.ICloneable
    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

    IIVFilter
    System.ICloneable

    Extension Methods

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