Class Appli.Currency
Represents a currency that may be used when calculating estimates, and generating documents (purchase orders, invoices, etc.).
Inherited Members
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public class Appli.Currency
Properties
Name | Description |
---|---|
Code | Code of the currency. |
Name | Name of the currency. |
Rank | Rank of the currency in the currencies list. |
Rate | Exchange rate of the currency. |
Symbol | Symbol of the currency that is shown near the values expressed in the currency (e.g. $, or USD). |
Methods
Name | Description |
---|---|
GetInfo(int) | Gets a value from arbitrary datafield specified by the infoType parameter. |
GetInfoAsDouble(int) | Gets a value from arbitrary datafield specified by the infoType parameter. |