Property | Type | Description | |
---|---|---|---|
OnCountryRegionCodeChanged | void | ||
OnCountryRegionCodeChanging | void | ||
OnCurrencyCodeChanged | void | ||
OnCurrencyCodeChanging | void | ||
OnModifiedDateChanged | void | ||
OnModifiedDateChanging | void |
Method | Description | |
---|---|---|
CreateCountryRegionCurrency ( global countryRegionCode, global currencyCode, global modifiedDate ) : |
Create a new CountryRegionCurrency object.
|
Method | Description | |
---|---|---|
OnCountryRegionCodeChanged ( ) : void | ||
OnCountryRegionCodeChanging ( global value ) : void | ||
OnCurrencyCodeChanged ( ) : void | ||
OnCurrencyCodeChanging ( global value ) : void | ||
OnModifiedDateChanged ( ) : void | ||
OnModifiedDateChanging ( global value ) : void |
public static CreateCountryRegionCurrency ( global countryRegionCode, global currencyCode, global modifiedDate ) : |
||
countryRegionCode | global | Initial value of the CountryRegionCode property. |
currencyCode | global | Initial value of the CurrencyCode property. |
modifiedDate | global | Initial value of the ModifiedDate property. |
return |