Search Results for

    Show / Hide Table of Contents

    Class AssetConversion

    Inheritance
    System.Object
    AssetConversion
    Namespace: ImageVault.Common.Data
    Assembly: ImageVault.Common.dll
    Syntax
    public class AssetConversion : Object

    Constructors

    AssetConversion()

    Declaration
    public AssetConversion()

    AssetConversion(AssetConversion)

    Declaration
    public AssetConversion(AssetConversion a)
    Parameters
    Type Name Description
    AssetConversion a

    Properties

    ContentType

    Declaration
    public string ContentType { get; set; }
    Property Value
    Type Description
    System.String

    DirectRendererId

    Id of renderer to use to render the media

    Declaration
    public string DirectRendererId { get; set; }
    Property Value
    Type Description
    System.String

    FormatId

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

    Height

    Declaration
    public Nullable<int> Height { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Html

    Declaration
    public string Html { get; set; }
    Property Value
    Type Description
    System.String

    RendererData

    Values passed to the renderer

    Declaration
    public string RendererData { get; set; }
    Property Value
    Type Description
    System.String

    RendererId

    Id of renderer to use to render the media

    Declaration
    public string RendererId { get; set; }
    Property Value
    Type Description
    System.String

    Url

    Declaration
    public string Url { get; set; }
    Property Value
    Type Description
    System.String

    Width

    Declaration
    public Nullable<int> Width { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Extension Methods

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