Search Results for

    Show / Hide Table of Contents

    Class MediaFormatMapping

    Defines a media format mapping for a property

    Inheritance
    System.Object
    PropertyMapping
    MediaFormatMapping
    Inherited Members
    PropertyMapping.Property
    Namespace: ImageVault.Client.Descriptors
    Assembly: ImageVault.Client.dll
    Syntax
    public class MediaFormatMapping : PropertyMapping

    Constructors

    MediaFormatMapping()

    Declaration
    public MediaFormatMapping()

    Properties

    Format

    The Media format from the property

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

    IgnoredEffects

    The effect types that should be ignored for this property

    Declaration
    public EffectTypes IgnoredEffects { get; set; }
    Property Value
    Type Description
    EffectTypes

    MediaFormatId

    The resulting format id (if only the effects from the type is used)

    Declaration
    public int MediaFormatId { get; set; }
    Property Value
    Type Description
    System.Int32

    Extension Methods

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