Skip to main content

Class CurrencyEntity

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for CurrencyEntity.

Inheritance

objectCarrierCurrencyEntity

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Examples

Get CurrencyEntity 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new ListAgent(configuration);
var currencyEntity = agent.GetCurrencyEntity( 123 );

Constructors

CurrencyEntity()

Default constructor - defaults any enum props to 0.

Properties

CurrencyId

Primary key

Property Value

int

Deleted

0 -> record is active 1 -> record is ‘deleted’ and should not be shown in lists

Property Value

bool

Name

The list item

Property Value

string

Rank

Rank order

Property Value

short

Rate

Exchange rate

Property Value

double

Tooltip

Tooltip or other description

Property Value

string

Units

Exchange unit scale (0.01, 0.1, 1, 10, 100 etc)

Property Value

double

See Also

ListAgent