Search Results for

    Show / Hide Table of Contents

    Class AssetSymbolInfo

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

    Constructors

    AssetSymbolInfo()

    Declaration
    public AssetSymbolInfo()

    AssetSymbolInfo(AssetSymbolInfo)

    Declaration
    public AssetSymbolInfo(AssetSymbolInfo info)
    Parameters
    Type Name Description
    AssetSymbolInfo info

    Properties

    Group

    Optional group of the symbol

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

    Name

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

    Symbol

    Optional symbol of the info

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

    Value

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

    Extension Methods

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