Search Results for

    Show / Hide Table of Contents

    Class MediaFormatFilter

    Filter for media conversion query

    Inheritance
    System.Object
    IVFilter
    MediaFormatFilter
    Implements
    IIVFilter
    System.ICloneable
    Inherited Members
    IVFilter.Skip
    IVFilter.Take
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: ImageVault.Common.Data.Query
    Assembly: ImageVault.Common.dll
    Syntax
    public class MediaFormatFilter : IVFilter, IIVFilter, ICloneable

    Constructors

    MediaFormatFilter()

    Initializes a new instance of the MediaFormatFilter class.

    Declaration
    public MediaFormatFilter()

    MediaFormatFilter(MediaFormatFilter)

    Initializes a new instance of the MediaFormatFilter class.

    Declaration
    protected MediaFormatFilter(MediaFormatFilter i)
    Parameters
    Type Name Description
    MediaFormatFilter i

    Properties

    Format

    Get/Sets the Format of the MediaFormatFilter

    Declaration
    public MediaFormatBase Format { get; set; }
    Property Value
    Type Description
    MediaFormatBase

    Methods

    Clone()

    Creates a new object that is a copy of the current instance.

    Declaration
    public override object Clone()
    Returns
    Type Description
    System.Object

    A new object that is a copy of this instance.

    Overrides
    IVFilter.Clone()

    Implements

    IIVFilter
    System.ICloneable

    Extension Methods

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