KitchenDraw SDK 2
Show / Hide Table of Contents

Class Appli.Currency

Represents a currency that may be used when calculating estimates, and generating documents (purchase orders, invoices, etc.).

Inheritance
object
Appli.Currency
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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.

In this article
Back to top Generated by DocFX