nmoneys 1.4.0.0.20110317 → 1.5.1.0.20110515

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/lib/NMoneys.XML +34 -19
  2. data/lib/NMoneys.dll +0 -0
  3. metadata +5 -5
data/lib/NMoneys.XML CHANGED
@@ -542,6 +542,11 @@
542
542
  Gets the currency symbol associated with the <see cref="T:NMoneys.Currency"/>.
543
543
  </summary>
544
544
  </member>
545
+ <member name="P:NMoneys.Currency.AlphabeticCode">
546
+ <summary>
547
+ Textual representation of the ISO 4217 code
548
+ </summary>
549
+ </member>
545
550
  <member name="P:NMoneys.Currency.IsoSymbol">
546
551
  <summary>
547
552
  Textual representation of the ISO 4217 code
@@ -1646,6 +1651,11 @@
1646
1651
  Test currency
1647
1652
  </summary>
1648
1653
  </member>
1654
+ <member name="F:NMoneys.CurrencyIsoCode.XUA">
1655
+ <summary>
1656
+ ADB Unit of Account
1657
+ </summary>
1658
+ </member>
1649
1659
  <member name="F:NMoneys.CurrencyIsoCode.XXX">
1650
1660
  <summary>
1651
1661
  No currency
@@ -1671,48 +1681,53 @@
1671
1681
  Zimbabwe Dollar
1672
1682
  </summary>
1673
1683
  </member>
1674
- <member name="T:NMoneys.IsoCodeExtensions">
1684
+ <member name="T:NMoneys.CanonicalCultureAttribute">
1675
1685
  <summary>
1676
- Contains extension to the type <see cref="T:NMoneys.CurrencyIsoCode"/>
1686
+ Represents that a .NET Framework culture is suitable for representing an ISO currency
1677
1687
  </summary>
1688
+ <remarks>For internal verification purposes, it does not have any effect on currency runtime.</remarks>
1678
1689
  </member>
1679
- <member name="M:NMoneys.IsoCodeExtensions.AsValuePair(NMoneys.CurrencyIsoCode)">
1690
+ <member name="P:NMoneys.CanonicalCultureAttribute.Name">
1680
1691
  <summary>
1681
- Returns a combination of the ISO 4217 code and its numeric value, separated by the equals sign '<code>=</code>'.
1692
+ Name of the <see cref="T:System.Globalization.CultureInfo"/> that is source of the information
1682
1693
  </summary>
1683
1694
  </member>
1684
- <member name="M:NMoneys.IsoCodeExtensions.NumericCode(NMoneys.CurrencyIsoCode)">
1695
+ <member name="P:NMoneys.CanonicalCultureAttribute.Overwritten">
1685
1696
  <summary>
1686
- The numeric ISO 4217 code of the <see cref="T:NMoneys.CurrencyIsoCode"/>
1697
+ Indicates whether one or more values of the currency are different from ones specified by the <see cref="T:System.Globalization.CultureInfo"/>.
1687
1698
  </summary>
1688
1699
  </member>
1689
- <member name="M:NMoneys.IsoCodeExtensions.PaddedNumericCode(NMoneys.CurrencyIsoCode)">
1700
+ <member name="P:NMoneys.CanonicalCultureAttribute.Culture">
1690
1701
  <summary>
1691
- Returns a padded three digit string representation of the <see cref="M:NMoneys.IsoCodeExtensions.NumericCode(NMoneys.CurrencyIsoCode)"/>.
1702
+ Source of the information
1692
1703
  </summary>
1704
+ <remarks>It is a delegate as we do not want to use their value within the progrma but just as a support
1705
+ to the tools that compare the information in the .NET Framework with the information in the Xml.</remarks>
1693
1706
  </member>
1694
- <member name="T:NMoneys.CanonicalCultureAttribute">
1707
+ <member name="T:NMoneys.IsoCodeExtensions">
1695
1708
  <summary>
1696
- Represents that a .NET Framework culture is suitable for representing an ISO currency
1709
+ Contains extension to the type <see cref="T:NMoneys.CurrencyIsoCode"/>
1697
1710
  </summary>
1698
- <remarks>For internal verification purposes, it does not have any effect on currency runtime.</remarks>
1699
1711
  </member>
1700
- <member name="P:NMoneys.CanonicalCultureAttribute.Name">
1712
+ <member name="M:NMoneys.IsoCodeExtensions.AsValuePair(NMoneys.CurrencyIsoCode)">
1701
1713
  <summary>
1702
- Name of the <see cref="T:System.Globalization.CultureInfo"/> that is source of the information
1714
+ Returns a combination of the ISO 4217 code and its numeric value, separated by the equals sign '<code>=</code>'.
1703
1715
  </summary>
1704
1716
  </member>
1705
- <member name="P:NMoneys.CanonicalCultureAttribute.Overwritten">
1717
+ <member name="M:NMoneys.IsoCodeExtensions.NumericCode(NMoneys.CurrencyIsoCode)">
1706
1718
  <summary>
1707
- Indicates whether one or more values of the currency are different from ones specified by the <see cref="T:System.Globalization.CultureInfo"/>.
1719
+ The numeric ISO 4217 code of the <see cref="T:NMoneys.CurrencyIsoCode"/>
1708
1720
  </summary>
1709
1721
  </member>
1710
- <member name="P:NMoneys.CanonicalCultureAttribute.Culture">
1722
+ <member name="M:NMoneys.IsoCodeExtensions.PaddedNumericCode(NMoneys.CurrencyIsoCode)">
1711
1723
  <summary>
1712
- Source of the information
1724
+ Returns a padded three digit string representation of the <see cref="M:NMoneys.IsoCodeExtensions.NumericCode(NMoneys.CurrencyIsoCode)"/>.
1725
+ </summary>
1726
+ </member>
1727
+ <member name="M:NMoneys.IsoCodeExtensions.AlphabeticCode(NMoneys.CurrencyIsoCode)">
1728
+ <summary>
1729
+ The alphabetic ISO 4217 code of the <see cref="T:NMoneys.CurrencyIsoCode"/>
1713
1730
  </summary>
1714
- <remarks>It is a delegate as we do not want to use their value within the progrma but just as a support
1715
- to the tools that compare the information in the .NET Framework with the information in the Xml.</remarks>
1716
1731
  </member>
1717
1732
  <member name="T:NMoneys.MisconfiguredCurrencyException">
1718
1733
  <summary>
data/lib/NMoneys.dll CHANGED
Binary file
metadata CHANGED
@@ -4,11 +4,11 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 1
7
- - 4
8
- - 0
7
+ - 5
8
+ - 1
9
9
  - 0
10
- - 20110317
11
- version: 1.4.0.0.20110317
10
+ - 20110515
11
+ version: 1.5.1.0.20110515
12
12
  platform: ruby
13
13
  authors:
14
14
  - Daniel Gonzalez Garcia
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-03-17 00:00:00 +01:00
19
+ date: 2011-05-15 00:00:00 +02:00
20
20
  default_executable:
21
21
  dependencies: []
22
22