Search Results for

    Show / Hide Table of Contents

    Class OriginalFormat

    Defines the original format of a media item

    Inheritance
    System.Object
    MediaFormatBase
    OriginalFormat
    Implements
    IMediaFormat
    IItem<System.Int32>
    System.ICloneable
    Inherited Members
    MediaFormatBase.CopyFrom(MediaFormatBase)
    MediaFormatBase.Clone()
    MediaFormatBase.Equals(MediaFormatBase)
    MediaFormatBase.Id
    MediaFormatBase.Name
    MediaFormatBase.MediaFormatOutputType
    MediaFormatBase.SystemFormat
    MediaFormatBase.IsInUse
    MediaFormatBase.IsEmpty
    Namespace: ImageVault.Common.Data
    Assembly: ImageVault.Common.dll
    Syntax
    public sealed class OriginalFormat : MediaFormatBase, IMediaFormat, IItem<int>

    Constructors

    OriginalFormat()

    Initializes a new instance of the OriginalFormat class.

    Declaration
    public OriginalFormat()

    Fields

    OriginalName

    Gets the OriginalName of the OriginalFormat

    Declaration
    public const string OriginalName = "Original"
    Field Value
    Type Description
    System.String

    Methods

    Equals(OriginalFormat)

    Determines whether the specified OriginalFormat is equal to the current OriginalFormat.

    Declaration
    public bool Equals(OriginalFormat other)
    Parameters
    Type Name Description
    OriginalFormat other

    The OriginalFormat to compare with the current OriginalFormat.

    Returns
    Type Description
    System.Boolean

    true if the specified OriginalFormat is equal to the current OriginalFormat; otherwise, false.

    Equals(Object)

    Determines whether the specified System.Object is equal to the current System.Object.

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj

    The System.Object to compare with the current System.Object.

    Returns
    Type Description
    System.Boolean

    true if the specified System.Object is equal to the current System.Object; otherwise, false.

    Overrides
    MediaFormatBase.Equals(Object)

    GetHashCode()

    Serves as a hash function for a particular type.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32

    A hash code for the current System.Object.

    Overrides
    MediaFormatBase.GetHashCode()

    Implements

    IMediaFormat
    IItem<T>
    System.ICloneable

    Extension Methods

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