Property | Type | Description | |
---|---|---|---|
OnAverageRateChanged | void | ||
OnAverageRateChanging | void | ||
OnCurrencyRateDateChanged | void | ||
OnCurrencyRateDateChanging | void | ||
OnCurrencyRateIDChanged | void | ||
OnCurrencyRateIDChanging | void | ||
OnEndOfDayRateChanged | void | ||
OnEndOfDayRateChanging | void | ||
OnFromCurrencyCodeChanged | void | ||
OnFromCurrencyCodeChanging | void | ||
OnModifiedDateChanged | void | ||
OnModifiedDateChanging | void | ||
OnToCurrencyCodeChanged | void | ||
OnToCurrencyCodeChanging | void |
Method | Description | |
---|---|---|
CreateCurrencyRate ( global currencyRateID, global currencyRateDate, global fromCurrencyCode, global toCurrencyCode, global averageRate, global endOfDayRate, global modifiedDate ) : |
Create a new CurrencyRate object.
|
Method | Description | |
---|---|---|
OnAverageRateChanged ( ) : void | ||
OnAverageRateChanging ( global value ) : void | ||
OnCurrencyRateDateChanged ( ) : void | ||
OnCurrencyRateDateChanging ( global value ) : void | ||
OnCurrencyRateIDChanged ( ) : void | ||
OnCurrencyRateIDChanging ( global value ) : void | ||
OnEndOfDayRateChanged ( ) : void | ||
OnEndOfDayRateChanging ( global value ) : void | ||
OnFromCurrencyCodeChanged ( ) : void | ||
OnFromCurrencyCodeChanging ( global value ) : void | ||
OnModifiedDateChanged ( ) : void | ||
OnModifiedDateChanging ( global value ) : void | ||
OnToCurrencyCodeChanged ( ) : void | ||
OnToCurrencyCodeChanging ( global value ) : void |
public static CreateCurrencyRate ( global currencyRateID, global currencyRateDate, global fromCurrencyCode, global toCurrencyCode, global averageRate, global endOfDayRate, global modifiedDate ) : |
||
currencyRateID | global | Initial value of the CurrencyRateID property. |
currencyRateDate | global | Initial value of the CurrencyRateDate property. |
fromCurrencyCode | global | Initial value of the FromCurrencyCode property. |
toCurrencyCode | global | Initial value of the ToCurrencyCode property. |
averageRate | global | Initial value of the AverageRate property. |
endOfDayRate | global | Initial value of the EndOfDayRate property. |
modifiedDate | global | Initial value of the ModifiedDate property. |
return |