Struct CurrencyFunctions.CurrencyCodeEntry
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public struct CurrencyCodeEntry
Constructors
CurrencyCodeEntry(String, Int32, Int32)
Declaration
public CurrencyCodeEntry(string n, int c, int e)
Parameters
Type | Name | Description |
---|---|---|
System. |
n | |
System. |
c | |
System. |
e |
Fields
code
Declaration
public Int32 code
Field Value
Type | Description |
---|---|
Int32 |
exp
Declaration
public int exp
Field Value
Type | Description |
---|---|
System. |
name
Declaration
public string name
Field Value
Type | Description |
---|---|
System. |