Search Results for

    Show / Hide Table of Contents

    Class AssetSymbol

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

    Constructors

    AssetSymbol()

    Declaration
    public AssetSymbol()

    AssetSymbol(AssetSymbol)

    Declaration
    public AssetSymbol(AssetSymbol assetSymbol)
    Parameters
    Type Name Description
    AssetSymbol assetSymbol

    Properties

    Info

    Declaration
    public IList<AssetSymbolInfo> Info { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<AssetSymbolInfo>

    Symbol

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

    Extension Methods

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