Class AssetSymbolInfo
Inheritance
System.Object
AssetSymbolInfo
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 AssetSymbolInfo
Constructors
AssetSymbolInfo()
Declaration
public AssetSymbolInfo()
AssetSymbolInfo(AssetSymbolInfo)
Declaration
public AssetSymbolInfo(AssetSymbolInfo info)
Parameters
Type | Name | Description |
---|---|---|
AssetSymbolInfo | info |
Properties
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |