Class AssetSymbol
Inheritance
System.Object
AssetSymbol
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Common.Data
Assembly: ImageVault.Common.dll
Syntax
public class AssetSymbol
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 |