Search Results for

    Show / Hide Table of Contents

    Class Asset

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

    Constructors

    Asset()

    Declaration
    public Asset()

    Asset(Asset)

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

    Properties

    Access

    The VaultRoles access level that the user has for the asset

    Declaration
    public Nullable<VaultRoles> Access { get; set; }
    Property Value
    Type Description
    System.Nullable<VaultRoles>

    AspectRatio

    Aspect ratio of the asset.

    Declaration
    public double AspectRatio { get; set; }
    Property Value
    Type Description
    System.Double
    Remarks

    1 is a square image, less than 1 is a portrait format, greater than 1 is a landscape format

    CanBeDownloaded

    True if the original content can be downloaded

    Declaration
    public bool CanBeDownloaded { get; set; }
    Property Value
    Type Description
    System.Boolean

    Categories

    Declaration
    public List<AssetCategory> Categories { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<AssetCategory>

    ContentType

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

    Conversions

    Declaration
    public List<AssetConversion> Conversions { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<AssetConversion>

    Id

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

    IsPublished

    Declaration
    public bool IsPublished { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsShared

    Declaration
    public bool IsShared { get; set; }
    Property Value
    Type Description
    System.Boolean

    Metadata

    Declaration
    public List<AssetMetadata> Metadata { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<AssetMetadata>

    Modified

    Declaration
    public DateTime Modified { get; set; }
    Property Value
    Type Description
    System.DateTime

    ModifiedBy

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

    Name

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

    SuggestionData

    Declaration
    public string[] SuggestionData { get; set; }
    Property Value
    Type Description
    System.String[]

    Symbols

    Declaration
    public List<AssetSymbol> Symbols { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<AssetSymbol>

    VaultId

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

    VersionId

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

    Extension Methods

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