Property | Type | Description | |
---|---|---|---|
CurrencyInfoProvider | System | ||
Load | |||
LoadCurrencies | ICurrencyInfoProvider | ||
LoadFromBinary | |||
LoadFromFile | |||
LoadFromXml | |||
OnActiveUtilityConfigurationChanged | void |
Method | Description | |
---|---|---|
CurrencyInfoProvider ( System.DateTime published, [ |
Initializes a new instance of the CurrencyInfoProvider class.
|
|
Get ( |
Gets the CurrencyInfo from the specified culture information.
|
|
Get ( |
Gets the specified culture information.
|
|
Get ( |
Gets the CurrencyInfo from the specified region information.
|
|
Get ( string currencyCode ) : |
Retrieves a CurrencyInfo with the ISO Code specified.
|
|
SetCurrentProvider ( string path = null ) : void |
Sets the current provider.
|
Method | Description | |
---|---|---|
CurrencyInfoProvider ( ) : System |
Initializes the CurrencyInfoProvider class.
|
|
Load ( [ stream, bool leaveOpen = false ) : |
||
LoadCurrencies ( string path = null ) : ICurrencyInfoProvider | ||
LoadFromBinary ( [ stream, bool leaveOpen = false ) : |
||
LoadFromFile ( [ path ) : |
||
LoadFromXml ( [ xml ) : |
||
OnActiveUtilityConfigurationChanged ( [ sender, [ e ) : void |
Called when the utility configuration changes. If the Configuration.UtilityConfiguration.ISO4217 property changes, the data_stream will be reloaded.
|
public CurrencyInfoProvider ( System.DateTime published, [ |
||
published | System.DateTime | The date this file was published. |
currencies | [ |
The currencies in the file. |
return | System |
public Get ( |
||
cultureInfo | The culture information. | |
return |
public Get ( |
||
cultureInfo | The culture information. | |
return |
public Get ( |
||
regionInfo | The region information. | |
return |
public Get ( string currencyCode ) : |
||
currencyCode | string | The ISO Code. |
return |
public static SetCurrentProvider ( string path = null ) : void | ||
path | string | The path. |
return | void |