Search Results for

    Show / Hide Table of Contents

    Class TransformableFormat

    Defines a format that can have effects

    Inheritance
    System.Object
    MediaFormatBase
    TransformableFormat
    WebMediaFormat
    WebMediaFormat
    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
    Namespace: ImageVault.Common.Data
    Assembly: ImageVault.Common.dll
    Syntax
    public abstract class TransformableFormat : MediaFormatBase, IMediaFormat, IItem<int>

    Constructors

    TransformableFormat()

    Declaration
    protected TransformableFormat()

    Properties

    Effects

    Get/Sets the Effects of the TransformableFormat

    Declaration
    public List<Effect> Effects { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<Effect>

    IsEmpty

    Gets the IsEmpty of the TransformableFormat

    Declaration
    public override bool IsEmpty { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    MediaFormatBase.IsEmpty

    Methods

    CopyFrom(TransformableFormat)

    Declaration
    protected void CopyFrom(TransformableFormat format)
    Parameters
    Type Name Description
    TransformableFormat format
    Exceptions
    Type Condition
    System.ArgumentNullException

    If format is null.

    Equals(TransformableFormat)

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

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

    The TransformableFormat to compare with the current TransformableFormat.

    Returns
    Type Description
    System.Boolean

    true if the specified TransformableFormat is equal to the current TransformableFormat; 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