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.String | n | |
System.Int32 | c | |
System.Int32 | e |
Fields
code
Declaration
public int code
Field Value
Type | Description |
---|---|
System.Int32 |
exp
Declaration
public int exp
Field Value
Type | Description |
---|---|
System.Int32 |
name
Declaration
public string name
Field Value
Type | Description |
---|---|
System.String |