Struct CurrencyFunctions.CurrencyCodeEntry
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
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 int code
Field Value
Type | Description |
---|---|
System. |
exp
Declaration
public int exp
Field Value
Type | Description |
---|---|
System. |
name
Declaration
public string name
Field Value
Type | Description |
---|---|
System. |