nmoneys 1.2.0.0.20101215

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/NMoneys.XML +2880 -0
  2. data/lib/NMoneys.dll +0 -0
  3. metadata +70 -0
@@ -0,0 +1,2880 @@
1
+ <?xml version="1.0"?>
2
+ <doc>
3
+ <assembly>
4
+ <name>NMoneys</name>
5
+ </assembly>
6
+ <members>
7
+ <member name="T:NMoneys.Currency">
8
+ <summary>
9
+ Represents a currency unit such as Euro or American Dollar.
10
+ </summary>
11
+ </member>
12
+ <member name="F:NMoneys.Currency.DefaultSymbol">
13
+ <summary>
14
+ Gets the default currency symbol.
15
+ </summary>
16
+ </member>
17
+ <member name="M:NMoneys.Currency.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
18
+ <summary>
19
+ Initializes a new instace of <see cref="T:NMoneys.Currency"/> with serialized data
20
+ </summary>
21
+ <remarks>Only the iso code is serialized, the rest of the state is retrieved from <see cref="T:NMoneys.Currency"/> obtained by the
22
+ <see cref="M:NMoneys.Currency.Get(NMoneys.CurrencyIsoCode)"/> creation method.</remarks>
23
+ <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the <see cref="T:NMoneys.Currency"/>.</param>
24
+ <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
25
+ </member>
26
+ <member name="M:NMoneys.Currency.setAllFields(NMoneys.CurrencyIsoCode,System.String,System.String,System.String,System.Int32,System.String,System.String,System.Int32[],System.Int32,System.Int32)">
27
+ <summary>
28
+ Allows setting all field both for constructors and serialization methods.
29
+ </summary>
30
+ </member>
31
+ <member name="F:NMoneys.Currency.Aud">
32
+ <summary>
33
+ Australia Dollars
34
+ </summary>
35
+ </member>
36
+ <member name="F:NMoneys.Currency.Cad">
37
+ <summary>
38
+ Candada Dollars
39
+ </summary>
40
+ </member>
41
+ <member name="F:NMoneys.Currency.Chf">
42
+ <summary>
43
+ Switzerland Francs
44
+ </summary>
45
+ </member>
46
+ <member name="F:NMoneys.Currency.Cny">
47
+ <summary>
48
+ China Yuan Renminbi
49
+ </summary>
50
+ </member>
51
+ <member name="F:NMoneys.Currency.Dkk">
52
+ <summary>
53
+ Denmark Kroner
54
+ </summary>
55
+ </member>
56
+ <member name="F:NMoneys.Currency.Eur">
57
+ <summary>
58
+ Euro
59
+ </summary>
60
+ </member>
61
+ <member name="F:NMoneys.Currency.Gbp">
62
+ <summary>
63
+ United Kingdom Pounds
64
+ </summary>
65
+ </member>
66
+ <member name="F:NMoneys.Currency.Hkd">
67
+ <summary>
68
+ Hong Kong Dollars
69
+ </summary>
70
+ </member>
71
+ <member name="F:NMoneys.Currency.Huf">
72
+ <summary>
73
+ Hungary Forint
74
+ </summary>
75
+ </member>
76
+ <member name="F:NMoneys.Currency.Inr">
77
+ <summary>
78
+ India Rupees
79
+ </summary>
80
+ </member>
81
+ <member name="F:NMoneys.Currency.Jpy">
82
+ <summary>
83
+ Japan Yen
84
+ </summary>
85
+ </member>
86
+ <member name="F:NMoneys.Currency.Mxn">
87
+ <summary>
88
+ Mexico Pesos
89
+ </summary>
90
+ </member>
91
+ <member name="F:NMoneys.Currency.Myr">
92
+ <summary>
93
+ Malaysia Ringgits
94
+ </summary>
95
+ </member>
96
+ <member name="F:NMoneys.Currency.Nok">
97
+ <summary>
98
+ Norway Kroner
99
+ </summary>
100
+ </member>
101
+ <member name="F:NMoneys.Currency.Nzd">
102
+ <summary>
103
+ New Zealand Dollars
104
+ </summary>
105
+ </member>
106
+ <member name="F:NMoneys.Currency.Rub">
107
+ <summary>
108
+ Russia Rubles
109
+ </summary>
110
+ </member>
111
+ <member name="F:NMoneys.Currency.Sek">
112
+ <summary>
113
+ Sweden Kronor
114
+ </summary>
115
+ </member>
116
+ <member name="F:NMoneys.Currency.Sgd">
117
+ <summary>
118
+ Singapore Dollars
119
+ </summary>
120
+ </member>
121
+ <member name="F:NMoneys.Currency.Thb">
122
+ <summary>
123
+ Thailand Baht
124
+ </summary>
125
+ </member>
126
+ <member name="F:NMoneys.Currency.Usd">
127
+ <summary>
128
+ United States Dollars
129
+ </summary>
130
+ </member>
131
+ <member name="F:NMoneys.Currency.Zar">
132
+ <summary>
133
+ South Africa Rand
134
+ </summary>
135
+ </member>
136
+ <member name="F:NMoneys.Currency.Euro">
137
+ <summary>
138
+ Euro
139
+ </summary>
140
+ </member>
141
+ <member name="F:NMoneys.Currency.Dollar">
142
+ <summary>
143
+ United States Dollars
144
+ </summary>
145
+ </member>
146
+ <member name="F:NMoneys.Currency.Pound">
147
+ <summary>
148
+ United Kingdom Pounds
149
+ </summary>
150
+ </member>
151
+ <member name="F:NMoneys.Currency.Xxx">
152
+ <summary>
153
+ Non-Existing currency
154
+ </summary>
155
+ </member>
156
+ <member name="F:NMoneys.Currency.Xts">
157
+ <summary>
158
+ Testing currency
159
+ </summary>
160
+ </member>
161
+ <member name="F:NMoneys.Currency.None">
162
+ <summary>
163
+ Non-Existing currency
164
+ </summary>
165
+ </member>
166
+ <member name="F:NMoneys.Currency.Test">
167
+ <summary>
168
+ Testing currency
169
+ </summary>
170
+ </member>
171
+ <member name="M:NMoneys.Currency.#cctor">
172
+ <summary>
173
+ Initialized static shortcuts and caches
174
+ </summary>
175
+ </member>
176
+ <member name="M:NMoneys.Currency.fillCaches(NMoneys.Currency)">
177
+ <summary>
178
+ Stores the currency in both symbol and code caches
179
+ </summary>
180
+ </member>
181
+ <member name="M:NMoneys.Currency.InitializeAllCurrencies">
182
+ <summary>
183
+ Actively initializes the information for all currencies.
184
+ </summary>
185
+ <remarks>Use this method if you plan to use a lot of currencies in your program.
186
+ <para>When most of currencies are expected to be used, it is recommeneded to initialize the information for all of them,
187
+ saving time each time the first instance is accessed.</para></remarks>
188
+ </member>
189
+ <member name="M:NMoneys.Currency.Equals(NMoneys.Currency)">
190
+ <summary>
191
+ Indicates whether the current <see cref="T:NMoneys.Currency"/> instance is equal to another instance.
192
+ </summary>
193
+ <returns>
194
+ true if the current object is equal to the <paramref name="other"/> parameter; otherwise, false.
195
+ </returns>
196
+ <param name="other">A <see cref="T:NMoneys.Currency"/> to compare with this object.</param>
197
+ </member>
198
+ <member name="M:NMoneys.Currency.Equals(System.Object)">
199
+ <summary>
200
+ Determines whether the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:NMoneys.Currency"/>.
201
+ </summary>
202
+ <returns>
203
+ true if the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:NMoneys.Currency"/>; otherwise, false.
204
+ </returns>
205
+ <param name="obj">The <see cref="T:System.Object"/> to compare with the current <see cref="T:NMoneys.Currency"/>.</param>
206
+ </member>
207
+ <member name="M:NMoneys.Currency.GetHashCode">
208
+ <summary>
209
+ Serves as a hash function for a particular type.
210
+ </summary>
211
+ <returns>
212
+ A hash code for the current <see cref="T:NMoneys.Currency"/>.
213
+ </returns>
214
+ </member>
215
+ <member name="M:NMoneys.Currency.op_Equality(NMoneys.Currency,NMoneys.Currency)">
216
+ <summary>
217
+ Determines whether two specified currencies are equal.
218
+ </summary>
219
+ <param name="left">The first <see cref="T:NMoneys.Currency"/> to compare, or null.</param>
220
+ <param name="right">The second <see cref="T:NMoneys.Currency"/> to compare, or null.</param>
221
+ <returns>true if <paramref name="left"/> is equal to <paramref name="right"/>; otherwise, false.</returns>
222
+ </member>
223
+ <member name="M:NMoneys.Currency.op_Inequality(NMoneys.Currency,NMoneys.Currency)">
224
+ <summary>
225
+ Determines whether two specified currencies are not equal.
226
+ </summary>
227
+ <param name="left">The first <see cref="T:NMoneys.Currency"/> to compare, or null.</param>
228
+ <param name="right">The second <see cref="T:NMoneys.Currency"/> to compare, or null.</param>
229
+ <returns>true if <paramref name="left"/> is not equal to <paramref name="right"/>; otherwise, false.</returns>
230
+ </member>
231
+ <member name="M:NMoneys.Currency.CompareTo(System.Object)">
232
+ <summary>
233
+ Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes,
234
+ follows, or occurs in the same position in the sort order as the other object.
235
+ </summary>
236
+ <param name="obj">An object to compare with this instance. </param>
237
+ <returns>
238
+ A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings:
239
+ <list type="table">
240
+ <listheader>
241
+ <term>Value</term>
242
+ <description>Meaning</description>
243
+ </listheader>
244
+ <item>
245
+ <term>Less than zero</term>
246
+ <description>This instance is less than <paramref name="obj"/>.</description>
247
+ </item>
248
+ <item>
249
+ <term>Zero</term>
250
+ <description>This instance is equal to <paramref name="obj"/>.</description>
251
+ </item>
252
+ <item>
253
+ <term>Greater than zero</term>
254
+ <description>This instance is greater than <paramref name="obj"/>.</description>
255
+ </item>
256
+ </list>
257
+ </returns>
258
+ <exception cref="T:System.ArgumentException"><paramref name="obj"/> is not a <see cref="T:NMoneys.Currency"/>.</exception>
259
+ </member>
260
+ <member name="M:NMoneys.Currency.CompareTo(NMoneys.Currency)">
261
+ <summary>
262
+ Performs a textual comparison of the Iso symbol
263
+ </summary>
264
+ <param name="other">An object to compare with this instance.</param>
265
+ <returns>
266
+ A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings:
267
+ <list type="table">
268
+ <listheader>
269
+ <term>Value</term>
270
+ <description>Meaning</description>
271
+ </listheader>
272
+ <item>
273
+ <term>Less than zero</term>
274
+ <description>This instance is less than <paramref name="other"/>.</description>
275
+ </item>
276
+ <item>
277
+ <term>Zero</term>
278
+ <description>This instance is equal to <paramref name="other"/>.</description>
279
+ </item>
280
+ <item>
281
+ <term>Greater than zero</term>
282
+ <description>This instance is greater than <paramref name="other"/>.</description>
283
+ </item>
284
+ </list>
285
+ </returns>
286
+ </member>
287
+ <member name="M:NMoneys.Currency.GetFormat(System.Type)">
288
+ <summary>
289
+ Returns an object that provides formatting services for the specified type.
290
+ </summary>
291
+ <returns>
292
+ An instance of the object specified by <paramref name="formatType"/>,
293
+ if the <see cref="T:System.IFormatProvider"/> implementation is <see cref="T:System.Globalization.NumberFormatInfo"/>; otherwise, null.
294
+ </returns>
295
+ <param name="formatType">An object that specifies the type of format object to return.</param>
296
+ </member>
297
+ <member name="M:NMoneys.Currency.Get(NMoneys.CurrencyIsoCode)">
298
+ <summary>
299
+ Obtains the instance of <see cref="T:NMoneys.Currency"/> associated to the <see cref="T:NMoneys.CurrencyIsoCode"/> specified.
300
+ </summary>
301
+ <remarks><see cref="T:NMoneys.Currency"/> behaves as a singleton, therefore successive calls to <see cref="M:NMoneys.Currency.Get(NMoneys.CurrencyIsoCode)"/>
302
+ will return the same instance of <see cref="T:NMoneys.Currency"/>.
303
+ <para>An internal cache with the information of the currency is maintained.
304
+ If it is the first time such currency is obtained within the context of the running application, the information
305
+ will be loaded individually.</para>
306
+ <para>If many different instances of <see cref="T:NMoneys.Currency"/> are to be used, it is recommended the use of <see cref="M:NMoneys.Currency.InitializeAllCurrencies"/>
307
+ in order to save some initialization time.</para></remarks>
308
+ <param name="isoCode">ISO 4217 code.</param>
309
+ <returns>The instance of <see cref="T:NMoneys.Currency"/> represented by the <paramref name="isoCode"/>.</returns>
310
+ <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The <paramref name="isoCode"/> does not exist in the <see cref="T:NMoneys.CurrencyIsoCode"/> enumeration.</exception>
311
+ <exception cref="T:NMoneys.MissconfiguredCurrencyException">The currency represented by <paramref name="isoCode"/> has not been properly configured by the library implementor. Please, log a issue.</exception>
312
+ </member>
313
+ <member name="M:NMoneys.Currency.Get(System.String)">
314
+ <summary>
315
+ Obtains the instance of <see cref="T:NMoneys.Currency"/> associated to the <paramref name="threeLetterIsoCode"/> specified.
316
+ </summary>
317
+ <remarks><see cref="T:NMoneys.Currency"/> behaves as a singleton, therefore successive calls to <see cref="M:NMoneys.Currency.Get(System.String)"/>
318
+ will return the same instance of <see cref="T:NMoneys.Currency"/>.
319
+ <para>An internal cache with the information of the currency is maintained.
320
+ If it is the first time such currency is obtained within the context of the running application, the information
321
+ will be loaded individually.</para>
322
+ <para>If many different instances of <see cref="T:NMoneys.Currency"/> are to be used, it is recommended the use of <see cref="M:NMoneys.Currency.InitializeAllCurrencies"/>
323
+ in order to save some initialization time.</para></remarks>
324
+ <param name="threeLetterIsoCode">A string representing a three-letter ISO 4217 code.</param>
325
+ <returns>The instance of <see cref="T:NMoneys.Currency"/> represented by the <paramref name="threeLetterIsoCode"/>.</returns>
326
+ <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The <paramref name="threeLetterIsoCode"/> does not exist in the <see cref="T:NMoneys.CurrencyIsoCode"/> enumeration.</exception>
327
+ <exception cref="T:NMoneys.MissconfiguredCurrencyException">The currency represented by <paramref name="threeLetterIsoCode"/> has not been properly configured by the library implementor. Please, log a issue.</exception>
328
+ </member>
329
+ <member name="M:NMoneys.Currency.Get(System.Globalization.CultureInfo)">
330
+ <summary>
331
+ Obtains the instance of <see cref="T:NMoneys.Currency"/> associated to the <see cref="T:System.Globalization.CultureInfo"/> specified.
332
+ </summary>
333
+ <remarks><see cref="T:NMoneys.Currency"/> behaves as a singleton, therefore successive calls to <see cref="M:NMoneys.Currency.Get(System.Globalization.CultureInfo)"/>
334
+ will return the same instance of <see cref="T:NMoneys.Currency"/>.
335
+ <para>An internal cache with the information of the currency is maintained.
336
+ If it is the first time such currency is obtained within the context of the running application, the information
337
+ will be loaded individually.</para>
338
+ <para>If many different instances of <see cref="T:NMoneys.Currency"/> are to be used, it is recommended the use of <see cref="M:NMoneys.Currency.InitializeAllCurrencies"/>
339
+ in order to save some initialization time.</para>
340
+ <para>There might be cases that the framework will provide non-standard or out-dated information for
341
+ the given <paramref name="culture"/>. In this case it might be possible that an exception is thrown even if the region
342
+ corresponding to the <paramref name="culture"/> can be created.</para>
343
+ </remarks>
344
+ <param name="culture">A <see cref="T:System.Globalization.CultureInfo"/> from which retrieve the associated currency.</param>
345
+ <returns>The instance of <see cref="T:NMoneys.Currency"/> from to the region associated to the <paramref name="culture"/>.</returns>
346
+ <exception cref="T:System.ArgumentNullException">The <paramref name="culture"/> is null.</exception>
347
+ <exception cref="T:System.ArgumentException">The <paramref name="culture"/> is either an invariant, custom or neutral culture, or a <see cref="T:System.Globalization.RegionInfo"/> cannot be instantiated from it.</exception>
348
+ <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The ISO symbol associated to the <paramref name="culture"/> does not exist in the <see cref="T:NMoneys.CurrencyIsoCode"/> enumeration.</exception>
349
+ <exception cref="T:NMoneys.MissconfiguredCurrencyException">The currency associated to the <paramref name="culture"/> has not been properly configured by the library implementor. Please, log a issue.</exception>
350
+ </member>
351
+ <member name="M:NMoneys.Currency.TryGet(NMoneys.CurrencyIsoCode,NMoneys.Currency@)">
352
+ <summary>
353
+ Obtains the instance of <see cref="T:NMoneys.Currency"/> associated to the <see cref="T:NMoneys.CurrencyIsoCode"/> specified.
354
+ A return value indicates wheter the lookup succeeded.
355
+ </summary>
356
+ <remarks><see cref="T:NMoneys.Currency"/> behaves as a singleton, therefore successive calls to <see cref="M:NMoneys.Currency.TryGet(NMoneys.CurrencyIsoCode,NMoneys.Currency@)"/>
357
+ will obtain the same instance of <see cref="T:NMoneys.Currency"/>.
358
+ <para>An internal cache with the information of the currency is maintained.
359
+ If it is the first time such currency is obtained within the context of the running application, the information
360
+ will be loaded individually.</para>
361
+ <para>If many different instances of <see cref="T:NMoneys.Currency"/> are to be used, it is recommended the use of <see cref="M:NMoneys.Currency.InitializeAllCurrencies"/>
362
+ in order to save some initialization time.</para></remarks>
363
+ <param name="isoCode">ISO 4217 code.</param>
364
+ <param name="currency">When this method returns, contains the <see cref="T:NMoneys.Currency"/> instance represented by the <paramref name="isoCode"/> if the
365
+ lookup suceeds, or null if the lookup fails.</param>
366
+ <returns>true if <paramref name="isoCode"/> was looked up successfully; otherwise, false.</returns>
367
+ </member>
368
+ <member name="M:NMoneys.Currency.TryGet(System.String,NMoneys.Currency@)">
369
+ <summary>
370
+ Obtains the instance of <see cref="T:NMoneys.Currency"/> associated to the ISO symbol specified.
371
+ A return value indicates wheter the lookup succeeded.
372
+ </summary>
373
+ <remarks><see cref="T:NMoneys.Currency"/> behaves as a singleton, therefore successive calls to <see cref="M:NMoneys.Currency.TryGet(System.String,NMoneys.Currency@)"/>
374
+ will obtain the same instance of <see cref="T:NMoneys.Currency"/>.
375
+ <para>An internal cache with the information of the currency is maintained.
376
+ If it is the first time such currency is obtained within the context of the running application, the information
377
+ will be loaded individually.</para>
378
+ <para>If many different instances of <see cref="T:NMoneys.Currency"/> are to be used, it is recommended the use of <see cref="M:NMoneys.Currency.InitializeAllCurrencies"/>
379
+ in order to save some initialization time.</para></remarks>
380
+ <param name="threeLetterIsoSymbol">A string representing a three-letter ISO 4217 code.</param>
381
+ <param name="currency">When this method returns, contains the <see cref="T:NMoneys.Currency"/> instance represented by the <paramref name="threeLetterIsoSymbol"/> if the
382
+ lookup suceeds, or null if the lookup fails.</param>
383
+ <returns>true if <paramref name="threeLetterIsoSymbol"/> was looked up successfully; otherwise, false.</returns>
384
+ </member>
385
+ <member name="M:NMoneys.Currency.TryGet(System.Globalization.CultureInfo,NMoneys.Currency@)">
386
+ <summary>
387
+ Obtains the instance of <see cref="T:NMoneys.Currency"/> associated to the <see cref="T:System.Globalization.CultureInfo"/> specified.
388
+ A return value indicates wheter the lookup succeeded.
389
+ </summary>
390
+ <remarks><see cref="T:NMoneys.Currency"/> behaves as a singleton, therefore successive calls to <see cref="M:NMoneys.Currency.TryGet(System.Globalization.CultureInfo,NMoneys.Currency@)"/>
391
+ will obtain the same instance of <see cref="T:NMoneys.Currency"/>.
392
+ <para>An internal cache with the information of the currency is maintained.
393
+ If it is the first time such currency is obtained within the context of the running application, the information
394
+ will be loaded individually.</para>
395
+ <para>If many different instances of <see cref="T:NMoneys.Currency"/> are to be used, it is recommended the use of <see cref="M:NMoneys.Currency.InitializeAllCurrencies"/>
396
+ in order to save some initialization time.</para>
397
+ <para>There might be cases that the framework will provide non-standard or out-dated information for
398
+ the given <paramref name="culture"/>. In this case it might be possible that the lookup is not successfull even if the region
399
+ corresponding to the <paramref name="culture"/> can be created.</para>
400
+ </remarks>
401
+ <param name="culture">A <see cref="T:System.Globalization.CultureInfo"/> from which retrieve the associated currency.</param>
402
+ <param name="currency">When this method returns, contains the <see cref="T:NMoneys.Currency"/> instance from the region associated to
403
+ the <paramref name="culture"/> if the lookup suceeds, or null if the lookup fails.</param>
404
+ <returns>true if <paramref name="currency"/> was looked up successfully; otherwise, false.</returns>
405
+ </member>
406
+ <member name="M:NMoneys.Currency.FindAll">
407
+ <summary>
408
+ Retrieves all currencies.
409
+ </summary>
410
+ <remarks>Since all currencies are visited, caches are initialized with all values.</remarks>
411
+ <returns>List of all currencies defined.</returns>
412
+ </member>
413
+ <member name="M:NMoneys.Currency.ToString">
414
+ <summary>
415
+ Returns a <see cref="T:System.String"/> that represents the current <see cref="T:NMoneys.Currency"/>.
416
+ </summary>
417
+ <remarks>It actually is a representation of the <see cref="P:NMoneys.Currency.IsoCode"/>.</remarks>
418
+ <returns>
419
+ A <see cref="T:System.String"/> that represents the current <see cref="T:NMoneys.Currency"/>.
420
+ </returns>
421
+ </member>
422
+ <member name="M:NMoneys.Currency.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
423
+ <summary>
424
+ Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo"/> with information about the currency.
425
+ </summary>
426
+ <remarks>It will only persist information regarding the <see cref="P:NMoneys.Currency.IsoCode"/>.
427
+ <para>The rest of the information will be populated from the instance obtained from creation methods.</para>
428
+ </remarks>
429
+ <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the <see cref="T:NMoneys.Currency"/>.</param>
430
+ <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
431
+ </member>
432
+ <member name="M:NMoneys.Currency.System#Xml#Serialization#IXmlSerializable#GetSchema">
433
+ <summary>
434
+ This method is reserved and should not be used.
435
+ When implementing the <see cref="T:System.Xml.Serialization.IXmlSerializable"/> interface, you should return null from this method, and instead,
436
+ if specifying a custom schema is required, apply the <see cref="T:System.Xml.Serialization.XmlSchemaProviderAttribute"/> to the class.
437
+ </summary>
438
+ <returns>null</returns>
439
+ </member>
440
+ <member name="M:NMoneys.Currency.GetSchema(System.Xml.Schema.XmlSchemaSet)">
441
+ <summary>
442
+ Returns the XML schema applied for serialization.
443
+ </summary>
444
+ <param name="xs">A cache of XML Schema definition language (XSD) schemas.</param>
445
+ <returns>Represents the complexType element from XML Schema as specified by the <paramref name="xs"/>.</returns>
446
+ </member>
447
+ <member name="M:NMoneys.Currency.ReadXml(System.Xml.XmlReader)">
448
+ <summary>
449
+ Generates an object from its XML representation.
450
+ </summary>
451
+ <param name="reader">The <see cref="T:System.Xml.XmlReader"/> stream from which the object is deserialized.</param>
452
+ </member>
453
+ <member name="M:NMoneys.Currency.WriteXml(System.Xml.XmlWriter)">
454
+ <summary>
455
+ Converts an object into its XML representation.
456
+ </summary>
457
+ <param name="writer">The <see cref="T:System.Xml.XmlWriter"/> stream to which the object is serialized.</param>
458
+ </member>
459
+ <member name="M:NMoneys.Currency.GetRealObject(System.Runtime.Serialization.StreamingContext)">
460
+ <summary>
461
+ Returns the real object that should be deserialized, rather than the object that the serialized stream specifies.
462
+ </summary>
463
+ <returns>
464
+ Returns the actual object that is put into the graph.
465
+ </returns>
466
+ <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> from which the current object is deserialized.</param>
467
+ <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. The call will not work on a medium trusted server.</exception>
468
+ </member>
469
+ <member name="P:NMoneys.Currency.IsoCode">
470
+ <summary>
471
+ The ISO 4217 code of the <see cref="T:NMoneys.Currency"/>
472
+ </summary>
473
+ </member>
474
+ <member name="P:NMoneys.Currency.NumericCode">
475
+ <summary>
476
+ The numeric ISO 4217 code of the <see cref="T:NMoneys.Currency"/>
477
+ </summary>
478
+ </member>
479
+ <member name="P:NMoneys.Currency.PaddedNumericCode">
480
+ <summary>
481
+ Returns a padded three digit string representation of the <see cref="P:NMoneys.Currency.NumericCode"/>.
482
+ </summary>
483
+ </member>
484
+ <member name="P:NMoneys.Currency.EnglishName">
485
+ <summary>
486
+ Gets the name, in English, of the <see cref="T:NMoneys.Currency"/>.
487
+ </summary>
488
+ </member>
489
+ <member name="P:NMoneys.Currency.Symbol">
490
+ <summary>
491
+ Gets the currency symbol associated with the <see cref="T:NMoneys.Currency"/>.
492
+ </summary>
493
+ </member>
494
+ <member name="P:NMoneys.Currency.IsoSymbol">
495
+ <summary>
496
+ Textual representation of the ISO 4217 code
497
+ </summary>
498
+ </member>
499
+ <member name="P:NMoneys.Currency.SignificantDecimalDigits">
500
+ <summary>
501
+ Indicates the number of decimal places to use in currency values.
502
+ </summary>
503
+ </member>
504
+ <member name="P:NMoneys.Currency.NativeName">
505
+ <summary>
506
+ Gets the name of the currency formatted in the native language of the country/region where the currency is used.
507
+ </summary>
508
+ </member>
509
+ <member name="P:NMoneys.Currency.DecimalSeparator">
510
+ <summary>
511
+ Gets the string to use as the decimal separator in currency values.
512
+ </summary>
513
+ </member>
514
+ <member name="P:NMoneys.Currency.GroupSeparator">
515
+ <summary>
516
+ Gets the string that separates groups of digits to the left of the decimal in currency values.
517
+ </summary>
518
+ </member>
519
+ <member name="P:NMoneys.Currency.GroupSizes">
520
+ <summary>
521
+ Gets the number of digits in each group to the left of the decimal in currency values.
522
+ </summary>
523
+ </member>
524
+ <member name="P:NMoneys.Currency.NegativePattern">
525
+ <summary>
526
+ Gets format pattern for negative currency values.
527
+ </summary>
528
+ <remarks>For more information about this pattern see <see cref="P:System.Globalization.NumberFormatInfo.CurrencyNegativePattern"/>.</remarks>
529
+ </member>
530
+ <member name="P:NMoneys.Currency.PositivePattern">
531
+ <summary>
532
+ Gets the format pattern for positive currency values.
533
+ </summary>
534
+ <remarks>For more information about this pattern see <see cref="P:System.Globalization.NumberFormatInfo.CurrencyPositivePattern"/>.</remarks>
535
+ </member>
536
+ <member name="P:NMoneys.Currency.FormatInfo">
537
+ <summary>
538
+ Defines how numeric values are formatted and displayed, depending on the culture related to the <see cref="T:NMoneys.Currency"/>.
539
+ </summary>
540
+ </member>
541
+ <member name="T:NMoneys.CurrencyIsoCode">
542
+ <summary>
543
+ Currency codes as stated by the ISO 4217 standard
544
+ </summary>
545
+ <seealso href="http://www.iso.org/iso/support/currency_codes_list-1.htm" />
546
+ </member>
547
+ <member name="F:NMoneys.CurrencyIsoCode.AED">
548
+ <summary>
549
+ UAE Dirham
550
+ </summary>
551
+ </member>
552
+ <member name="F:NMoneys.CurrencyIsoCode.AFN">
553
+ <summary>
554
+ Afghani
555
+ </summary>
556
+ </member>
557
+ <member name="F:NMoneys.CurrencyIsoCode.ALL">
558
+ <summary>
559
+ Albanian Lek
560
+ </summary>
561
+ </member>
562
+ <member name="F:NMoneys.CurrencyIsoCode.AMD">
563
+ <summary>
564
+ Armenian Dram
565
+ </summary>
566
+ </member>
567
+ <member name="F:NMoneys.CurrencyIsoCode.ANG">
568
+ <summary>
569
+ Netherlands Antillian Guilder
570
+ </summary>
571
+ </member>
572
+ <member name="F:NMoneys.CurrencyIsoCode.AOA">
573
+ <summary>
574
+ Kwanza
575
+ </summary>
576
+ </member>
577
+ <member name="F:NMoneys.CurrencyIsoCode.ARS">
578
+ <summary>
579
+ Argentine Peso
580
+ </summary>
581
+ </member>
582
+ <member name="F:NMoneys.CurrencyIsoCode.AUD">
583
+ <summary>
584
+ Australian Dollar
585
+ </summary>
586
+ </member>
587
+ <member name="F:NMoneys.CurrencyIsoCode.AWG">
588
+ <summary>
589
+ Aruban Guilder
590
+ </summary>
591
+ </member>
592
+ <member name="F:NMoneys.CurrencyIsoCode.AZN">
593
+ <summary>
594
+ Azerbaijanian Manat
595
+ </summary>
596
+ </member>
597
+ <member name="F:NMoneys.CurrencyIsoCode.BAM">
598
+ <summary>
599
+ Convertible Marks
600
+ </summary>
601
+ </member>
602
+ <member name="F:NMoneys.CurrencyIsoCode.BBD">
603
+ <summary>
604
+ Barbados Dollar
605
+ </summary>
606
+ </member>
607
+ <member name="F:NMoneys.CurrencyIsoCode.BDT">
608
+ <summary>
609
+ Bangladeshi Taka
610
+ </summary>
611
+ </member>
612
+ <member name="F:NMoneys.CurrencyIsoCode.BGN">
613
+ <summary>
614
+ Bulgarian Lev
615
+ </summary>
616
+ </member>
617
+ <member name="F:NMoneys.CurrencyIsoCode.BHD">
618
+ <summary>
619
+ Bahraini Dinar
620
+ </summary>
621
+ </member>
622
+ <member name="F:NMoneys.CurrencyIsoCode.BIF">
623
+ <summary>
624
+ Burundi Franc
625
+ </summary>
626
+ </member>
627
+ <member name="F:NMoneys.CurrencyIsoCode.BMD">
628
+ <summary>
629
+ Bermudian Dollar
630
+ </summary>
631
+ </member>
632
+ <member name="F:NMoneys.CurrencyIsoCode.BND">
633
+ <summary>
634
+ Brunei Dollar
635
+ </summary>
636
+ </member>
637
+ <member name="F:NMoneys.CurrencyIsoCode.BOB">
638
+ <summary>
639
+ Boliviano
640
+ </summary>
641
+ </member>
642
+ <member name="F:NMoneys.CurrencyIsoCode.BOV">
643
+ <summary>
644
+ Boliviano
645
+ </summary>
646
+ </member>
647
+ <member name="F:NMoneys.CurrencyIsoCode.BRL">
648
+ <summary>
649
+ Real
650
+ </summary>
651
+ </member>
652
+ <member name="F:NMoneys.CurrencyIsoCode.BSD">
653
+ <summary>
654
+ Bahamian Dollar
655
+ </summary>
656
+ </member>
657
+ <member name="F:NMoneys.CurrencyIsoCode.BTN">
658
+ <summary>
659
+ Ngultrum
660
+ </summary>
661
+ </member>
662
+ <member name="F:NMoneys.CurrencyIsoCode.BWP">
663
+ <summary>
664
+ Pula
665
+ </summary>
666
+ </member>
667
+ <member name="F:NMoneys.CurrencyIsoCode.BYR">
668
+ <summary>
669
+ Belarusian Ruble
670
+ </summary>
671
+ </member>
672
+ <member name="F:NMoneys.CurrencyIsoCode.BZD">
673
+ <summary>
674
+ Belize Dollar
675
+ </summary>
676
+ </member>
677
+ <member name="F:NMoneys.CurrencyIsoCode.CAD">
678
+ <summary>
679
+ Canadian Dollar
680
+ </summary>
681
+ </member>
682
+ <member name="F:NMoneys.CurrencyIsoCode.CDF">
683
+ <summary>
684
+ Congolese Franc
685
+ </summary>
686
+ </member>
687
+ <member name="F:NMoneys.CurrencyIsoCode.CHE">
688
+ <summary>
689
+ WIR Euro
690
+ </summary>
691
+ </member>
692
+ <member name="F:NMoneys.CurrencyIsoCode.CHF">
693
+ <summary>
694
+ Swiss Franc
695
+ </summary>
696
+ </member>
697
+ <member name="F:NMoneys.CurrencyIsoCode.CHW">
698
+ <summary>
699
+ WIR Franc
700
+ </summary>
701
+ </member>
702
+ <member name="F:NMoneys.CurrencyIsoCode.CLF">
703
+ <summary>
704
+ Chilean Peso
705
+ </summary>
706
+ </member>
707
+ <member name="F:NMoneys.CurrencyIsoCode.CLP">
708
+ <summary>
709
+ Chilean Peso
710
+ </summary>
711
+ </member>
712
+ <member name="F:NMoneys.CurrencyIsoCode.CNY">
713
+ <summary>
714
+ Yuan Renminbi
715
+ </summary>
716
+ </member>
717
+ <member name="F:NMoneys.CurrencyIsoCode.COP">
718
+ <summary>
719
+ Colombian Peso
720
+ </summary>
721
+ </member>
722
+ <member name="F:NMoneys.CurrencyIsoCode.COU">
723
+ <summary>
724
+ Colombian Peso
725
+ </summary>
726
+ </member>
727
+ <member name="F:NMoneys.CurrencyIsoCode.CRC">
728
+ <summary>
729
+ Costa Rican Colon
730
+ </summary>
731
+ </member>
732
+ <member name="F:NMoneys.CurrencyIsoCode.CUC">
733
+ <summary>
734
+ Peso Convertible
735
+ </summary>
736
+ </member>
737
+ <member name="F:NMoneys.CurrencyIsoCode.CUP">
738
+ <summary>
739
+ Cuban Peso
740
+ </summary>
741
+ </member>
742
+ <member name="F:NMoneys.CurrencyIsoCode.CVE">
743
+ <summary>
744
+ Cape Verde Escudo
745
+ </summary>
746
+ </member>
747
+ <member name="F:NMoneys.CurrencyIsoCode.CZK">
748
+ <summary>
749
+ Czech Koruna
750
+ </summary>
751
+ </member>
752
+ <member name="F:NMoneys.CurrencyIsoCode.DJF">
753
+ <summary>
754
+ Djibouti Franc
755
+ </summary>
756
+ </member>
757
+ <member name="F:NMoneys.CurrencyIsoCode.DKK">
758
+ <summary>
759
+ Danish Krone
760
+ </summary>
761
+ </member>
762
+ <member name="F:NMoneys.CurrencyIsoCode.DOP">
763
+ <summary>
764
+ Dominican Peso
765
+ </summary>
766
+ </member>
767
+ <member name="F:NMoneys.CurrencyIsoCode.DZD">
768
+ <summary>
769
+ Algerian Dinar
770
+ </summary>
771
+ </member>
772
+ <member name="F:NMoneys.CurrencyIsoCode.EEK">
773
+ <summary>
774
+ Estonian Kroon
775
+ </summary>
776
+ </member>
777
+ <member name="F:NMoneys.CurrencyIsoCode.EGP">
778
+ <summary>
779
+ Egyptian Pound
780
+ </summary>
781
+ </member>
782
+ <member name="F:NMoneys.CurrencyIsoCode.ERN">
783
+ <summary>
784
+ Nakfa
785
+ </summary>
786
+ </member>
787
+ <member name="F:NMoneys.CurrencyIsoCode.ETB">
788
+ <summary>
789
+ Ethiopian Birr
790
+ </summary>
791
+ </member>
792
+ <member name="F:NMoneys.CurrencyIsoCode.EUR">
793
+ <summary>
794
+ Euro
795
+ </summary>
796
+ </member>
797
+ <member name="F:NMoneys.CurrencyIsoCode.FJD">
798
+ <summary>
799
+ Fiji Dollar
800
+ </summary>
801
+ </member>
802
+ <member name="F:NMoneys.CurrencyIsoCode.FKP">
803
+ <summary>
804
+ Falkland Islands Pound
805
+ </summary>
806
+ </member>
807
+ <member name="F:NMoneys.CurrencyIsoCode.GBP">
808
+ <summary>
809
+ UK Pound Sterling
810
+ </summary>
811
+ </member>
812
+ <member name="F:NMoneys.CurrencyIsoCode.GEL">
813
+ <summary>
814
+ Lari
815
+ </summary>
816
+ </member>
817
+ <member name="F:NMoneys.CurrencyIsoCode.GHS">
818
+ <summary>
819
+ Cedi
820
+ </summary>
821
+ </member>
822
+ <member name="F:NMoneys.CurrencyIsoCode.GIP">
823
+ <summary>
824
+ Gibraltar Pound
825
+ </summary>
826
+ </member>
827
+ <member name="F:NMoneys.CurrencyIsoCode.GMD">
828
+ <summary>
829
+ Dalasi
830
+ </summary>
831
+ </member>
832
+ <member name="F:NMoneys.CurrencyIsoCode.GNF">
833
+ <summary>
834
+ Guinea Franc
835
+ </summary>
836
+ </member>
837
+ <member name="F:NMoneys.CurrencyIsoCode.GTQ">
838
+ <summary>
839
+ Guatemalan Quetzal
840
+ </summary>
841
+ </member>
842
+ <member name="F:NMoneys.CurrencyIsoCode.GYD">
843
+ <summary>
844
+ Guyana Dollar
845
+ </summary>
846
+ </member>
847
+ <member name="F:NMoneys.CurrencyIsoCode.HKD">
848
+ <summary>
849
+ Hong Kong Dollar
850
+ </summary>
851
+ </member>
852
+ <member name="F:NMoneys.CurrencyIsoCode.HNL">
853
+ <summary>
854
+ Honduran Lempira
855
+ </summary>
856
+ </member>
857
+ <member name="F:NMoneys.CurrencyIsoCode.HRK">
858
+ <summary>
859
+ Croatian Kuna
860
+ </summary>
861
+ </member>
862
+ <member name="F:NMoneys.CurrencyIsoCode.HTG">
863
+ <summary>
864
+ Gourde
865
+ </summary>
866
+ </member>
867
+ <member name="F:NMoneys.CurrencyIsoCode.HUF">
868
+ <summary>
869
+ Hungarian Forint
870
+ </summary>
871
+ </member>
872
+ <member name="F:NMoneys.CurrencyIsoCode.IDR">
873
+ <summary>
874
+ Indonesian Rupiah
875
+ </summary>
876
+ </member>
877
+ <member name="F:NMoneys.CurrencyIsoCode.ILS">
878
+ <summary>
879
+ Israeli New Shekel
880
+ </summary>
881
+ </member>
882
+ <member name="F:NMoneys.CurrencyIsoCode.INR">
883
+ <summary>
884
+ Indian Rupee
885
+ </summary>
886
+ </member>
887
+ <member name="F:NMoneys.CurrencyIsoCode.IQD">
888
+ <summary>
889
+ Iraqi Dinar
890
+ </summary>
891
+ </member>
892
+ <member name="F:NMoneys.CurrencyIsoCode.IRR">
893
+ <summary>
894
+ Iranian Rial
895
+ </summary>
896
+ </member>
897
+ <member name="F:NMoneys.CurrencyIsoCode.ISK">
898
+ <summary>
899
+ Icelandic Krona
900
+ </summary>
901
+ </member>
902
+ <member name="F:NMoneys.CurrencyIsoCode.JMD">
903
+ <summary>
904
+ Jamaican Dollar
905
+ </summary>
906
+ </member>
907
+ <member name="F:NMoneys.CurrencyIsoCode.JOD">
908
+ <summary>
909
+ Jordanian Dinar
910
+ </summary>
911
+ </member>
912
+ <member name="F:NMoneys.CurrencyIsoCode.JPY">
913
+ <summary>
914
+ Japanese Yen
915
+ </summary>
916
+ </member>
917
+ <member name="F:NMoneys.CurrencyIsoCode.KES">
918
+ <summary>
919
+ Kenyan Shilling
920
+ </summary>
921
+ </member>
922
+ <member name="F:NMoneys.CurrencyIsoCode.KGS">
923
+ <summary>
924
+ som
925
+ </summary>
926
+ </member>
927
+ <member name="F:NMoneys.CurrencyIsoCode.KMF">
928
+ <summary>
929
+ Comoro Franc
930
+ </summary>
931
+ </member>
932
+ <member name="F:NMoneys.CurrencyIsoCode.KHR">
933
+ <summary>
934
+ Riel
935
+ </summary>
936
+ </member>
937
+ <member name="F:NMoneys.CurrencyIsoCode.KPW">
938
+ <summary>
939
+ North Korean Won
940
+ </summary>
941
+ </member>
942
+ <member name="F:NMoneys.CurrencyIsoCode.KRW">
943
+ <summary>
944
+ Korean Won
945
+ </summary>
946
+ </member>
947
+ <member name="F:NMoneys.CurrencyIsoCode.KWD">
948
+ <summary>
949
+ Kuwaiti Dinar
950
+ </summary>
951
+ </member>
952
+ <member name="F:NMoneys.CurrencyIsoCode.KYD">
953
+ <summary>
954
+ Cayman Islands Dollar
955
+ </summary>
956
+ </member>
957
+ <member name="F:NMoneys.CurrencyIsoCode.KZT">
958
+ <summary>
959
+ Tenge
960
+ </summary>
961
+ </member>
962
+ <member name="F:NMoneys.CurrencyIsoCode.LAK">
963
+ <summary>
964
+ Kip
965
+ </summary>
966
+ </member>
967
+ <member name="F:NMoneys.CurrencyIsoCode.LBP">
968
+ <summary>
969
+ Lebanese Pound
970
+ </summary>
971
+ </member>
972
+ <member name="F:NMoneys.CurrencyIsoCode.LKR">
973
+ <summary>
974
+ Sri Lanka Rupee
975
+ </summary>
976
+ </member>
977
+ <member name="F:NMoneys.CurrencyIsoCode.LRD">
978
+ <summary>
979
+ Liberian Dollar
980
+ </summary>
981
+ </member>
982
+ <member name="F:NMoneys.CurrencyIsoCode.LSL">
983
+ <summary>
984
+ Loti
985
+ </summary>
986
+ </member>
987
+ <member name="F:NMoneys.CurrencyIsoCode.LTL">
988
+ <summary>
989
+ Lithuanian Litas
990
+ </summary>
991
+ </member>
992
+ <member name="F:NMoneys.CurrencyIsoCode.LVL">
993
+ <summary>
994
+ Latvian Lats
995
+ </summary>
996
+ </member>
997
+ <member name="F:NMoneys.CurrencyIsoCode.LYD">
998
+ <summary>
999
+ Libyan Dinar
1000
+ </summary>
1001
+ </member>
1002
+ <member name="F:NMoneys.CurrencyIsoCode.MAD">
1003
+ <summary>
1004
+ Moroccan Dirham
1005
+ </summary>
1006
+ </member>
1007
+ <member name="F:NMoneys.CurrencyIsoCode.MDL">
1008
+ <summary>
1009
+ Moldovan Leu
1010
+ </summary>
1011
+ </member>
1012
+ <member name="F:NMoneys.CurrencyIsoCode.MGA">
1013
+ <summary>
1014
+ Malagasy Ariary
1015
+ </summary>
1016
+ </member>
1017
+ <member name="F:NMoneys.CurrencyIsoCode.MKD">
1018
+ <summary>
1019
+ Macedonian Denar
1020
+ </summary>
1021
+ </member>
1022
+ <member name="F:NMoneys.CurrencyIsoCode.MMK">
1023
+ <summary>
1024
+ Kyat
1025
+ </summary>
1026
+ </member>
1027
+ <member name="F:NMoneys.CurrencyIsoCode.MNT">
1028
+ <summary>
1029
+ Tugrik
1030
+ </summary>
1031
+ </member>
1032
+ <member name="F:NMoneys.CurrencyIsoCode.MOP">
1033
+ <summary>
1034
+ Macao Pataca
1035
+ </summary>
1036
+ </member>
1037
+ <member name="F:NMoneys.CurrencyIsoCode.MRO">
1038
+ <summary>
1039
+ Ouguiya
1040
+ </summary>
1041
+ </member>
1042
+ <member name="F:NMoneys.CurrencyIsoCode.MUR">
1043
+ <summary>
1044
+ Mauritius Rupee
1045
+ </summary>
1046
+ </member>
1047
+ <member name="F:NMoneys.CurrencyIsoCode.MVR">
1048
+ <summary>
1049
+ Rufiyaa
1050
+ </summary>
1051
+ </member>
1052
+ <member name="F:NMoneys.CurrencyIsoCode.MWK">
1053
+ <summary>
1054
+ Kwacha
1055
+ </summary>
1056
+ </member>
1057
+ <member name="F:NMoneys.CurrencyIsoCode.MXN">
1058
+ <summary>
1059
+ Mexican Peso
1060
+ </summary>
1061
+ </member>
1062
+ <member name="F:NMoneys.CurrencyIsoCode.MXV">
1063
+ <summary>
1064
+ Mexican Peso
1065
+ </summary>
1066
+ </member>
1067
+ <member name="F:NMoneys.CurrencyIsoCode.MYR">
1068
+ <summary>
1069
+ Malaysian Ringgit
1070
+ </summary>
1071
+ </member>
1072
+ <member name="F:NMoneys.CurrencyIsoCode.MZN">
1073
+ <summary>
1074
+ Metical
1075
+ </summary>
1076
+ </member>
1077
+ <member name="F:NMoneys.CurrencyIsoCode.NAD">
1078
+ <summary>
1079
+ Namibian Dollar
1080
+ </summary>
1081
+ </member>
1082
+ <member name="F:NMoneys.CurrencyIsoCode.NGN">
1083
+ <summary>
1084
+ Nigerian Naira
1085
+ </summary>
1086
+ </member>
1087
+ <member name="F:NMoneys.CurrencyIsoCode.NIO">
1088
+ <summary>
1089
+ Nicaraguan Cordoba Oro
1090
+ </summary>
1091
+ </member>
1092
+ <member name="F:NMoneys.CurrencyIsoCode.NOK">
1093
+ <summary>
1094
+ Norwegian Krone
1095
+ </summary>
1096
+ </member>
1097
+ <member name="F:NMoneys.CurrencyIsoCode.NPR">
1098
+ <summary>
1099
+ Nepalese Rupees
1100
+ </summary>
1101
+ </member>
1102
+ <member name="F:NMoneys.CurrencyIsoCode.NZD">
1103
+ <summary>
1104
+ New Zealand Dollar
1105
+ </summary>
1106
+ </member>
1107
+ <member name="F:NMoneys.CurrencyIsoCode.OMR">
1108
+ <summary>
1109
+ Omani Rial
1110
+ </summary>
1111
+ </member>
1112
+ <member name="F:NMoneys.CurrencyIsoCode.PAB">
1113
+ <summary>
1114
+ Panamanian Balboa
1115
+ </summary>
1116
+ </member>
1117
+ <member name="F:NMoneys.CurrencyIsoCode.PEN">
1118
+ <summary>
1119
+ Peruvian Nuevo Sol
1120
+ </summary>
1121
+ </member>
1122
+ <member name="F:NMoneys.CurrencyIsoCode.PGK">
1123
+ <summary>
1124
+ Kina
1125
+ </summary>
1126
+ </member>
1127
+ <member name="F:NMoneys.CurrencyIsoCode.PHP">
1128
+ <summary>
1129
+ Philippine Peso
1130
+ </summary>
1131
+ </member>
1132
+ <member name="F:NMoneys.CurrencyIsoCode.PKR">
1133
+ <summary>
1134
+ Pakistan Rupee
1135
+ </summary>
1136
+ </member>
1137
+ <member name="F:NMoneys.CurrencyIsoCode.PLN">
1138
+ <summary>
1139
+ Polish Zloty
1140
+ </summary>
1141
+ </member>
1142
+ <member name="F:NMoneys.CurrencyIsoCode.PYG">
1143
+ <summary>
1144
+ Paraguay Guarani
1145
+ </summary>
1146
+ </member>
1147
+ <member name="F:NMoneys.CurrencyIsoCode.QAR">
1148
+ <summary>
1149
+ Qatari Rial
1150
+ </summary>
1151
+ </member>
1152
+ <member name="F:NMoneys.CurrencyIsoCode.RON">
1153
+ <summary>
1154
+ Romanian Leu
1155
+ </summary>
1156
+ </member>
1157
+ <member name="F:NMoneys.CurrencyIsoCode.RSD">
1158
+ <summary>
1159
+ Serbian Dinar
1160
+ </summary>
1161
+ </member>
1162
+ <member name="F:NMoneys.CurrencyIsoCode.RUB">
1163
+ <summary>
1164
+ Russian Ruble
1165
+ </summary>
1166
+ </member>
1167
+ <member name="F:NMoneys.CurrencyIsoCode.RWF">
1168
+ <summary>
1169
+ Rwandan Franc
1170
+ </summary>
1171
+ </member>
1172
+ <member name="F:NMoneys.CurrencyIsoCode.SAR">
1173
+ <summary>
1174
+ Saudi Riyal
1175
+ </summary>
1176
+ </member>
1177
+ <member name="F:NMoneys.CurrencyIsoCode.SBD">
1178
+ <summary>
1179
+ Solomon Islands Dollar
1180
+ </summary>
1181
+ </member>
1182
+ <member name="F:NMoneys.CurrencyIsoCode.SCR">
1183
+ <summary>
1184
+ Seychelles Rupee
1185
+ </summary>
1186
+ </member>
1187
+ <member name="F:NMoneys.CurrencyIsoCode.SDG">
1188
+ <summary>
1189
+ Sudanese Pound
1190
+ </summary>
1191
+ </member>
1192
+ <member name="F:NMoneys.CurrencyIsoCode.SEK">
1193
+ <summary>
1194
+ Swedish Krona
1195
+ </summary>
1196
+ </member>
1197
+ <member name="F:NMoneys.CurrencyIsoCode.SGD">
1198
+ <summary>
1199
+ Singapore Dollar
1200
+ </summary>
1201
+ </member>
1202
+ <member name="F:NMoneys.CurrencyIsoCode.SHP">
1203
+ <summary>
1204
+ Saint Helena Pound
1205
+ </summary>
1206
+ </member>
1207
+ <member name="F:NMoneys.CurrencyIsoCode.SLL">
1208
+ <summary>
1209
+ Leone
1210
+ </summary>
1211
+ </member>
1212
+ <member name="F:NMoneys.CurrencyIsoCode.SOS">
1213
+ <summary>
1214
+ Somali Shilling
1215
+ </summary>
1216
+ </member>
1217
+ <member name="F:NMoneys.CurrencyIsoCode.SRD">
1218
+ <summary>
1219
+ Surinam Dollar
1220
+ </summary>
1221
+ </member>
1222
+ <member name="F:NMoneys.CurrencyIsoCode.STD">
1223
+ <summary>
1224
+ Dobra
1225
+ </summary>
1226
+ </member>
1227
+ <member name="F:NMoneys.CurrencyIsoCode.SVC">
1228
+ <summary>
1229
+ US Dollar
1230
+ </summary>
1231
+ </member>
1232
+ <member name="F:NMoneys.CurrencyIsoCode.SYP">
1233
+ <summary>
1234
+ Syrian Pound
1235
+ </summary>
1236
+ </member>
1237
+ <member name="F:NMoneys.CurrencyIsoCode.SZL">
1238
+ <summary>
1239
+ Lilangeni
1240
+ </summary>
1241
+ </member>
1242
+ <member name="F:NMoneys.CurrencyIsoCode.THB">
1243
+ <summary>
1244
+ Thai Baht
1245
+ </summary>
1246
+ </member>
1247
+ <member name="F:NMoneys.CurrencyIsoCode.TJS">
1248
+ <summary>
1249
+ Ruble
1250
+ </summary>
1251
+ </member>
1252
+ <member name="F:NMoneys.CurrencyIsoCode.TMT">
1253
+ <summary>
1254
+ Turkmen manat
1255
+ </summary>
1256
+ </member>
1257
+ <member name="F:NMoneys.CurrencyIsoCode.TND">
1258
+ <summary>
1259
+ Tunisian Dinar
1260
+ </summary>
1261
+ </member>
1262
+ <member name="F:NMoneys.CurrencyIsoCode.TOP">
1263
+ <summary>
1264
+ Pa'anga
1265
+ </summary>
1266
+ </member>
1267
+ <member name="F:NMoneys.CurrencyIsoCode.TRY">
1268
+ <summary>
1269
+ Turkish Lira
1270
+ </summary>
1271
+ </member>
1272
+ <member name="F:NMoneys.CurrencyIsoCode.TTD">
1273
+ <summary>
1274
+ Trinidad Dollar
1275
+ </summary>
1276
+ </member>
1277
+ <member name="F:NMoneys.CurrencyIsoCode.TWD">
1278
+ <summary>
1279
+ New Taiwan Dollar
1280
+ </summary>
1281
+ </member>
1282
+ <member name="F:NMoneys.CurrencyIsoCode.TZS">
1283
+ <summary>
1284
+ Tanzanian Shilling
1285
+ </summary>
1286
+ </member>
1287
+ <member name="F:NMoneys.CurrencyIsoCode.UAH">
1288
+ <summary>
1289
+ Ukrainian Grivna
1290
+ </summary>
1291
+ </member>
1292
+ <member name="F:NMoneys.CurrencyIsoCode.UGX">
1293
+ <summary>
1294
+ Uganda Shilling
1295
+ </summary>
1296
+ </member>
1297
+ <member name="F:NMoneys.CurrencyIsoCode.USD">
1298
+ <summary>
1299
+ US Dollar
1300
+ </summary>
1301
+ </member>
1302
+ <member name="F:NMoneys.CurrencyIsoCode.USN">
1303
+ <summary>
1304
+ US Dollar (Next day)
1305
+ </summary>
1306
+ </member>
1307
+ <member name="F:NMoneys.CurrencyIsoCode.USS">
1308
+ <summary>
1309
+ US Dollar (Same day)
1310
+ </summary>
1311
+ </member>
1312
+ <member name="F:NMoneys.CurrencyIsoCode.UYI">
1313
+ <summary>
1314
+ Peso Uruguayo
1315
+ </summary>
1316
+ </member>
1317
+ <member name="F:NMoneys.CurrencyIsoCode.UYU">
1318
+ <summary>
1319
+ Peso Uruguayo
1320
+ </summary>
1321
+ </member>
1322
+ <member name="F:NMoneys.CurrencyIsoCode.UZS">
1323
+ <summary>
1324
+ Uzbekistan Som
1325
+ </summary>
1326
+ </member>
1327
+ <member name="F:NMoneys.CurrencyIsoCode.VEF">
1328
+ <summary>
1329
+ Venezuelan Bolivar
1330
+ </summary>
1331
+ </member>
1332
+ <member name="F:NMoneys.CurrencyIsoCode.VND">
1333
+ <summary>
1334
+ Vietnamese Dong
1335
+ </summary>
1336
+ </member>
1337
+ <member name="F:NMoneys.CurrencyIsoCode.VUV">
1338
+ <summary>
1339
+ Vatu
1340
+ </summary>
1341
+ </member>
1342
+ <member name="F:NMoneys.CurrencyIsoCode.WST">
1343
+ <summary>
1344
+ Tala
1345
+ </summary>
1346
+ </member>
1347
+ <member name="F:NMoneys.CurrencyIsoCode.XAF">
1348
+ <summary>
1349
+ CFA Franc BEAC
1350
+ </summary>
1351
+ </member>
1352
+ <member name="F:NMoneys.CurrencyIsoCode.XAG">
1353
+ <summary>
1354
+ Silver
1355
+ </summary>
1356
+ </member>
1357
+ <member name="F:NMoneys.CurrencyIsoCode.XAU">
1358
+ <summary>
1359
+ Gold
1360
+ </summary>
1361
+ </member>
1362
+ <member name="F:NMoneys.CurrencyIsoCode.XBA">
1363
+ <summary>
1364
+ Bond Markets Units European Composite Unit (EURCO)
1365
+ </summary>
1366
+ </member>
1367
+ <member name="F:NMoneys.CurrencyIsoCode.XBB">
1368
+ <summary>
1369
+ European Monetary Unit (E.M.U.-6)
1370
+ </summary>
1371
+ </member>
1372
+ <member name="F:NMoneys.CurrencyIsoCode.XBC">
1373
+ <summary>
1374
+ European Unit of Account 9(E.U.A.-9)
1375
+ </summary>
1376
+ </member>
1377
+ <member name="F:NMoneys.CurrencyIsoCode.XBD">
1378
+ <summary>
1379
+ European Unit of Account 17(E.U.A.-17)
1380
+ </summary>
1381
+ </member>
1382
+ <member name="F:NMoneys.CurrencyIsoCode.XCD">
1383
+ <summary>
1384
+ East Caribbean Dollar
1385
+ </summary>
1386
+ </member>
1387
+ <member name="F:NMoneys.CurrencyIsoCode.XDR">
1388
+ <summary>
1389
+ SDR
1390
+ </summary>
1391
+ </member>
1392
+ <member name="F:NMoneys.CurrencyIsoCode.XOF">
1393
+ <summary>
1394
+ CFA Franc BCEAO
1395
+ </summary>
1396
+ </member>
1397
+ <member name="F:NMoneys.CurrencyIsoCode.XPD">
1398
+ <summary>
1399
+ Palladium
1400
+ </summary>
1401
+ </member>
1402
+ <member name="F:NMoneys.CurrencyIsoCode.XPF">
1403
+ <summary>
1404
+ CFP Franc
1405
+ </summary>
1406
+ </member>
1407
+ <member name="F:NMoneys.CurrencyIsoCode.XPT">
1408
+ <summary>
1409
+ Platinum
1410
+ </summary>
1411
+ </member>
1412
+ <member name="F:NMoneys.CurrencyIsoCode.XTS">
1413
+ <summary>
1414
+ Test currency
1415
+ </summary>
1416
+ </member>
1417
+ <member name="F:NMoneys.CurrencyIsoCode.XXX">
1418
+ <summary>
1419
+ No currency
1420
+ </summary>
1421
+ </member>
1422
+ <member name="F:NMoneys.CurrencyIsoCode.YER">
1423
+ <summary>
1424
+ Yemeni Rial
1425
+ </summary>
1426
+ </member>
1427
+ <member name="F:NMoneys.CurrencyIsoCode.ZAR">
1428
+ <summary>
1429
+ South African Rand
1430
+ </summary>
1431
+ </member>
1432
+ <member name="F:NMoneys.CurrencyIsoCode.ZMK">
1433
+ <summary>
1434
+ Zambian Kwacha
1435
+ </summary>
1436
+ </member>
1437
+ <member name="F:NMoneys.CurrencyIsoCode.ZWL">
1438
+ <summary>
1439
+ Zimbabwe Dollar
1440
+ </summary>
1441
+ </member>
1442
+ <member name="T:NMoneys.IsoCodeExtensions">
1443
+ <summary>
1444
+ Contains extension to the type <see cref="T:NMoneys.CurrencyIsoCode"/>
1445
+ </summary>
1446
+ </member>
1447
+ <member name="M:NMoneys.IsoCodeExtensions.AsValuePair(NMoneys.CurrencyIsoCode)">
1448
+ <summary>
1449
+ Returns a combination of the ISO 4217 code and its numeric value, separated by the equals sign '<code>=</code>'.
1450
+ </summary>
1451
+ </member>
1452
+ <member name="M:NMoneys.IsoCodeExtensions.NumericCode(NMoneys.CurrencyIsoCode)">
1453
+ <summary>
1454
+ The numeric ISO 4217 code of the <see cref="T:NMoneys.CurrencyIsoCode"/>
1455
+ </summary>
1456
+ </member>
1457
+ <member name="M:NMoneys.IsoCodeExtensions.PaddedNumericCode(NMoneys.CurrencyIsoCode)">
1458
+ <summary>
1459
+ Returns a padded three digit string representation of the <see cref="M:NMoneys.IsoCodeExtensions.NumericCode(NMoneys.CurrencyIsoCode)"/>.
1460
+ </summary>
1461
+ </member>
1462
+ <member name="T:NMoneys.CanonicalCultureAttribute">
1463
+ <summary>
1464
+ Represents that a .NET Framework culture is suitable for representing an ISO currency
1465
+ </summary>
1466
+ <remarks>For internal verification purposes, it does not have any effect on currency runtime.</remarks>
1467
+ </member>
1468
+ <member name="P:NMoneys.CanonicalCultureAttribute.Name">
1469
+ <summary>
1470
+ Name of the <see cref="T:System.Globalization.CultureInfo"/> that is source of the information
1471
+ </summary>
1472
+ </member>
1473
+ <member name="P:NMoneys.CanonicalCultureAttribute.Overwritten">
1474
+ <summary>
1475
+ Indicates whether one or more values of the currency are different from ones specified by the <see cref="T:System.Globalization.CultureInfo"/>.
1476
+ </summary>
1477
+ </member>
1478
+ <member name="P:NMoneys.CanonicalCultureAttribute.Culture">
1479
+ <summary>
1480
+ Source of the information
1481
+ </summary>
1482
+ <remarks>It is a delegate as we do not want to use their value within the progrma but just as a support
1483
+ to the tools that compare the information in the .NET Framework with the information in the Xml.</remarks>
1484
+ </member>
1485
+ <member name="T:NMoneys.MissconfiguredCurrencyException">
1486
+ <summary>
1487
+ The exception that is thrown when a currency has not been properly configured.
1488
+ </summary>
1489
+ </member>
1490
+ <member name="M:NMoneys.MissconfiguredCurrencyException.#ctor(NMoneys.CurrencyIsoCode)">
1491
+ <summary>
1492
+ Initializes a new instance of <see cref="T:NMoneys.MissconfiguredCurrencyException"/>.
1493
+ </summary>
1494
+ <param name="isoCode">The currency which is missconfigured.</param>
1495
+ </member>
1496
+ <member name="M:NMoneys.MissconfiguredCurrencyException.#ctor">
1497
+ <summary>
1498
+ Initializes a new instance of <see cref="T:NMoneys.MissconfiguredCurrencyException"/>.
1499
+ </summary>
1500
+ </member>
1501
+ <member name="M:NMoneys.MissconfiguredCurrencyException.#ctor(System.String)">
1502
+ <summary>
1503
+ Initializes a new instance of <see cref="T:NMoneys.MissconfiguredCurrencyException"/>.
1504
+ </summary>
1505
+ <param name="message">A message that describes why this exception was thrown.</param>
1506
+ </member>
1507
+ <member name="M:NMoneys.MissconfiguredCurrencyException.#ctor(System.String,System.Exception)">
1508
+ <summary>
1509
+ Initializes a new instance of <see cref="T:NMoneys.MissconfiguredCurrencyException"/>.
1510
+ </summary>
1511
+ <param name="message">A message that describes why this exception was thrown.</param>
1512
+ <param name="inner">The exception that caused this exception to be thrown.</param>
1513
+ </member>
1514
+ <member name="M:NMoneys.MissconfiguredCurrencyException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
1515
+ <summary>
1516
+ Initializes a new instace of <see cref="T:NMoneys.MissconfiguredCurrencyException"/> with serialized data
1517
+ </summary>
1518
+ <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the <see cref="T:NMoneys.MissconfiguredCurrencyException"/>.</param>
1519
+ <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
1520
+ </member>
1521
+ <member name="T:NMoneys.DifferentCurrencyException">
1522
+ <summary>
1523
+ Currency that is thrown when two instances of <see cref="T:NMoneys.Money"/> are passed onto an opeation that can only be performed when they have the same currency.
1524
+ </summary>
1525
+ </member>
1526
+ <member name="M:NMoneys.DifferentCurrencyException.#ctor">
1527
+ <summary>
1528
+ Initializes a new instance of <see cref="T:NMoneys.DifferentCurrencyException"/>.
1529
+ </summary>
1530
+ </member>
1531
+ <member name="M:NMoneys.DifferentCurrencyException.#ctor(System.String,System.String)">
1532
+ <summary>
1533
+ Initializes a new instance of <see cref="T:NMoneys.DifferentCurrencyException"/>.
1534
+ </summary>
1535
+ <param name="expectedIsoSymbol">Textual representation of a ISO 4217 coden that was expected for the operation to be successful.</param>
1536
+ <param name="actualIsoSymbol">Textual representation of a ISO 4217 coden that provoked the exception.</param>
1537
+ </member>
1538
+ <member name="M:NMoneys.DifferentCurrencyException.#ctor(System.String)">
1539
+ <summary>
1540
+ Initializes a new instance of <see cref="T:NMoneys.DifferentCurrencyException"/>.
1541
+ </summary>
1542
+ <param name="message">A message that describes why this exception was thrown.</param>
1543
+ </member>
1544
+ <member name="M:NMoneys.DifferentCurrencyException.#ctor(System.String,System.Exception)">
1545
+ <summary>
1546
+ Initializes a new instance of <see cref="T:NMoneys.DifferentCurrencyException"/>.
1547
+ </summary>
1548
+ <param name="message">A message that describes why this exception was thrown.</param>
1549
+ <param name="inner">The exception that caused this exception to be thrown.</param>
1550
+ </member>
1551
+ <member name="M:NMoneys.DifferentCurrencyException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
1552
+ <summary>
1553
+ Initializes a new instace of <see cref="T:NMoneys.DifferentCurrencyException"/> with serialized data
1554
+ </summary>
1555
+ <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the <see cref="T:NMoneys.DifferentCurrencyException"/>.</param>
1556
+ <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
1557
+ </member>
1558
+ <member name="M:NMoneys.DifferentCurrencyException.DefaultMessage(System.String,System.String)">
1559
+ <summary>
1560
+ Textual template to create the default <see cref="P:System.Exception.Message"/> of an instance of <see cref="T:NMoneys.DifferentCurrencyException"/>
1561
+ </summary>
1562
+ <param name="expectedIsoSymbol">Textual representation of a ISO 4217 coden that was expected for the operation to be successful.</param>
1563
+ <param name="actualIsoSymbol">Textual representation of a ISO 4217 coden that provoked the exception.</param>
1564
+ <returns>A string that contains the default message for a <see cref="T:NMoneys.DifferentCurrencyException"/> to be thrown.</returns>
1565
+ </member>
1566
+ <member name="T:NMoneys.Extensions.MoneyExtensions">
1567
+ <summary>
1568
+ Extensions methods related to monetary quantities.
1569
+ </summary>
1570
+ </member>
1571
+ <member name="M:NMoneys.Extensions.MoneyExtensions.Aud(System.Decimal)">
1572
+ <summary>
1573
+ Creates an <see cref="T:NMoneys.Money"/> instance with the specified currency.
1574
+ </summary>
1575
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
1576
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amount"/> and <see cref="F:NMoneys.Currency.Aud"/>.</returns>
1577
+ </member>
1578
+ <member name="M:NMoneys.Extensions.MoneyExtensions.Cad(System.Decimal)">
1579
+ <summary>
1580
+ Creates an <see cref="T:NMoneys.Money"/> instance with the specified currency.
1581
+ </summary>
1582
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
1583
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amount"/> and <see cref="F:NMoneys.Currency.Cad"/>.</returns>
1584
+ </member>
1585
+ <member name="M:NMoneys.Extensions.MoneyExtensions.Chf(System.Decimal)">
1586
+ <summary>
1587
+ Creates an <see cref="T:NMoneys.Money"/> instance with the specified currency.
1588
+ </summary>
1589
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
1590
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amount"/> and <see cref="F:NMoneys.Currency.Chf"/>.</returns>
1591
+ </member>
1592
+ <member name="M:NMoneys.Extensions.MoneyExtensions.Cny(System.Decimal)">
1593
+ <summary>
1594
+ Creates an <see cref="T:NMoneys.Money"/> instance with the specified currency.
1595
+ </summary>
1596
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
1597
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amount"/> and <see cref="F:NMoneys.Currency.Cny"/>.</returns>
1598
+ </member>
1599
+ <member name="M:NMoneys.Extensions.MoneyExtensions.Dkk(System.Decimal)">
1600
+ <summary>
1601
+ Creates an <see cref="T:NMoneys.Money"/> instance with the specified currency.
1602
+ </summary>
1603
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
1604
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amount"/> and <see cref="F:NMoneys.Currency.Dkk"/>.</returns>
1605
+ </member>
1606
+ <member name="M:NMoneys.Extensions.MoneyExtensions.Eur(System.Decimal)">
1607
+ <summary>
1608
+ Creates an <see cref="T:NMoneys.Money"/> instance with the specified currency.
1609
+ </summary>
1610
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
1611
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amount"/> and <see cref="F:NMoneys.Currency.Eur"/>.</returns>
1612
+ </member>
1613
+ <member name="M:NMoneys.Extensions.MoneyExtensions.Gbp(System.Decimal)">
1614
+ <summary>
1615
+ Creates an <see cref="T:NMoneys.Money"/> instance with the specified currency.
1616
+ </summary>
1617
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
1618
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amount"/> and <see cref="F:NMoneys.Currency.Gbp"/>.</returns>
1619
+ </member>
1620
+ <member name="M:NMoneys.Extensions.MoneyExtensions.Hkd(System.Decimal)">
1621
+ <summary>
1622
+ Creates an <see cref="T:NMoneys.Money"/> instance with the specified currency.
1623
+ </summary>
1624
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
1625
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amount"/> and <see cref="F:NMoneys.Currency.Hkd"/>.</returns>
1626
+ </member>
1627
+ <member name="M:NMoneys.Extensions.MoneyExtensions.Huf(System.Decimal)">
1628
+ <summary>
1629
+ Creates an <see cref="T:NMoneys.Money"/> instance with the specified currency.
1630
+ </summary>
1631
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
1632
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amount"/> and <see cref="F:NMoneys.Currency.Huf"/>.</returns>
1633
+ </member>
1634
+ <member name="M:NMoneys.Extensions.MoneyExtensions.Inr(System.Decimal)">
1635
+ <summary>
1636
+ Creates an <see cref="T:NMoneys.Money"/> instance with the specified currency.
1637
+ </summary>
1638
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
1639
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amount"/> and <see cref="F:NMoneys.Currency.Inr"/>.</returns>
1640
+ </member>
1641
+ <member name="M:NMoneys.Extensions.MoneyExtensions.Jpy(System.Decimal)">
1642
+ <summary>
1643
+ Creates an <see cref="T:NMoneys.Money"/> instance with the specified currency.
1644
+ </summary>
1645
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
1646
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amount"/> and <see cref="F:NMoneys.Currency.Jpy"/>.</returns>
1647
+ </member>
1648
+ <member name="M:NMoneys.Extensions.MoneyExtensions.Mxn(System.Decimal)">
1649
+ <summary>
1650
+ Creates an <see cref="T:NMoneys.Money"/> instance with the specified currency.
1651
+ </summary>
1652
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
1653
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amount"/> and <see cref="F:NMoneys.Currency.Mxn"/>.</returns>
1654
+ </member>
1655
+ <member name="M:NMoneys.Extensions.MoneyExtensions.Myr(System.Decimal)">
1656
+ <summary>
1657
+ Creates an <see cref="T:NMoneys.Money"/> instance with the specified currency.
1658
+ </summary>
1659
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
1660
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amount"/> and <see cref="F:NMoneys.Currency.Myr"/>.</returns>
1661
+ </member>
1662
+ <member name="M:NMoneys.Extensions.MoneyExtensions.Nok(System.Decimal)">
1663
+ <summary>
1664
+ Creates an <see cref="T:NMoneys.Money"/> instance with the specified currency.
1665
+ </summary>
1666
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
1667
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amount"/> and <see cref="F:NMoneys.Currency.Nok"/>.</returns>
1668
+ </member>
1669
+ <member name="M:NMoneys.Extensions.MoneyExtensions.Nzd(System.Decimal)">
1670
+ <summary>
1671
+ Creates an <see cref="T:NMoneys.Money"/> instance with the specified currency.
1672
+ </summary>
1673
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
1674
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amount"/> and <see cref="F:NMoneys.Currency.Nzd"/>.</returns>
1675
+ </member>
1676
+ <member name="M:NMoneys.Extensions.MoneyExtensions.Rub(System.Decimal)">
1677
+ <summary>
1678
+ Creates an <see cref="T:NMoneys.Money"/> instance with the specified currency.
1679
+ </summary>
1680
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
1681
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amount"/> and <see cref="F:NMoneys.Currency.Rub"/>.</returns>
1682
+ </member>
1683
+ <member name="M:NMoneys.Extensions.MoneyExtensions.Sek(System.Decimal)">
1684
+ <summary>
1685
+ Creates an <see cref="T:NMoneys.Money"/> instance with the specified currency.
1686
+ </summary>
1687
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
1688
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amount"/> and <see cref="F:NMoneys.Currency.Sek"/>.</returns>
1689
+ </member>
1690
+ <member name="M:NMoneys.Extensions.MoneyExtensions.Sgd(System.Decimal)">
1691
+ <summary>
1692
+ Creates an <see cref="T:NMoneys.Money"/> instance with the specified currency.
1693
+ </summary>
1694
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
1695
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amount"/> and <see cref="F:NMoneys.Currency.Sgd"/>.</returns>
1696
+ </member>
1697
+ <member name="M:NMoneys.Extensions.MoneyExtensions.Thb(System.Decimal)">
1698
+ <summary>
1699
+ Creates an <see cref="T:NMoneys.Money"/> instance with the specified currency.
1700
+ </summary>
1701
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
1702
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amount"/> and <see cref="F:NMoneys.Currency.Thb"/>.</returns>
1703
+ </member>
1704
+ <member name="M:NMoneys.Extensions.MoneyExtensions.Usd(System.Decimal)">
1705
+ <summary>
1706
+ Creates an <see cref="T:NMoneys.Money"/> instance with the specified currency.
1707
+ </summary>
1708
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
1709
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amount"/> and <see cref="F:NMoneys.Currency.Usd"/>.</returns>
1710
+ </member>
1711
+ <member name="M:NMoneys.Extensions.MoneyExtensions.Zar(System.Decimal)">
1712
+ <summary>
1713
+ Creates an <see cref="T:NMoneys.Money"/> instance with the specified currency.
1714
+ </summary>
1715
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
1716
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amount"/> and <see cref="F:NMoneys.Currency.Zar"/>.</returns>
1717
+ </member>
1718
+ <member name="M:NMoneys.Extensions.MoneyExtensions.Xxx(System.Decimal)">
1719
+ <summary>
1720
+ Creates an <see cref="T:NMoneys.Money"/> instance with the specified currency.
1721
+ </summary>
1722
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
1723
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amount"/> and <see cref="F:NMoneys.Currency.Xxx"/>.</returns>
1724
+ </member>
1725
+ <member name="M:NMoneys.Extensions.MoneyExtensions.Xts(System.Decimal)">
1726
+ <summary>
1727
+ Creates an <see cref="T:NMoneys.Money"/> instance with the specified currency.
1728
+ </summary>
1729
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
1730
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amount"/> and <see cref="F:NMoneys.Currency.Xts"/>.</returns>
1731
+ </member>
1732
+ <member name="M:NMoneys.Extensions.MoneyExtensions.Euros(System.Decimal)">
1733
+ <summary>
1734
+ Creates an <see cref="T:NMoneys.Money"/> instance with the specified currency.
1735
+ </summary>
1736
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
1737
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amount"/> and <see cref="F:NMoneys.Currency.Euro"/>.</returns>
1738
+ </member>
1739
+ <member name="M:NMoneys.Extensions.MoneyExtensions.Dollars(System.Decimal)">
1740
+ <summary>
1741
+ Creates an <see cref="T:NMoneys.Money"/> instance with the specified currency.
1742
+ </summary>
1743
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
1744
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amount"/> and <see cref="F:NMoneys.Currency.Dollar"/>.</returns>
1745
+ </member>
1746
+ <member name="M:NMoneys.Extensions.MoneyExtensions.Pounds(System.Decimal)">
1747
+ <summary>
1748
+ Creates an <see cref="T:NMoneys.Money"/> instance with the specified currency.
1749
+ </summary>
1750
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
1751
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amount"/> and <see cref="F:NMoneys.Currency.Pound"/>.</returns>
1752
+ </member>
1753
+ <member name="M:NMoneys.Extensions.MoneyExtensions.Lerus(System.Decimal)">
1754
+ <summary>
1755
+ Creates an <see cref="T:NMoneys.Money"/> instance with the specified currency.
1756
+ </summary>
1757
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
1758
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amount"/> and <see cref="F:NMoneys.Currency.Eur"/>.</returns>
1759
+ </member>
1760
+ <member name="M:NMoneys.Extensions.MoneyExtensions.Bucks(System.Decimal)">
1761
+ <summary>
1762
+ Creates an <see cref="T:NMoneys.Money"/> instance with the specified currency.
1763
+ </summary>
1764
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
1765
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amount"/> and <see cref="F:NMoneys.Currency.Usd"/>.</returns>
1766
+ </member>
1767
+ <member name="M:NMoneys.Extensions.MoneyExtensions.Quid(System.Decimal)">
1768
+ <summary>
1769
+ Creates an <see cref="T:NMoneys.Money"/> instance with the specified currency.
1770
+ </summary>
1771
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
1772
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amount"/> and <see cref="F:NMoneys.Currency.Gbp"/>.</returns>
1773
+ </member>
1774
+ <member name="M:NMoneys.Extensions.MoneyExtensions.ToMoney(NMoneys.CurrencyIsoCode,System.Decimal)">
1775
+ <summary>Creates a <see cref="T:NMoneys.Money"/> instance with the specified amount and currency.</summary>
1776
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
1777
+ <param name="currency">The <see cref="P:NMoneys.Money.CurrencyCode"/> of the monetary quantity.</param>
1778
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amount"/> and <paramref name="currency"/>.</returns>
1779
+ <seealso cref="M:NMoneys.Money.#ctor(System.Decimal,NMoneys.CurrencyIsoCode)"/>
1780
+ </member>
1781
+ <member name="M:NMoneys.Extensions.MoneyExtensions.ToMoney(System.Decimal)">
1782
+ <summary>Creates a <see cref="T:NMoneys.Money"/> instance with the specified amount and unspecified currency.</summary>
1783
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
1784
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amount"/> and unspecified currency (<see cref="F:NMoneys.CurrencyIsoCode.XXX"/>).</returns>
1785
+ <seealso cref="M:NMoneys.Money.#ctor(System.Decimal)"/>
1786
+ </member>
1787
+ <member name="M:NMoneys.Extensions.MoneyExtensions.ToMoney(System.Decimal,NMoneys.CurrencyIsoCode)">
1788
+ <summary>Creates a <see cref="T:NMoneys.Money"/> instance with the specified amount and currency.</summary>
1789
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
1790
+ <param name="currency">The <see cref="P:NMoneys.Money.CurrencyCode"/> of the monetary quantity.</param>
1791
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amount"/> and <paramref name="currency"/>.</returns>
1792
+ <seealso cref="M:NMoneys.Money.#ctor(System.Decimal,NMoneys.CurrencyIsoCode)"/>
1793
+ </member>
1794
+ <member name="M:NMoneys.Extensions.MoneyExtensions.ToMoney(System.Decimal,NMoneys.Currency)">
1795
+ <summary>Creates a <see cref="T:NMoneys.Money"/> instance with the specified amount and currency.</summary>
1796
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
1797
+ <param name="currency">The incarnation of the <see cref="P:NMoneys.Money.CurrencyCode"/>.</param>
1798
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amount"/> and <paramref name="currency"/>.</returns>
1799
+ <seealso cref="M:NMoneys.Money.#ctor(System.Decimal,NMoneys.Currency)"/>
1800
+ </member>
1801
+ <member name="T:NMoneys.Serialization.CurrencyCodeConverter">
1802
+ <summary>
1803
+ Provides JavaScript Object Notation (JSON) format conversions for <see cref="T:NMoneys.CurrencyIsoCode"/>.
1804
+ </summary>
1805
+ </member>
1806
+ <member name="M:NMoneys.Serialization.CurrencyCodeConverter.Deserialize(System.Collections.Generic.IDictionary{System.String,System.Object},System.Type,System.Web.Script.Serialization.JavaScriptSerializer)">
1807
+ <summary>
1808
+ Converts the provided dictionary into an object of the specified type.
1809
+ </summary>
1810
+ <remarks>Only <see cref="T:NMoneys.CurrencyIsoCode"/> instances can be handled.</remarks>
1811
+ <returns>
1812
+ The deserialized object.
1813
+ </returns>
1814
+ <param name="dictionary">An <see cref="T:System.Collections.Generic.IDictionary`2"/> instance of property data stored as name/value pairs.</param>
1815
+ <param name="type">The type of the resulting object.</param>
1816
+ <param name="serializer">The <see cref="T:System.Web.Script.Serialization.JavaScriptSerializer"/> instance.</param>
1817
+ </member>
1818
+ <member name="M:NMoneys.Serialization.CurrencyCodeConverter.Serialize(System.Object,System.Web.Script.Serialization.JavaScriptSerializer)">
1819
+ <summary>
1820
+ Builds a dictionary of name/value pairs.
1821
+ </summary>
1822
+ <remaks>Only instances of <see cref="T:NMoneys.CurrencyIsoCode"/> are supported.</remaks>
1823
+ <returns>
1824
+ An object that contains key/value pairs that represent the object’s data.
1825
+ </returns>
1826
+ <param name="obj">The object to serialize.</param>
1827
+ <param name="serializer">The object that is responsible for the serialization.</param>
1828
+ <exception cref="T:System.InvalidCastException">When the <paramref name="obj"/> cannot be casted to <see cref="T:NMoneys.CurrencyIsoCode"/>.</exception>
1829
+ </member>
1830
+ <member name="P:NMoneys.Serialization.CurrencyCodeConverter.SupportedTypes">
1831
+ <summary>
1832
+ Gets a collection of the supported types.
1833
+ </summary>
1834
+ <remarks>Only <see cref="T:NMoneys.CurrencyIsoCode"/> is supported.</remarks>
1835
+ <returns>
1836
+ An object that implements <see cref="T:System.Collections.Generic.IEnumerable`1"/> that represents the types supported by the converter.
1837
+ </returns>
1838
+ </member>
1839
+ <member name="T:NMoneys.Serialization.CurrencyConverter">
1840
+ <summary>
1841
+ Provides JavaScript Object Notation (JSON) format conversions for <see cref="T:NMoneys.Currency"/>.
1842
+ </summary>
1843
+ </member>
1844
+ <member name="M:NMoneys.Serialization.CurrencyConverter.Deserialize(System.Collections.Generic.IDictionary{System.String,System.Object},System.Type,System.Web.Script.Serialization.JavaScriptSerializer)">
1845
+ <summary>
1846
+ Converts the provided dictionary into an object of the specified type.
1847
+ </summary>
1848
+ <remarks>Only <see cref="T:NMoneys.Currency"/> instances can be handled.</remarks>
1849
+ <returns>
1850
+ The deserialized object.
1851
+ </returns>
1852
+ <param name="dictionary">An <see cref="T:System.Collections.Generic.IDictionary`2"/> instance of property data stored as name/value pairs.</param>
1853
+ <param name="type">The type of the resulting object.</param>
1854
+ <param name="serializer">The <see cref="T:System.Web.Script.Serialization.JavaScriptSerializer"/> instance.</param>
1855
+ </member>
1856
+ <member name="M:NMoneys.Serialization.CurrencyConverter.Serialize(System.Object,System.Web.Script.Serialization.JavaScriptSerializer)">
1857
+ <summary>
1858
+ Builds a dictionary of name/value pairs.
1859
+ </summary>
1860
+ <remaks>Only instances of <see cref="T:NMoneys.Currency"/> are supported.</remaks>
1861
+ <returns>
1862
+ An object that contains key/value pairs that represent the object’s data.
1863
+ </returns>
1864
+ <param name="obj">The object to serialize.</param>
1865
+ <param name="serializer">The object that is responsible for the serialization.</param>
1866
+ <exception cref="T:System.InvalidCastException">When the <paramref name="obj"/> cannot be casted to <see cref="T:NMoneys.CurrencyIsoCode"/>.</exception>
1867
+ </member>
1868
+ <member name="P:NMoneys.Serialization.CurrencyConverter.SupportedTypes">
1869
+ <summary>
1870
+ Gets a collection of the supported types.
1871
+ </summary>
1872
+ <remarks>Only <see cref="T:NMoneys.CurrencyIsoCode"/> is supported.</remarks>
1873
+ <returns>
1874
+ An object that implements <see cref="T:System.Collections.Generic.IEnumerable`1"/> that represents the types supported by the converter.
1875
+ </returns>
1876
+ </member>
1877
+ <member name="T:NMoneys.Serialization.MoneyConverter">
1878
+ <summary>
1879
+ Provides JavaScript Object Notation (JSON) format conversions for <see cref="T:NMoneys.Money"/>.
1880
+ </summary>
1881
+ </member>
1882
+ <member name="M:NMoneys.Serialization.MoneyConverter.Deserialize(System.Collections.Generic.IDictionary{System.String,System.Object},System.Type,System.Web.Script.Serialization.JavaScriptSerializer)">
1883
+ <summary>
1884
+ Converts the provided dictionary into an object of the specified type.
1885
+ </summary>
1886
+ <remarks>Only <see cref="T:NMoneys.Money"/> instances can be handled.</remarks>
1887
+ <returns>
1888
+ The deserialized object.
1889
+ </returns>
1890
+ <param name="dictionary">An <see cref="T:System.Collections.Generic.IDictionary`2"/> instance of property data stored as name/value pairs.</param>
1891
+ <param name="type">The type of the resulting object.</param>
1892
+ <param name="serializer">The <see cref="T:System.Web.Script.Serialization.JavaScriptSerializer"/> instance.</param>
1893
+ </member>
1894
+ <member name="M:NMoneys.Serialization.MoneyConverter.Serialize(System.Object,System.Web.Script.Serialization.JavaScriptSerializer)">
1895
+ <summary>
1896
+ Builds a dictionary of name/value pairs.
1897
+ </summary>
1898
+ <remaks>Only instances of <see cref="T:NMoneys.Money"/> are supported.</remaks>
1899
+ <returns>
1900
+ An object that contains key/value pairs that represent the object’s data.
1901
+ </returns>
1902
+ <param name="obj">The object to serialize.</param>
1903
+ <param name="serializer">The object that is responsible for the serialization.</param>
1904
+ <exception cref="T:System.InvalidCastException">When the <paramref name="obj"/> cannot be casted to <see cref="T:NMoneys.Money"/>.</exception>
1905
+ </member>
1906
+ <member name="P:NMoneys.Serialization.MoneyConverter.SupportedTypes">
1907
+ <summary>
1908
+ Gets a collection of the supported types.
1909
+ </summary>
1910
+ <remarks>Only <see cref="T:NMoneys.Money"/> is supported.</remarks>
1911
+ <returns>
1912
+ An object that implements <see cref="T:System.Collections.Generic.IEnumerable`1"/> that represents the types supported by the converter.
1913
+ </returns>
1914
+ </member>
1915
+ <member name="T:NMoneys.Support.GroupSizes">
1916
+ <summary>
1917
+ Holds the different ways of representing the number of digits in each group to the left of the decimal in a number.
1918
+ </summary>
1919
+ </member>
1920
+ <member name="M:NMoneys.Support.GroupSizes.FromTokenizedSizes(System.String)">
1921
+ <summary>
1922
+ Creates a instance of <see cref="T:NMoneys.Support.GroupSizes"/> from its the space-tokenized representation.
1923
+ </summary>
1924
+ <param name="tokenizedSizes">Space-tokenized representation of the number of digits in each group to the left of the decimal in a number.</param>
1925
+ <returns>Instance with all representations of the number of digits in each group.</returns>
1926
+ </member>
1927
+ <member name="M:NMoneys.Support.GroupSizes.FromSizes(System.Int32[])">
1928
+ <summary>
1929
+ Creates an instance of <see cref="T:NMoneys.Support.GroupSizes"/> from the number of digits in each group to the left of the decimal in a number.
1930
+ </summary>
1931
+ <param name="sizes">The number of digits in each group to the left of the decimal in a number.</param>
1932
+ <returns>Instance with all representations of the number of digits in each group.</returns>
1933
+ </member>
1934
+ <member name="P:NMoneys.Support.GroupSizes.Sizes">
1935
+ <summary>
1936
+ The number of digits in each group to the left of the decimal in a number.
1937
+ </summary>
1938
+ </member>
1939
+ <member name="P:NMoneys.Support.GroupSizes.TokenizedSizes">
1940
+ <summary>
1941
+ Space-tokenized representation of the number of digits in each group to the left of the decimal in a number.
1942
+ </summary>
1943
+ </member>
1944
+ <member name="T:NMoneys.Money">
1945
+ <summary>
1946
+ A monetary quantity in a given currency
1947
+ </summary>
1948
+ </member>
1949
+ <member name="M:NMoneys.Money.#ctor(System.Decimal)">
1950
+ <summary>
1951
+ Creates an instance of <see cref="T:NMoneys.Money"/> with the <paramref name="amount"/> provided
1952
+ and the unspecified (<see cref="F:NMoneys.CurrencyIsoCode.XXX"/>) currency.
1953
+ </summary>
1954
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
1955
+ </member>
1956
+ <member name="M:NMoneys.Money.#ctor(System.Decimal,NMoneys.CurrencyIsoCode)">
1957
+ <summary>
1958
+ Creates an instance of <see cref="T:NMoneys.Money"/> with the <paramref name="amount"/> provided
1959
+ and the specified <paramref name="currency"/>.
1960
+ </summary>
1961
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
1962
+ <param name="currency">The <see cref="P:NMoneys.Money.CurrencyCode"/> of the monetary quantity.</param>
1963
+ </member>
1964
+ <member name="M:NMoneys.Money.#ctor(System.Decimal,NMoneys.Currency)">
1965
+ <summary>
1966
+ Creates an instance of <see cref="T:NMoneys.Money"/> with the <paramref name="amount"/> provided
1967
+ and the specified <paramref name="currency"/>.
1968
+ </summary>
1969
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
1970
+ <param name="currency">The incarnation of the <see cref="P:NMoneys.Money.CurrencyCode"/>.</param>
1971
+ </member>
1972
+ <member name="M:NMoneys.Money.#ctor(System.Decimal,System.String)">
1973
+ <summary>
1974
+ Creates an instance of <see cref="T:NMoneys.Money"/> with the <paramref name="amount"/> provided
1975
+ and <see cref="T:NMoneys.Currency"/> the specified <paramref name="threeLetterIsoCode"/>.
1976
+ </summary>
1977
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
1978
+ <param name="threeLetterIsoCode">Textual representation of the ISO 4217 <see cref="P:NMoneys.Money.CurrencyCode"/>.</param>
1979
+ </member>
1980
+ <member name="M:NMoneys.Money.#ctor(NMoneys.Money)">
1981
+ <summary>
1982
+ Creates an instance of <see cref="T:NMoneys.Money"/> based on the information provided by <paramref name="money"/>.
1983
+ </summary>
1984
+ <param name="money">A <see cref="T:NMoneys.Money"/> instance from which capture the values from.</param>
1985
+ </member>
1986
+ <member name="M:NMoneys.Money.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
1987
+ <summary>
1988
+ Initializes a new instace of <see cref="T:NMoneys.Money"/> with serialized data
1989
+ </summary>
1990
+ <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the <see cref="T:NMoneys.Money"/>.</param>
1991
+ <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
1992
+ </member>
1993
+ <member name="M:NMoneys.Money.ForCurrentCulture(System.Decimal)">
1994
+ <summary>
1995
+ Creates an <see cref="T:NMoneys.Money"/> instance with the specified <see cref="P:NMoneys.Money.Amount"/> and the <see cref="P:NMoneys.Money.CurrencyCode"/> from the region
1996
+ associated with the current culture.
1997
+ </summary>
1998
+ <remarks>The current culture is calculated as the value of <see cref="P:System.Globalization.CultureInfo.CurrentCulture"/>.
1999
+ <para>There might be cases that the framework will provide non-standard or out-dated information for
2000
+ the current culture. In this case it might be possible that an exception is thrown even if the region
2001
+ corresponding to the current culture can be created.</para>
2002
+ </remarks>
2003
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
2004
+ <returns>An instance of <see cref="T:NMoneys.Money"/> with the <paramref name="amount"/> specified and the currency associated to the current culture.</returns>
2005
+ /// <exception cref="T:System.ArgumentException">The current is either an invariant or custom, or a <see cref="T:System.Globalization.RegionInfo"/> cannot be instantiated from it.</exception>
2006
+ <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The ISO symbol associated to the current culture does not exist in the <see cref="T:NMoneys.CurrencyIsoCode"/> enumeration.</exception>
2007
+ <exception cref="T:NMoneys.MissconfiguredCurrencyException">The currency associated to the current culture has not been properly configured by the library implementor. Please, log a issue.</exception>
2008
+ </member>
2009
+ <member name="M:NMoneys.Money.ForCulture(System.Decimal,System.Globalization.CultureInfo)">
2010
+ <summary>
2011
+ Creates an <see cref="T:NMoneys.Money"/> instance with the specified <see cref="P:NMoneys.Money.Amount"/> and the <see cref="P:NMoneys.Money.CurrencyCode"/> from the region
2012
+ associated with the provided <paramref name="culture"/>.
2013
+ </summary>
2014
+ <remarks>There might be cases that the framework will provided non-standard or out-dated information for
2015
+ the given <paramref name="culture"/>. In this case it might be possible that an exception is thrown even if the region
2016
+ corresponding to the <paramref name="culture"/> can be created.</remarks>
2017
+ <param name="amount">The <see cref="P:NMoneys.Money.Amount"/> of the monetary quantity.</param>
2018
+ <param name="culture">A <see cref="T:System.Globalization.CultureInfo"/> from which retrieve the associated currency.</param>
2019
+ <returns>An instance of <see cref="T:NMoneys.Money"/> with the <paramref name="amount"/> specified and the currency associated to the specified <paramref name="culture"/>.</returns>
2020
+ <exception cref="T:System.ArgumentNullException">The <paramref name="culture"/> is null.</exception>
2021
+ <exception cref="T:System.ArgumentException">The <paramref name="culture"/> is either an invariant, custom or neutral culture, or a <see cref="T:System.Globalization.RegionInfo"/> cannot be instantiated from it.</exception>
2022
+ <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The ISO symbol associated to the <paramref name="culture"/> does not exist in the <see cref="T:NMoneys.CurrencyIsoCode"/> enumeration.</exception>
2023
+ <exception cref="T:NMoneys.MissconfiguredCurrencyException">The currency associated to the <paramref name="culture"/> has not been properly configured by the library implementor. Please, log a issue.</exception>
2024
+ </member>
2025
+ <member name="M:NMoneys.Money.Zero">
2026
+ <summary>
2027
+ Creates an instance of <see cref="T:NMoneys.Money"/> with <see cref="F:System.Decimal.Zero"/> quantity and the unspecified currency.
2028
+ </summary>
2029
+ <returns>An <see cref="T:NMoneys.Money"/> instance with zero <see cref="P:NMoneys.Money.Amount"/> and unspecified currency (<see cref="F:NMoneys.CurrencyIsoCode.XXX"/>).</returns>
2030
+ <seealso cref="M:NMoneys.Money.#ctor(System.Decimal)"/>
2031
+ </member>
2032
+ <member name="M:NMoneys.Money.Zero(NMoneys.CurrencyIsoCode)">
2033
+ <summary>
2034
+ Creates an instance of <see cref="T:NMoneys.Money"/> with <see cref="F:System.Decimal.Zero"/> quantity and the specified currency.
2035
+ </summary>
2036
+ <param name="currency">The <see cref="P:NMoneys.Money.CurrencyCode"/> of the monetary quantity.</param>
2037
+ <returns>An <see cref="T:NMoneys.Money"/> instance with zero <see cref="P:NMoneys.Money.Amount"/> and the specified <paramref name="currency"/>.</returns>
2038
+ <seealso cref="M:NMoneys.Money.#ctor(System.Decimal,NMoneys.CurrencyIsoCode)"/>
2039
+ </member>
2040
+ <member name="M:NMoneys.Money.Zero(NMoneys.Currency)">
2041
+ <summary>
2042
+ Creates an instance of <see cref="T:NMoneys.Money"/> with <see cref="F:System.Decimal.Zero"/> quantity and the specified currency.
2043
+ </summary>
2044
+ <param name="currency">The incarnation of the <see cref="P:NMoneys.Money.CurrencyCode"/>.</param>
2045
+ <returns>An <see cref="T:NMoneys.Money"/> instance with zero <see cref="P:NMoneys.Money.Amount"/> and the specified <paramref name="currency"/>.</returns>
2046
+ <seealso cref="M:NMoneys.Money.#ctor(System.Decimal,NMoneys.Currency)"/>
2047
+ </member>
2048
+ <member name="M:NMoneys.Money.Zero(System.String)">
2049
+ <summary>
2050
+ Creates an instance of <see cref="T:NMoneys.Money"/> with <see cref="F:System.Decimal.Zero"/> quantity and the specified currency.
2051
+ </summary>
2052
+ <param name="threeLetterIsoCode">Textual representation of the ISO 4217 <see cref="P:NMoneys.Money.CurrencyCode"/>.</param>
2053
+ <returns>An <see cref="T:NMoneys.Money"/> instance with zero <see cref="P:NMoneys.Money.Amount"/> and the specified <paramref name="threeLetterIsoCode"/>.</returns>
2054
+ <seealso cref="M:NMoneys.Money.#ctor(System.Decimal,System.String)"/>
2055
+ </member>
2056
+ <member name="M:NMoneys.Money.ForMajor(System.Int64)">
2057
+ <summary>
2058
+ Creates an instance of <see cref="T:NMoneys.Money"/> with the specified amount and the unspecified currency.
2059
+ </summary>
2060
+ <remarks>The <see cref="P:NMoneys.Money.Amount"/> is a whole number only.
2061
+ Thus 'XXX 20' can be intialised, but not the value 'XXX 20.32'.</remarks>
2062
+ <param name="amountMajor">The <see cref="P:NMoneys.Money.Amount"/> in the major division of the currency.</param>
2063
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amountMajor"/> and unspecified currency (<see cref="F:NMoneys.CurrencyIsoCode.XXX"/>).</returns>
2064
+ <seealso cref="M:NMoneys.Money.#ctor(System.Decimal)"/>
2065
+ </member>
2066
+ <member name="M:NMoneys.Money.ForMajor(System.Int64,NMoneys.CurrencyIsoCode)">
2067
+ <summary>
2068
+ Creates an instance of <see cref="T:NMoneys.Money"/> with the specified amount and the specified currency.
2069
+ </summary>
2070
+ <remarks>The <see cref="P:NMoneys.Money.Amount"/> is a whole number only.
2071
+ Thus 'USD 20' can be intialised, but not the value 'USD 20.32'.</remarks>
2072
+ <param name="amountMajor">The <see cref="P:NMoneys.Money.Amount"/> in the major division of the currency.</param>
2073
+ <param name="currency">The <see cref="P:NMoneys.Money.CurrencyCode"/> of the monetary quantity.</param>
2074
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amountMajor"/> and <paramref name="currency"/>.</returns>
2075
+ <seealso cref="M:NMoneys.Money.#ctor(System.Decimal)"/>
2076
+ </member>
2077
+ <member name="M:NMoneys.Money.ForMajor(System.Int64,NMoneys.Currency)">
2078
+ <summary>
2079
+ Creates an instance of <see cref="T:NMoneys.Money"/> from an amount in major units of the specified <paramref name="currency"/>.
2080
+ </summary>
2081
+ <remarks>The <see cref="P:NMoneys.Money.Amount"/> is a whole number. Thus 'USD 20' can be initialized, but not 'USD 20.32'.</remarks>
2082
+ <param name="amountMajor">The <see cref="P:NMoneys.Money.Amount"/> in the major division of the currency.</param>
2083
+ <param name="currency">The incarnation of the <see cref="P:NMoneys.Money.CurrencyCode"/>.</param>
2084
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amountMajor"/> and <paramref name="currency"/>.</returns>
2085
+ <exception cref="T:System.ArgumentNullException">If <paramref name="currency"/> is null.</exception>
2086
+ </member>
2087
+ <member name="M:NMoneys.Money.ForMajor(System.Int64,System.String)">
2088
+ <summary>
2089
+ Creates an instance of <see cref="T:NMoneys.Money"/> from an amount in major units of the specified <paramref name="threeLetterIsoCode"/>.
2090
+ </summary>
2091
+ <remarks>The <see cref="P:NMoneys.Money.Amount"/> is a whole number. Thus 'USD 20' can be initialized, but not 'USD 20.32'.</remarks>
2092
+ <param name="amountMajor">The <see cref="P:NMoneys.Money.Amount"/> in the major division of the currency.</param>
2093
+ <param name="threeLetterIsoCode">Textual representation of the ISO 4217 <see cref="P:NMoneys.Money.CurrencyCode"/>.</param>
2094
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amountMajor"/> and <paramref name="threeLetterIsoCode"/>.</returns>
2095
+ </member>
2096
+ <member name="M:NMoneys.Money.ForMinor(System.Int64)">
2097
+ <summary>
2098
+ Creates an instance of <see cref="T:NMoneys.Money"/> from an amount in major units of the unspecified currency.
2099
+ </summary>
2100
+ <remarks>Allows the creation of an instance with an amount expressed in terms of the minor unit of the unspecified currency.
2101
+ For the unspecified currency the input to this method represents cents.</remarks>
2102
+ <param name="amountMinor">The <see cref="P:NMoneys.Money.Amount"/> in the minor division of the currency.</param>
2103
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amountMinor"/> and unspecified currency (<see cref="F:NMoneys.CurrencyIsoCode.XXX"/>).</returns>
2104
+ </member>
2105
+ <member name="M:NMoneys.Money.ForMinor(System.Int64,NMoneys.CurrencyIsoCode)">
2106
+ <summary>
2107
+ Creates an instance of <see cref="T:NMoneys.Money"/> from an amount in major units of the specified currency.
2108
+ </summary>
2109
+ <remarks>Allows creating an instance with an amount expressed in terms of the minor unit of the currency.
2110
+ <para>For example, when constructing 'US Dollars', the <paramref name="amountMinor"/> represents 'cents'.</para>
2111
+ <para>When the currency has zero decimal places, <see cref="P:NMoneys.Money.MajorAmount"/> and <see cref="P:NMoneys.Money.MinorAmount"/> are the same.</para>
2112
+ </remarks>
2113
+ /// <example>Money.ForMinor(CurrencyIsoCode.USD, 2595) creates an instance of 'USD 29.95'</example>
2114
+ <param name="amountMinor">The <see cref="P:NMoneys.Money.Amount"/> in the minor division of the currency.</param>
2115
+ <param name="currency">The <see cref="P:NMoneys.Money.CurrencyCode"/> of the monetary quantity.</param>
2116
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amountMinor"/> and <paramref name="currency"/>.</returns>
2117
+ </member>
2118
+ <member name="M:NMoneys.Money.ForMinor(System.Int64,NMoneys.Currency)">
2119
+ <summary>
2120
+ Creates an instance of <see cref="T:NMoneys.Money"/> from an amount in major units of the specified currency.
2121
+ </summary>
2122
+ <remarks>Allows creating an instance with an amount expressed in terms of the minor unit of the currency.
2123
+ <para>For example, when constructing 'US Dollars', the <paramref name="amountMinor"/> represents 'cents'.</para>
2124
+ <para>When the currency has zero decimal places, <see cref="P:NMoneys.Money.MajorAmount"/> and <see cref="P:NMoneys.Money.MinorAmount"/> are the same.</para>
2125
+ </remarks>
2126
+ <example>Money.ForMinor(Currency.Usd, 2595) creates an instance of 'USD 29.95'</example>
2127
+ <param name="amountMinor">The <see cref="P:NMoneys.Money.Amount"/> in the minor division of the currency.</param>
2128
+ <param name="currency">The incarnation of the <see cref="P:NMoneys.Money.CurrencyCode"/>.</param>
2129
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amountMinor"/> and <paramref name="currency"/>.</returns>
2130
+ <exception cref="T:System.ArgumentNullException">if <paramref name="currency"/> is null.</exception>
2131
+ </member>
2132
+ <member name="M:NMoneys.Money.ForMinor(System.Int64,System.String)">
2133
+ <summary>
2134
+ Creates an instance of <see cref="T:NMoneys.Money"/> from an amount in major units of the specified currency.
2135
+ </summary>
2136
+ <remarks>Allows creating an instance with an amount expressed in terms of the minor unit of the currency.
2137
+ <para>For example, when constructing 'US Dollars', the <paramref name="amountMinor"/> represents 'cents'.</para>
2138
+ <para>When the currency has zero decimal places, <see cref="P:NMoneys.Money.MajorAmount"/> and <see cref="P:NMoneys.Money.MinorAmount"/> are the same.</para>
2139
+ </remarks>
2140
+ <example>Money.ForMinor(Currency.Usd, 2595) creates an instance of 'USD 29.95'</example>
2141
+ <param name="amountMinor">The <see cref="P:NMoneys.Money.Amount"/> in the minor division of the currency.</param>
2142
+ <param name="threeLetterIsoCode">Textual representation of the ISO 4217 <see cref="P:NMoneys.Money.CurrencyCode"/>.</param>
2143
+ <returns>A <see cref="T:NMoneys.Money"/> with the specified <paramref name="amountMinor"/> and <paramref name="threeLetterIsoCode"/>.</returns>
2144
+ </member>
2145
+ <member name="M:NMoneys.Money.Total(NMoneys.Money[])">
2146
+ <summary>
2147
+ Creates an instance of <see cref="T:NMoneys.Money"/> witht the total value of an array.
2148
+ </summary>
2149
+ <remarks>All moneys have to have the same currency, otherwise and exception will be thrown.</remarks>
2150
+ <param name="moneys">A not null and not empty array of moneys.</param>
2151
+ <returns>An <see cref="T:NMoneys.Money"/> instance which <see cref="P:NMoneys.Money.Amount"/> is the sum of all amounts of the moneys in the array,
2152
+ and <see cref="T:NMoneys.Currency"/> the same as all the moneys in the array.</returns>
2153
+ <exception cref="T:System.ArgumentNullException">If <paramref name="moneys"/> is null.</exception>
2154
+ <exception cref="T:System.ArgumentException">If <paramref name="moneys"/> is empty.</exception>
2155
+ <exception cref="T:NMoneys.DifferentCurrencyException">If any of the currencies of <paramref name="moneys"/> differ.</exception>
2156
+ </member>
2157
+ <member name="M:NMoneys.Money.Total(System.Collections.Generic.IEnumerable{NMoneys.Money})">
2158
+ <summary>
2159
+ Creates an instance of <see cref="T:NMoneys.Money"/> witht the total value of an collection of moneys.
2160
+ </summary>
2161
+ <remarks></remarks>
2162
+ <param name="moneys">A not null and not empty collection of moneys.</param>
2163
+ <returns>An <see cref="T:NMoneys.Money"/> instance which <see cref="P:NMoneys.Money.Amount"/> is the sum of all amounts of the moneys in the collection,
2164
+ and <see cref="T:NMoneys.Currency"/> the same as all the moneys in the collection.</returns>
2165
+ /// <exception cref="T:System.ArgumentNullException">If <paramref name="moneys"/> is null.</exception>
2166
+ <exception cref="T:System.ArgumentException">If <paramref name="moneys"/> is empty.</exception>
2167
+ <exception cref="T:NMoneys.DifferentCurrencyException">If any of the currencies of <paramref name="moneys"/> differ.</exception>
2168
+ </member>
2169
+ <member name="M:NMoneys.Money.ToString">
2170
+ <summary>
2171
+ Converts the numeric value of the <see cref="P:NMoneys.Money.Amount"/> to its equivalent string representation using an instance of the <see cref="T:NMoneys.Currency"/>
2172
+ identified by <see cref="P:NMoneys.Money.CurrencyCode"/> for culture-specific format information.
2173
+ </summary>
2174
+ <remarks>The return value is formatted with the currency numeric format specifier ("C").</remarks>
2175
+ <returns>The string representation of the value of this instance as specified by the <c>"Currency"</c> format specifier.</returns>
2176
+ </member>
2177
+ <member name="M:NMoneys.Money.ToString(System.String)">
2178
+ <summary>
2179
+ Converts the numeric value of the <see cref="P:NMoneys.Money.Amount"/> to its equivalent string representation using an instance of the <see cref="T:NMoneys.Currency"/>
2180
+ identified by <see cref="P:NMoneys.Money.CurrencyCode"/> for culture-specific format information.
2181
+ </summary>
2182
+ <param name="format">A numeric format string</param>
2183
+ <returns>The string representation of the value of this instance as specified by the format specifier and an instance of the <see cref="T:NMoneys.Currency"/>
2184
+ identified by <see cref="P:NMoneys.Money.CurrencyCode"/> as the provider.</returns>
2185
+ </member>
2186
+ <member name="M:NMoneys.Money.ToString(System.IFormatProvider)">
2187
+ <summary>
2188
+ Converts the numeric value of the <see cref="P:NMoneys.Money.Amount"/> to its equivalent string representation using <paramref name="provider"/>
2189
+ for culture-specific format information.
2190
+ </summary>
2191
+ <param name="provider">An object that supplies culture-specific formatting information.</param>
2192
+ <returns>The string representation of the value of this instance as specified by the<c>"Currency"</c> format specifier and
2193
+ <paramref name="provider"/>.</returns>
2194
+ </member>
2195
+ <member name="M:NMoneys.Money.ToString(System.String,System.IFormatProvider)">
2196
+ <summary>
2197
+ Converts the numeric value of the <see cref="P:NMoneys.Money.Amount"/> to its equivalent string representation using the specified <paramref name="format"/>
2198
+ and culture-specific format information.
2199
+ </summary>
2200
+ <param name="format">A numeric format string</param>
2201
+ <param name="provider">An object that supplies culture-specific formatting information.</param>
2202
+ <returns>The string representation of the value of this instance as specified by <paramref name="format"/>the<c>"Currency"</c> format specifier and
2203
+ and <paramref name="provider"/>.</returns>
2204
+ </member>
2205
+ <member name="M:NMoneys.Money.Format(System.String)">
2206
+ <summary>
2207
+ Replaces the format item in a specified <code>string</code> with information from the <see cref="T:NMoneys.Currency"/>
2208
+ identified by the instance's <see cref="P:NMoneys.Money.CurrencyCode"/>.
2209
+ An instance of the <see cref="T:NMoneys.Currency"/> identified by <see cref="P:NMoneys.Money.CurrencyCode"/> will be supplying culture-specific formatting information.
2210
+ </summary>
2211
+ <remarks>
2212
+ The following table describes the tokens that will be replaced in the <paramref name="format"/>:
2213
+ <list type="table">
2214
+ <listheader>
2215
+ <term>Token</term>
2216
+ <description>Description</description>
2217
+ </listheader>
2218
+ <item>
2219
+ <term>{0}</term>
2220
+ <description>This token represents the <see cref="P:NMoneys.Money.Amount"/> of the current instance.</description>
2221
+ </item>
2222
+ <item>
2223
+ <term>{1}</term>
2224
+ <description>This token represents the <see cref="P:NMoneys.Currency.Symbol"/> for the currency of the current instance</description>
2225
+ </item>
2226
+ <item>
2227
+ <term>{2}</term>
2228
+ <description>This token represents the <see cref="P:NMoneys.Currency.IsoCode"/> for the currency of the current instance</description>
2229
+ </item>
2230
+ <item>
2231
+ <term>{3}</term>
2232
+ <description>This token represents the <see cref="P:NMoneys.Currency.EnglishName"/> for the currency of the current instance</description>
2233
+ </item>
2234
+ <item>
2235
+ <term>{4}</term>
2236
+ <description>This token represents the <see cref="P:NMoneys.Currency.NativeName"/> for the currency of the current instance</description>
2237
+ </item>
2238
+ </list>
2239
+ </remarks>
2240
+ <param name="format">A composite format string that can contain tokens to be replaced by properties of the <see cref="T:NMoneys.Currency"/>
2241
+ identified by the instance's <see cref="P:NMoneys.Money.CurrencyCode"/>.</param>
2242
+ <returns>A copy of <paramref name="format"/> in which the format items have been replaced by the string representation of the corresponding tokens.</returns>
2243
+ </member>
2244
+ <member name="M:NMoneys.Money.Format(System.String,System.IFormatProvider)">
2245
+ <summary>
2246
+ Replaces the format item in a specified <code>string</code> with information from the <see cref="T:NMoneys.Currency"/>
2247
+ identified by the instance's <see cref="P:NMoneys.Money.CurrencyCode"/>.
2248
+ The <paramref name="provider"/> will be supplying culture-specific formatting information.
2249
+ </summary>
2250
+ <remarks>
2251
+ The following table describes the tokens that will be replaced in the <paramref name="format"/>:
2252
+ <list type="table">
2253
+ <listheader>
2254
+ <term>Token</term>
2255
+ <description>Description</description>
2256
+ </listheader>
2257
+ <item>
2258
+ <term>{0}</term>
2259
+ <description>This token represents the <see cref="P:NMoneys.Money.Amount"/> of the current instance.</description>
2260
+ </item>
2261
+ <item>
2262
+ <term>{1}</term>
2263
+ <description>This token represents the <see cref="P:NMoneys.Currency.Symbol"/> for the currency of the current instance</description>
2264
+ </item>
2265
+ <item>
2266
+ <term>{2}</term>
2267
+ <description>This token represents the <see cref="P:NMoneys.Currency.IsoCode"/> for the currency of the current instance</description>
2268
+ </item>
2269
+ <item>
2270
+ <term>{3}</term>
2271
+ <description>This token represents the <see cref="P:NMoneys.Currency.EnglishName"/> for the currency of the current instance</description>
2272
+ </item>
2273
+ <item>
2274
+ <term>{4}</term>
2275
+ <description>This token represents the <see cref="P:NMoneys.Currency.NativeName"/> for the currency of the current instance</description>
2276
+ </item>
2277
+ </list>
2278
+ </remarks>
2279
+ <param name="format">A composite format string that can contain tokens to be replaced by properties of the <see cref="T:NMoneys.Currency"/>
2280
+ identified by the instance's <see cref="P:NMoneys.Money.CurrencyCode"/>.</param>
2281
+ <param name="provider">An object that supplies culture-specific formatting information.</param>
2282
+ <returns>A copy of <paramref name="format"/> in which the format items have been replaced by the string representation of the corresponding tokens.</returns>
2283
+ </member>
2284
+ <member name="M:NMoneys.Money.Equals(NMoneys.Money)">
2285
+ <summary>
2286
+ Indicates whether the current <see cref="T:NMoneys.Money"/> is equal to another <see cref="T:NMoneys.Money"/>.
2287
+ </summary>
2288
+ <returns>
2289
+ true if the current instance has equal <see cref="P:NMoneys.Money.Amount"/> and <see cref="T:NMoneys.Currency"/>as the <paramref name="other"/> parameter;
2290
+ otherwise, false.
2291
+ </returns>
2292
+ <param name="other">An money to compare with this instance.</param>
2293
+ </member>
2294
+ <member name="M:NMoneys.Money.Equals(System.Object)">
2295
+ <summary>
2296
+ Indicates whether this instance and a specified object are equal.
2297
+ </summary>
2298
+ <returns>
2299
+ true if <paramref name="obj"/> and this instance are the same type and represent the same value; otherwise, false.
2300
+ </returns>
2301
+ <param name="obj">Another object to compare to.</param>
2302
+ </member>
2303
+ <member name="M:NMoneys.Money.GetHashCode">
2304
+ <summary>
2305
+ Returns the hash code for this instance.
2306
+ </summary>
2307
+ <returns>
2308
+ A 32-bit signed integer that is the hash code for this instance.
2309
+ </returns>
2310
+ </member>
2311
+ <member name="M:NMoneys.Money.op_Equality(NMoneys.Money,NMoneys.Money)">
2312
+ <summary>
2313
+ Returns a value indicating whether two instances of <see cref="T:NMoneys.Money"/> are equal.
2314
+ </summary>
2315
+ <param name="left">The first value to compare.</param>
2316
+ <param name="right">The second value to compare.</param>
2317
+ <returns>true if <paramref name="left"/> and <paramref name="right"/> are equal; otherwise, false.</returns>
2318
+ </member>
2319
+ <member name="M:NMoneys.Money.op_Inequality(NMoneys.Money,NMoneys.Money)">
2320
+ <summary>
2321
+ Returns a value indicating whether two instances of <see cref="T:NMoneys.Money"/> are not equal.
2322
+ </summary>
2323
+ <param name="left">The first value to compare.</param>
2324
+ <param name="right">The second value to compare.</param>
2325
+ <returns>true if <paramref name="left"/> and <paramref name="right"/> are not equal; otherwise, false.</returns>
2326
+ </member>
2327
+ <member name="M:NMoneys.Money.CompareTo(System.Object)">
2328
+ <summary>
2329
+ Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes,
2330
+ follows, or occurs in the same position in the sort order as the other object.
2331
+ </summary>
2332
+ <param name="obj">An object to compare with this instance. </param>
2333
+ <returns>
2334
+ A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings:
2335
+ <list type="table">
2336
+ <listheader>
2337
+ <term>Value</term>
2338
+ <description>Meaning</description>
2339
+ </listheader>
2340
+ <item>
2341
+ <term>Less than zero</term>
2342
+ <description>This instance is less than <paramref name="obj"/>.</description>
2343
+ </item>
2344
+ <item>
2345
+ <term>Zero</term>
2346
+ <description>This instance is equal to <paramref name="obj"/>.</description>
2347
+ </item>
2348
+ <item>
2349
+ <term>Greater than zero</term>
2350
+ <description>This instance is greater than <paramref name="obj"/>.</description>
2351
+ </item>
2352
+ </list>
2353
+ </returns>
2354
+ <exception cref="T:System.ArgumentException"><paramref name="obj"/> is not a <see cref="T:NMoneys.Money"/>.</exception>
2355
+ </member>
2356
+ <member name="M:NMoneys.Money.CompareTo(NMoneys.Money)">
2357
+ <summary>
2358
+ Compares the current <see cref="P:NMoneys.Money.Amount"/> with the one for another <see cref="T:NMoneys.Money"/>.
2359
+ </summary>
2360
+ <remarks>Both instances must have the same <see cref="P:NMoneys.Money.CurrencyCode"/> in order to be compared, otherwise an exception will be thrown.</remarks>
2361
+ <param name="other">An <see cref="T:NMoneys.Money"/> to compare with this object.</param>
2362
+ <returns>
2363
+ A 32-bit signed integer that indicates the relative order of the <c>amounts</c> being compared. The return value has the following meanings:
2364
+ <list type="table">
2365
+ <listheader>
2366
+ <term>Value</term>
2367
+ <description>Meaning</description>
2368
+ </listheader>
2369
+ <item>
2370
+ <term>Less than zero</term>
2371
+ <description>This <see cref="P:NMoneys.Money.Amount"/> is less than <paramref name="other"/>'s.</description>
2372
+ </item>
2373
+ <item>
2374
+ <term>Zero</term>
2375
+ <description>This <see cref="P:NMoneys.Money.Amount"/> is equal to <paramref name="other"/>'s.</description>
2376
+ </item>
2377
+ <item>
2378
+ <term>Greater than zero</term>
2379
+ <description>This <see cref="P:NMoneys.Money.Amount"/> is greater than <paramref name="other"/>'s.</description>
2380
+ </item>
2381
+ </list>
2382
+ </returns>
2383
+ <exception cref="T:NMoneys.DifferentCurrencyException">If <paramref name="other"/> does not have the same <see cref="P:NMoneys.Money.CurrencyCode"/>.</exception>
2384
+ </member>
2385
+ <member name="M:NMoneys.Money.op_GreaterThan(NMoneys.Money,NMoneys.Money)">
2386
+ <summary>
2387
+ Returns a value indicating whether a specified <see cref="T:NMoneys.Money"/> is greater than another specified <see cref="T:NMoneys.Money"/>.
2388
+ </summary>
2389
+ <param name="left">The first value to compare.</param>
2390
+ <param name="right">The second value to compare.</param>
2391
+ <returns>true if <paramref name="left"/> is greater than <paramref name="right"/>; otherwise, false.</returns>
2392
+ </member>
2393
+ <member name="M:NMoneys.Money.op_LessThan(NMoneys.Money,NMoneys.Money)">
2394
+ <summary>
2395
+ Returns a value indicating whether a specified <see cref="T:NMoneys.Money"/> is less than another specified <see cref="T:NMoneys.Money"/>.
2396
+ </summary>
2397
+ <param name="left">The first value to compare.</param>
2398
+ <param name="right">The second value to compare.</param>
2399
+ <returns>true if <paramref name="left"/> is less than <paramref name="right"/>; otherwise, false.</returns>
2400
+ </member>
2401
+ <member name="M:NMoneys.Money.op_GreaterThanOrEqual(NMoneys.Money,NMoneys.Money)">
2402
+ <summary>
2403
+ Returns a value indicating whether a specified <see cref="T:NMoneys.Money"/> is greater than or equal to another specified <see cref="T:NMoneys.Money"/>.
2404
+ </summary>
2405
+ <param name="left">The first value to compare.</param>
2406
+ <param name="right">The second value to compare.</param>
2407
+ <returns>true if <paramref name="left"/> is greater than or equal to <paramref name="right"/>; otherwise, false.</returns>
2408
+ </member>
2409
+ <member name="M:NMoneys.Money.op_LessThanOrEqual(NMoneys.Money,NMoneys.Money)">
2410
+ <summary>
2411
+ Returns a value indicating whether a specified <see cref="T:NMoneys.Money"/> is less than or equal to another specified <see cref="T:NMoneys.Money"/>.
2412
+ </summary>
2413
+ <param name="left">The first value to compare.</param>
2414
+ <param name="right">The second value to compare.</param>
2415
+ <returns>true if <paramref name="left"/> is less than or equal to <paramref name="right"/>; otherwise, false.</returns>
2416
+ </member>
2417
+ <member name="M:NMoneys.Money.IsNegative">
2418
+ <summary>
2419
+ Returns a value indicating whether the <see cref="P:NMoneys.Money.Amount"/> is strictly less than <see cref="F:System.Decimal.Zero"/>.
2420
+ </summary>
2421
+ <returns>true if <see cref="P:NMoneys.Money.Amount"/> is less than <see cref="F:System.Decimal.Zero"/>; otherwise, false.</returns>
2422
+ </member>
2423
+ <member name="M:NMoneys.Money.IsPositive">
2424
+ <summary>
2425
+ Returns a value indicating whether the <see cref="P:NMoneys.Money.Amount"/> is stricly greater than <see cref="F:System.Decimal.Zero"/>.
2426
+ </summary>
2427
+ <returns>true if <see cref="P:NMoneys.Money.Amount"/> is greater than <see cref="F:System.Decimal.Zero"/>; otherwise, false.</returns>
2428
+ </member>
2429
+ <member name="M:NMoneys.Money.IsZero">
2430
+ <summary>
2431
+ Returns a value indicating whether the <see cref="P:NMoneys.Money.Amount"/> is stricly equal to <see cref="F:System.Decimal.Zero"/>.
2432
+ </summary>
2433
+ <returns>true if <see cref="P:NMoneys.Money.Amount"/> is equal to <see cref="F:System.Decimal.Zero"/>; otherwise, false.</returns>
2434
+ </member>
2435
+ <member name="M:NMoneys.Money.IsNegativeOrZero">
2436
+ <summary>
2437
+ Returns a value indicating whether the <see cref="P:NMoneys.Money.Amount"/> is less than or equal to <see cref="F:System.Decimal.Zero"/>.
2438
+ </summary>
2439
+ <returns>true if <see cref="P:NMoneys.Money.Amount"/> is less or equal than <see cref="F:System.Decimal.Zero"/>; otherwise, false.</returns>
2440
+ <seealso cref="M:NMoneys.Money.IsNegative"/>
2441
+ <seealso cref="M:NMoneys.Money.IsZero"/>
2442
+ </member>
2443
+ <member name="M:NMoneys.Money.IsPositiveOrZero">
2444
+ <summary>
2445
+ Returns a value indicating whether the <see cref="P:NMoneys.Money.Amount"/> is greater than or equal to <see cref="F:System.Decimal.Zero"/>.
2446
+ </summary>
2447
+ <returns>true if <see cref="P:NMoneys.Money.Amount"/> is greater or equal than <see cref="F:System.Decimal.Zero"/>; otherwise, false.</returns>
2448
+ <seealso cref="M:NMoneys.Money.IsPositive"/>
2449
+ <seealso cref="M:NMoneys.Money.IsZero"/>
2450
+ </member>
2451
+ <member name="M:NMoneys.Money.Clone">
2452
+ <summary>
2453
+ Creates a new object that is a copy of the current instance.
2454
+ </summary>
2455
+ <returns>
2456
+ A new object that is a copy of this instance.
2457
+ </returns>
2458
+ </member>
2459
+ <member name="M:NMoneys.Money.HasSameCurrencyAs(NMoneys.Money)">
2460
+ <summary>
2461
+ Returns a value indicating whether the <paramref name="money"/> has the same currency as the instance.
2462
+ </summary>
2463
+ <param name="money"><see cref="T:NMoneys.Money"/> instance to check against.</param>
2464
+ <returns>true if <see cref="P:NMoneys.Money.CurrencyCode"/> is equal to <paramref name="money"/>'s; otherwise, false.</returns>
2465
+ </member>
2466
+ <member name="M:NMoneys.Money.AssertSameCurrency(NMoneys.Money)">
2467
+ <summary>
2468
+ Checks whether the <paramref name="money"/> has the same currency as the instance, throwing an exception if that is not the case.
2469
+ </summary>
2470
+ <param name="money"><see cref="T:NMoneys.Money"/> instance to check against.</param>
2471
+ <exception cref="T:NMoneys.DifferentCurrencyException"></exception>
2472
+ </member>
2473
+ <member name="M:NMoneys.Money.op_UnaryNegation(NMoneys.Money)">
2474
+ <summary>
2475
+ Negates the value of the specified <see cref="T:NMoneys.Money"/> operand.
2476
+ </summary>
2477
+ <param name="money">The value to negate.</param>
2478
+ <returns>A <see cref="T:NMoneys.Money"/> with the <see cref="P:NMoneys.Money.Amount"/> of <paramref name="money"/>, but multiplied by negative one (-1).</returns>
2479
+ </member>
2480
+ <member name="M:NMoneys.Money.op_Addition(NMoneys.Money,NMoneys.Money)">
2481
+ <summary>
2482
+ Adds two specified <see cref="T:NMoneys.Money"/> values.
2483
+ </summary>
2484
+ <remarks>Both instances must have the same <see cref="P:NMoneys.Money.CurrencyCode"/> in order to be added, otherwise an exception will be thrown.</remarks>
2485
+ <param name="first">The first value to add.</param>
2486
+ <param name="second">The second value to add.</param>
2487
+ <returns>A <see cref="T:NMoneys.Money"/> with <see cref="P:NMoneys.Money.Amount"/> as the sum of <paramref name="first"/> and <paramref name="second"/> amounts
2488
+ and the same <see cref="P:NMoneys.Money.CurrencyCode"/> as any of the arguments.</returns>
2489
+ <exception cref="T:NMoneys.DifferentCurrencyException">If <paramref name="first"/> does not have the same <see cref="P:NMoneys.Money.CurrencyCode"/>
2490
+ as <paramref name="second"/>.</exception>
2491
+ <exception cref="T:System.OverflowException">The <see cref="P:NMoneys.Money.Amount"/> of the result is less than
2492
+ <see cref="F:System.Decimal.MinValue"/> or greater than <see cref="F:System.Decimal.MaxValue"/>.</exception>
2493
+ </member>
2494
+ <member name="M:NMoneys.Money.op_Subtraction(NMoneys.Money,NMoneys.Money)">
2495
+ <summary>
2496
+ Substracts one specified <see cref="T:NMoneys.Money"/> from another.
2497
+ </summary>
2498
+ <remarks>Both instances must have the same <see cref="P:NMoneys.Money.CurrencyCode"/> in order to be substracted, otherwise an exception will be thrown.</remarks>
2499
+ <param name="first">The minuend.</param>
2500
+ <param name="second">The subtrahend.</param>
2501
+ <returns>A <see cref="T:NMoneys.Money"/> with <see cref="P:NMoneys.Money.Amount"/> as the result of substracting <paramref name="second"/> from <paramref name="first"/> amounts
2502
+ and the same <see cref="P:NMoneys.Money.CurrencyCode"/> as any of the arguments.</returns>
2503
+ <exception cref="T:NMoneys.DifferentCurrencyException">If <paramref name="first"/> does not have the same <see cref="P:NMoneys.Money.CurrencyCode"/>
2504
+ as <paramref name="second"/>.</exception>
2505
+ <exception cref="T:System.OverflowException">The <see cref="P:NMoneys.Money.Amount"/> of the result is less than
2506
+ <see cref="F:System.Decimal.MinValue"/> or greater than <see cref="F:System.Decimal.MaxValue"/>.</exception>
2507
+ </member>
2508
+ <member name="M:NMoneys.Money.Plus(NMoneys.Money)">
2509
+ <summary>
2510
+ Adds two specified <see cref="T:NMoneys.Money"/> values.
2511
+ </summary>
2512
+ <remarks><paramref name="money"/> must have the same <see cref="P:NMoneys.Money.CurrencyCode"/> as this instance, otherwise an exception will be thrown.</remarks>
2513
+ <param name="money">The value to add.</param>
2514
+ <returns>A <see cref="T:NMoneys.Money"/> with <see cref="P:NMoneys.Money.Amount"/> as the sum of <paramref name="money"/> amount and this <see cref="P:NMoneys.Money.Amount"/>
2515
+ and the same <see cref="P:NMoneys.Money.CurrencyCode"/> this instance.</returns>
2516
+ <exception cref="T:NMoneys.DifferentCurrencyException">If <paramref name="money"/> does not have the same <see cref="P:NMoneys.Money.CurrencyCode"/> as this instance.</exception>
2517
+ <exception cref="T:System.OverflowException">The <see cref="P:NMoneys.Money.Amount"/> of the result is less than <see cref="F:System.Decimal.MinValue"/> or greater than <see cref="F:System.Decimal.MaxValue"/>.</exception>
2518
+ </member>
2519
+ <member name="M:NMoneys.Money.Minus(NMoneys.Money)">
2520
+ <summary>
2521
+ Substracts one specified <see cref="T:NMoneys.Money"/> from another.
2522
+ </summary>
2523
+ <remarks><paramref name="money"/> must have the same <see cref="P:NMoneys.Money.CurrencyCode"/> as this instance, otherwise an exception will be thrown.</remarks>
2524
+ <param name="money">The subtrahend.</param>
2525
+ <returns>A <see cref="T:NMoneys.Money"/> with <see cref="P:NMoneys.Money.Amount"/> as the result of substracting <paramref name="money"/>'s <see cref="P:NMoneys.Money.Amount"/> from this instance's
2526
+ and the same <see cref="P:NMoneys.Money.CurrencyCode"/> as this instance.</returns>
2527
+ <exception cref="T:NMoneys.DifferentCurrencyException">If <paramref name="money"/> does not have the same <see cref="P:NMoneys.Money.CurrencyCode"/> as this instance.</exception>
2528
+ <exception cref="T:System.OverflowException">The <see cref="P:NMoneys.Money.Amount"/> of the result is less than <see cref="F:System.Decimal.MinValue"/> or greater than <see cref="F:System.Decimal.MaxValue"/>.</exception>
2529
+ </member>
2530
+ <member name="M:NMoneys.Money.Abs">
2531
+ <summary>
2532
+ Returns the absolute value of a <see cref="T:NMoneys.Money"/>.
2533
+ </summary>
2534
+ <remarks>The absolute value of a <see cref="T:NMoneys.Money"/> is another <see cref="T:NMoneys.Money"/> which <see cref="P:NMoneys.Money.Amount"/> is the numeric value without its sign.
2535
+ For example, the absolute value of both $1.2 and ($1.2) is $1.2.</remarks>
2536
+ <returns>A <see cref="T:NMoneys.Money"/> with <see cref="P:NMoneys.Money.Amount"/> as the absolute value of this instance's.</returns>
2537
+ </member>
2538
+ <member name="M:NMoneys.Money.Negate">
2539
+ <summary>
2540
+ Returns the result of multiplying this instance of <see cref="T:NMoneys.Money"/> by negative one.
2541
+ </summary>
2542
+ <returns>A <see cref="T:NMoneys.Money"/> with the <see cref="P:NMoneys.Money.Amount"/> of this instance's, but the opposite sign.</returns>
2543
+ </member>
2544
+ <member name="M:NMoneys.Money.TruncateToSignificantDecimalDigits">
2545
+ <summary>
2546
+ Truncates the <see cref="P:NMoneys.Money.Amount"/> to the number of significant decimal digits specified by the <see cref="T:NMoneys.Currency"/>
2547
+ identified this <see cref="P:NMoneys.Money.CurrencyCode"/>.
2548
+ </summary>
2549
+ <returns>A <see cref="T:NMoneys.Money"/> with the <see cref="P:NMoneys.Money.Amount"/> truncated to the significant number of decimal digits of its currency.</returns>
2550
+ </member>
2551
+ <member name="M:NMoneys.Money.TruncateToSignificantDecimalDigits(System.Globalization.NumberFormatInfo)">
2552
+ <summary>
2553
+ Truncates the <see cref="P:NMoneys.Money.Amount"/> to the number of significant decimal digits specified by <paramref name="numberFormat"/>.
2554
+ </summary>
2555
+ <param name="numberFormat">Specifies the number of significant decimal digits.</param>
2556
+ <returns>A <see cref="T:NMoneys.Money"/> with the <see cref="P:NMoneys.Money.Amount"/> truncated to the significant number of decimal digits of <paramref name="numberFormat"/>.</returns>
2557
+ <exception cref="T:System.ArgumentNullException">If <paramref name="numberFormat"/> is null.</exception>
2558
+ </member>
2559
+ <member name="M:NMoneys.Money.Truncate">
2560
+ <summary>
2561
+ Returns the integral digits of this instance of <see cref="T:NMoneys.Money"/>; any fractional digits are discarded.
2562
+ </summary>
2563
+ <remarks>This method rounds <see cref="P:NMoneys.Money.Amount"/> toward zero, to the nearest whole number, which corresponds to discarding any digits after the decimal point.</remarks>
2564
+ <returns>A <see cref="T:NMoneys.Money"/> with <see cref="P:NMoneys.Money.Amount"/> the result of <see cref="P:NMoneys.Money.Amount"/> rounded toward zero, to the nearest whole number.</returns>
2565
+ </member>
2566
+ <member name="M:NMoneys.Money.RoundToNearestInt">
2567
+ <summary>
2568
+ Rounds <see cref="P:NMoneys.Money.Amount"/> to the nearest integer.
2569
+ </summary>
2570
+ <returns>
2571
+ A <see cref="T:NMoneys.Money"/> with an integer <see cref="P:NMoneys.Money.Amount"/> that is nearest to the old value.
2572
+ <para>If <see cref="P:NMoneys.Money.Amount"/> is halfway between two integers, one of which is even and the other odd, the even number is chosen.</para>
2573
+ </returns>
2574
+ </member>
2575
+ <member name="M:NMoneys.Money.RoundToNearestInt(System.MidpointRounding)">
2576
+ <summary>
2577
+ Rounds <see cref="P:NMoneys.Money.Amount"/> to the nearest integer. A parameter specifies how to round the value if it is midway between two other numbers.
2578
+ </summary>
2579
+ <param name="mode">A value that specifies how to round <see cref="P:NMoneys.Money.Amount"/> if it is midway between two other numbers.</param>
2580
+ <returns>
2581
+ A <see cref="T:NMoneys.Money"/> with an integer <see cref="P:NMoneys.Money.Amount"/> that is nearest to the previous <see cref="P:NMoneys.Money.Amount"/> value.
2582
+ <para>If <see cref="P:NMoneys.Money.Amount"/> is halfway between two numbers, one of which is even and the other odd, the mode parameter determines which of the two numbers is chosen.</para>
2583
+ </returns>
2584
+ </member>
2585
+ <member name="M:NMoneys.Money.Round">
2586
+ <summary>
2587
+ Rounds <see cref="P:NMoneys.Money.Amount"/> to a the number of decimal places specified by the <see cref="T:NMoneys.Currency"/> identified by <see cref="P:NMoneys.Money.CurrencyCode"/>.
2588
+ </summary>
2589
+ <returns>
2590
+ A <see cref="T:NMoneys.Money"/> with the <see cref="P:NMoneys.Money.Amount"/> equivalent to previous <see cref="P:NMoneys.Money.Amount"/> rounded to the number of decimal places specified by its <see cref="P:NMoneys.Money.CurrencyCode"/>.
2591
+ </returns>
2592
+ <remarks>
2593
+ When <see cref="P:NMoneys.Money.Amount"/> is exactly halfway between two rounded values, the resultant <see cref="P:NMoneys.Money.Amount"/> is the rounded value that has an even digit in the far right decimal position. For example, when rounded to two <see cref="P:NMoneys.Money.Amount"/>s, the value <c>2.345</c> becomes <c>2.34</c> and the value <c>2.355</c> becomes 2.36. This process is known as rounding toward even, or rounding to nearest.
2594
+ <para>The behavior of this method follows IEEE Standard 754, section 4. This kind of rounding is sometimes called rounding to nearest or banker's rounding.</para>
2595
+ </remarks>
2596
+ </member>
2597
+ <member name="M:NMoneys.Money.Round(System.MidpointRounding)">
2598
+ <summary>
2599
+ Rounds <see cref="P:NMoneys.Money.Amount"/> to a precision specified by the <see cref="T:NMoneys.Currency"/> identified by <see cref="P:NMoneys.Money.CurrencyCode"/>.
2600
+ <paramref name="mode"/> specifies how to round the value if it is midway between two other numbers.
2601
+ </summary>
2602
+ <param name="mode">A value that specifies how to round <see cref="P:NMoneys.Money.Amount"/> if it is midway between two other numbers.</param>
2603
+ <returns>
2604
+ A <see cref="T:NMoneys.Money"/> with <see cref="P:NMoneys.Money.Amount"/> that is nearest to the previous <see cref="P:NMoneys.Money.Amount"/> with a precision equal to <see cref="P:NMoneys.Currency.SignificantDecimalDigits"/>.
2605
+ If <see cref="P:NMoneys.Money.Amount"/> is halfway between two numbers, one of which is even and the other odd, the mode parameter determines which of the two numbers is chosen.
2606
+ If the precision of <see cref="P:NMoneys.Money.Amount"/> is less than <see cref="P:NMoneys.Currency.SignificantDecimalDigits"/>, <see cref="P:NMoneys.Money.Amount"/> remains unchanged.
2607
+ </returns>
2608
+ <remarks>
2609
+ The <see cref="P:NMoneys.Currency.SignificantDecimalDigits"/> specifies the number of significant decimal places in the return value and ranges from 0 to 28.
2610
+ <para>If <see cref="P:NMoneys.Currency.SignificantDecimalDigits"/> is zero, an integer is returned.</para>
2611
+ <para>The behavior of this method follows IEEE Standard 754, section 4. This kind of rounding is sometimes called rounding to nearest or banker's rounding.</para>
2612
+ <para>If <see cref="P:NMoneys.Currency.SignificantDecimalDigits"/> is zero, this kind of rounding is sometimes called rounding toward zero.</para>
2613
+ </remarks>
2614
+ </member>
2615
+ <member name="M:NMoneys.Money.Round(System.Int32)">
2616
+ <summary>
2617
+ Rounds <see cref="P:NMoneys.Money.Amount"/> to a specified number of decimal places.
2618
+ </summary>
2619
+ <param name="decimals">A value from 0 to 28 that specifies the number of decimal places to round to.</param>
2620
+ <returns>
2621
+ A <see cref="T:NMoneys.Money"/> with <see cref="P:NMoneys.Money.Amount"/> rounded to decimals number of decimal places.
2622
+ </returns>
2623
+ <remarks>
2624
+ The behavior of this method follows IEEE Standard 754, section 4. This kind of rounding is sometimes called rounding to nearest or banker's rounding.
2625
+ </remarks>
2626
+ </member>
2627
+ <member name="M:NMoneys.Money.Round(System.Int32,System.MidpointRounding)">
2628
+ <summary>
2629
+ Rounds <see cref="P:NMoneys.Money.Amount"/> to a specified precision. A parameter specifies how to round the value if it is midway between two other numbers.
2630
+ </summary>
2631
+ <param name="decimals">A value from 0 to 28 that specifies the number of decimal places to round to.</param>
2632
+ <param name="mode">A value that specifies how to round <see cref="P:NMoneys.Money.Amount"/> if it is midway between two other numbers.</param>
2633
+ <returns>
2634
+ A <see cref="T:NMoneys.Money"/> with <see cref="P:NMoneys.Money.Amount"/> that is nearest to the previous <see cref="P:NMoneys.Money.Amount"/> with a precision equal to the <paramref name="decimals"/> parameter.
2635
+ <para>If previous <see cref="P:NMoneys.Money.Amount"/> is halfway between two numbers, one of which is even and the other odd, the mode parameter determines which of the two numbers is returned.</para>
2636
+ <para>If the precision of d is less than decimals, d is returned unchanged.</para>
2637
+ </returns>
2638
+ <remarks>
2639
+ The <paramref name="decimals"/> specifies the number of significant decimal places in the return value and ranges from 0 to 28.
2640
+ <para>If <paramref name="decimals"/> is zero, an integer is returned.</para>
2641
+ <para>The behavior of this method follows IEEE Standard 754, section 4. This kind of rounding is sometimes called rounding to nearest or banker's rounding.</para>
2642
+ <para>If <paramref name="decimals"/> is zero, this kind of rounding is sometimes called rounding toward zero.</para>
2643
+ </remarks>
2644
+ </member>
2645
+ <member name="M:NMoneys.Money.Floor">
2646
+ <summary>
2647
+ Rounds <see cref="P:NMoneys.Money.Amount"/> to the closest integer toward negative infinity.
2648
+ </summary>
2649
+ <returns>A <see cref="T:NMoneys.Money"/> which <see cref="P:NMoneys.Money.Amount"/> is:
2650
+ <para>if <see cref="P:NMoneys.Money.Amount"/> has a fractional part, the next whole decimal number toward negative infinity that is less than <see cref="P:NMoneys.Money.Amount"/>.</para>
2651
+ <para>-or-</para>
2652
+ <para>If <see cref="P:NMoneys.Money.Amount"/> doesn't have a fractional part, is remains unchanged.</para></returns>
2653
+ </member>
2654
+ <member name="M:NMoneys.Money.Perform(NMoneys.Money,System.Func{System.Decimal,System.Decimal,System.Decimal})">
2655
+ <summary>
2656
+ Performs the arithmetial operation <paramref name="binaryOperation"/> on <see cref="P:NMoneys.Money.Amount"/>.
2657
+ </summary>
2658
+ <param name="operand">Value which <see cref="P:NMoneys.Money.Amount"/> serves as the second argument to <paramref name="binaryOperation"/>.</param>
2659
+ <param name="binaryOperation">Arithmetical operation to perform.</param>
2660
+ <returns>A <see cref="T:NMoneys.Money"/> with <see cref="P:NMoneys.Money.Amount"/> as the result of applying <paramref name="binaryOperation"/> to he old amount and
2661
+ <paramref name="operand"/>'s amount.</returns>
2662
+ <exception cref="T:System.ArgumentNullException">The <paramref name="binaryOperation"/> is null.</exception>
2663
+ </member>
2664
+ <member name="M:NMoneys.Money.Perform(System.Func{System.Decimal,System.Decimal})">
2665
+ <summary>
2666
+ Performs the arithmetial operation <paramref name="unaryOperation"/> on <see cref="P:NMoneys.Money.Amount"/>.
2667
+ </summary>
2668
+ <param name="unaryOperation">Arithmetical operation to perform.</param>
2669
+ <returns>a <see cref="T:NMoneys.Money"/> with <see cref="P:NMoneys.Money.Amount"/> as the result of applying <paramref name="unaryOperation"/> to the previous <see cref="P:NMoneys.Money.Amount"/>.</returns>
2670
+ <exception cref="T:System.ArgumentNullException">The <paramref name="unaryOperation"/> is null.</exception>
2671
+ </member>
2672
+ <member name="M:NMoneys.Money.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
2673
+ <summary>
2674
+ Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"/> with the data needed to serialize the target object.
2675
+ </summary>
2676
+ <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> to populate with data.</param>
2677
+ <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"/>) for this serialization.</param>
2678
+ <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
2679
+ </member>
2680
+ <member name="M:NMoneys.Money.System#Xml#Serialization#IXmlSerializable#GetSchema">
2681
+ <summary>
2682
+ This method is reserved and should not be used.
2683
+ When implementing the <see cref="T:System.Xml.Serialization.IXmlSerializable"/> interface, you should return null from this method, and instead, if specifying a custom schema is required, apply the <see cref="T:System.Xml.Serialization.XmlSchemaProviderAttribute"/> to the class.
2684
+ </summary>
2685
+ <returns>null</returns>
2686
+ </member>
2687
+ <member name="M:NMoneys.Money.GetSchema(System.Xml.Schema.XmlSchemaSet)">
2688
+ <summary>
2689
+ Returns the XML schema applied for serialization.
2690
+ </summary>
2691
+ <param name="xs">A cache of XML Schema definition language (XSD) schemas.</param>
2692
+ <returns>Represents the complexType element from XML Schema as specified by the <paramref name="xs"/>.</returns>
2693
+ </member>
2694
+ <member name="M:NMoneys.Money.ReadXml(System.Xml.XmlReader)">
2695
+ <summary>
2696
+ Generates an object from its XML representation.
2697
+ </summary>
2698
+ <param name="reader">The <see cref="T:System.Xml.XmlReader"/> stream from which the object is deserialized.</param>
2699
+ </member>
2700
+ <member name="M:NMoneys.Money.WriteXml(System.Xml.XmlWriter)">
2701
+ <summary>
2702
+ Converts an object into its XML representation.
2703
+ </summary>
2704
+ <param name="writer">The <see cref="T:System.Xml.XmlWriter"/> stream to which the object is serialized.</param>
2705
+ </member>
2706
+ <member name="M:NMoneys.Money.Parse(System.String,NMoneys.Currency)">
2707
+ <summary>
2708
+ Converts the string representation of a monetary quantity to its <see cref="T:NMoneys.Money"/> equivalent
2709
+ using the <see cref="F:System.Globalization.NumberStyles.Currency"/> style and the specified currency as format information.
2710
+ </summary>
2711
+ <remaks>This method assumes <paramref name="s"/> to have a <see cref="F:System.Globalization.NumberStyles.Currency"/> style.</remaks>
2712
+ <param name="s">The string representation of the monetary quantity to convert.</param>
2713
+ <param name="currency">Expected currency of <paramref name="s"/> that provides format information.</param>
2714
+ <returns>The <see cref="T:NMoneys.Money"/> equivalent to the monetary quantity contained in <paramref name="s"/> as specified by the <paramref name="currency"/>.</returns>
2715
+ <exception cref="T:System.FormatException"><paramref name="s"/> is not in the correct format.</exception>
2716
+ <exception cref="T:System.OverflowException"><paramref name="s"/> representes a montary quantity less than <see cref="F:System.Decimal.MinValue"/> or greater than <see cref="F:System.Decimal.MaxValue"/>.</exception>
2717
+ <exception cref="T:System.ArgumentNullException"><paramref name="s"/> is null.</exception>
2718
+ <seealso cref="M:System.Decimal.Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)"/>
2719
+ </member>
2720
+ <member name="M:NMoneys.Money.Parse(System.String,System.Globalization.NumberStyles,NMoneys.Currency)">
2721
+ <summary>
2722
+ Converts the string representation of a monetary quantity to its <see cref="T:NMoneys.Money"/> equivalent
2723
+ using the specified style and the specified currency as format information.
2724
+ </summary>
2725
+ <remarks>Use this method when <paramref name="s"/> is supected not to have a <see cref="F:System.Globalization.NumberStyles.Currency"/> style or more control over the operation is needed.</remarks>
2726
+ <param name="s">The string representation of the monetary quantity to convert.</param>
2727
+ <param name="style">A bitwise combination of <see cref="T:System.Globalization.NumberStyles"/> values that indicates the style elements that can be present in <paramref name="s"/>.
2728
+ A typical value to specify is <see cref="T:System.Number"/>.</param>
2729
+ <param name="currency">Expected currency of <paramref name="s"/> that provides format information.</param>
2730
+ <returns>The <see cref="T:NMoneys.Money"/> equivalent to the monetary quantity contained in <paramref name="s"/> as specified by <paramref name="style"/> and <paramref name="currency"/>.</returns>
2731
+ <exception cref="T:System.FormatException"><paramref name="s"/> is not in the correct format.</exception>
2732
+ <exception cref="T:System.OverflowException"><paramref name="s"/> representes a montary quantity less than <see cref="F:System.Decimal.MinValue"/> or greater than <see cref="F:System.Decimal.MaxValue"/>.</exception>
2733
+ <exception cref="T:System.ArgumentNullException"><paramref name="s"/> is null.</exception>
2734
+ <exception cref="T:System.ArgumentException"><paramref name="style"/> is not a <see cref="T:System.Globalization.NumberStyles"/> value
2735
+ <para>-or-</para>
2736
+ <paramref name="style"/> is the <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier"/> value.
2737
+ </exception>
2738
+ <seealso cref="M:System.Decimal.Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)"/>
2739
+ </member>
2740
+ <member name="M:NMoneys.Money.TryParse(System.String,NMoneys.Currency,System.Nullable{NMoneys.Money}@)">
2741
+ <summary>
2742
+ Converts the string representation of a monetary quantity to its <see cref="T:NMoneys.Money"/> equivalent
2743
+ using <see cref="F:System.Globalization.NumberStyles.Currency"/> and the provided currency as format infomation.
2744
+ A return value indicates whether the conversion succeeded or failed.
2745
+ </summary>
2746
+ <param name="s">The string representation of the monetary quantity to convert.</param>
2747
+ <param name="currency">Expected currency of <paramref name="s"/> that provides format information.</param>
2748
+ <param name="money">When this method returns, contains the <see cref="T:NMoneys.Money"/> that is equivalent to the monetary quantity contained in <paramref name="s"/>,
2749
+ if the conversion succeeded, or is null if the conversion failed.
2750
+ The conversion fails if the <paramref name="s"/> parameter is null, is not in a format compliant with currency style,
2751
+ or represents a number less than <see cref="F:System.Decimal.MinValue"/> or greater than <see cref="F:System.Decimal.MaxValue"/>.
2752
+ This parameter is passed uninitialized. </param>
2753
+ <returns>true if s was converted successfully; otherwise, false.</returns>
2754
+ <seealso cref="M:System.Decimal.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Decimal@)"/>
2755
+ </member>
2756
+ <member name="M:NMoneys.Money.TryParse(System.String,System.Globalization.NumberStyles,NMoneys.Currency,System.Nullable{NMoneys.Money}@)">
2757
+ <summary>
2758
+ Converts the string representation of a monetary quantity to its <see cref="T:NMoneys.Money"/> equivalent
2759
+ using the specified style and the provided currency as format infomation.
2760
+ A return value indicates whether the conversion succeeded or failed.
2761
+ </summary>
2762
+ <param name="s">The string representation of the monetary quantity to convert.</param>
2763
+ <param name="style">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="s"/>.
2764
+ A typical value to specify is <see cref="T:System.Number"/>.</param>
2765
+ <param name="currency">Expected currency of <paramref name="s"/> that provides format information.</param>
2766
+ <param name="money">When this method returns, contains the <see cref="T:NMoneys.Money"/> that is equivalent to the monetary quantity contained in <paramref name="s"/>,
2767
+ if the conversion succeeded, or is null if the conversion failed.
2768
+ The conversion fails if the <paramref name="s"/> parameter is null, is not in a format compliant with currency style,
2769
+ or represents a number less than <see cref="F:System.Decimal.MinValue"/> or greater than <see cref="F:System.Decimal.MaxValue"/>.
2770
+ This parameter is passed uninitialized. </param>
2771
+ <returns>true if s was converted successfully; otherwise, false.</returns>
2772
+ <exception cref="T:System.ArgumentException"><paramref name="style"/> is not a <see cref="T:System.Globalization.NumberStyles"/> value
2773
+ <para>-or-</para>
2774
+ <paramref name="style"/> is the <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier"/> value.
2775
+ </exception>
2776
+ <seealso cref="M:System.Decimal.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Decimal@)"/>
2777
+ </member>
2778
+ <member name="P:NMoneys.Money.CurrencyCode">
2779
+ <summary>
2780
+ The ISO 4217 code of the currency of a monetary quantity.
2781
+ </summary>
2782
+ </member>
2783
+ <member name="P:NMoneys.Money.Amount">
2784
+ <summary>
2785
+ The amount of a monetary quantity
2786
+ </summary>
2787
+ </member>
2788
+ <member name="P:NMoneys.Money.MajorAmount">
2789
+ <summary>
2790
+ Gets the amount in major units
2791
+ </summary>
2792
+ <remarks>This method returns the monetary amount in terms of the major units of the currency, truncating the <see cref="P:NMoneys.Money.Amount"/> if necessary.
2793
+ <para>For example, 'EUR 2.35' will return a major amount of 2, since EUR has 2 significant decimal values.
2794
+ 'BHD -1.345' will return -1.</para></remarks>
2795
+ </member>
2796
+ <member name="P:NMoneys.Money.MajorIntegralAmount">
2797
+ <summary>
2798
+ Gets the amount in major units as a <see cref="T:System.Int64"/>.
2799
+ </summary>
2800
+ <remarks>This property returns the monetary amount in terms of the major units of the currency, truncating the amount if necessary.
2801
+ <para>For example, 'EUR 2.35' will return a major amount of 2, since EUR has 2 significant decimal values.
2802
+ 'BHD -1.345' will return -1.</para></remarks>
2803
+ </member>
2804
+ <member name="P:NMoneys.Money.MinorAmount">
2805
+ <summary>
2806
+ Gets the amount in minor units.
2807
+ </summary>
2808
+ <remarks>This property return the monetary amount in terms of the minor units of the currency, truncating the amount if necessary.
2809
+ <para>For example, 'EUR 2.35' will return a minor amount of 235, since EUR has 2 significant decimal values.
2810
+ 'BHD -1.345' will return -1345.</para></remarks>
2811
+ </member>
2812
+ <member name="P:NMoneys.Money.MinorIntegralAmount">
2813
+ <summary>
2814
+ Gets the amount in minor units as a <see cref="T:System.Int64"/>.
2815
+ </summary>
2816
+ <remarks>This property return the monetary amount in terms of the minor units of the currency, truncating the amount if necessary.
2817
+ <para>For example, 'EUR 2.35' will return a minor amount of 235, since EUR has 2 significant decimal values.
2818
+ 'BHD -1.345' will return -1345.</para></remarks>
2819
+ </member>
2820
+ <member name="P:NMoneys.Money.HasDecimals">
2821
+ <summary>
2822
+ Specifies whether the <see cref="P:NMoneys.Money.Amount"/> is not a whole number.
2823
+ </summary>
2824
+ </member>
2825
+ <member name="M:NMoneys.Support.Ext.Extensions.FromUnicodes(System.String[])">
2826
+ <summary>
2827
+ Converts and array of unicode representations into its string
2828
+ </summary>
2829
+ <remarks>Optimized for a low number of unicodes (&lt;10)</remarks>
2830
+ </member>
2831
+ <member name="M:NMoneys.Support.Ext.Extensions.TranslateNegativePattern(System.Int32)">
2832
+ <summary>
2833
+ Allows translating a currency negative pattern <c>[0..15]</c> to a number negative pattern <c>[0..4]</c>
2834
+ maintaining overall layout
2835
+ </summary>
2836
+ </member>
2837
+ <member name="M:NMoneys.Support.FastEnumComparer`1.#ctor">
2838
+ <summary>
2839
+ A private constructor to prevent user instantiation.
2840
+ </summary>
2841
+ </member>
2842
+ <member name="T:NMoneys.Support.UnicodeSymbol">
2843
+ <summary>
2844
+ Holds the different way a unicode encoded curency symbol can be represented.
2845
+ </summary>
2846
+ </member>
2847
+ <member name="M:NMoneys.Support.UnicodeSymbol.FromTokenizedCodePoints(System.String)">
2848
+ <summary>
2849
+ Creates an instance of <see cref="T:NMoneys.Support.UnicodeSymbol"/> from the space-tokenized collection of
2850
+ integers that represent each character in the symbol.
2851
+ </summary>
2852
+ <param name="tokenizedCodePoints">Space-tokenized collection of code points (as strings) for each character of the symbol.</param>
2853
+ <returns>Instace with the different representations of a complex Unicode symbol.</returns>
2854
+ </member>
2855
+ <member name="M:NMoneys.Support.UnicodeSymbol.FromSymbol(System.String)">
2856
+ <summary>
2857
+ Creates an instance of <see cref="T:NMoneys.Support.UnicodeSymbol"/> from a complex Unicode symbol.
2858
+ </summary>
2859
+ <param name="symbol">Complex unicode symbol.</param>
2860
+ <returns>Instace with the different representations of a complex Unicode symbol.</returns>
2861
+ </member>
2862
+ <member name="P:NMoneys.Support.UnicodeSymbol.CodePoints">
2863
+ <summary>
2864
+ Collection of Unicode code points for each character of the symbol
2865
+ </summary>
2866
+ <remarks>Used to construct the unicode <see cref="P:NMoneys.Support.UnicodeSymbol.Symbol"/>.</remarks>
2867
+ </member>
2868
+ <member name="P:NMoneys.Support.UnicodeSymbol.TokenizedCodePoints">
2869
+ <summary>
2870
+ Space-tokenized collection of code points (as strings) for each character of the symbol.
2871
+ </summary>
2872
+ <remarks>Used to represent a complex symbol in the <see cref="T:NMoneys.CurrencyInfo"/> storage.</remarks>
2873
+ </member>
2874
+ <member name="P:NMoneys.Support.UnicodeSymbol.Symbol">
2875
+ <summary>
2876
+ Complex Unicode symbol.
2877
+ </summary>
2878
+ </member>
2879
+ </members>
2880
+ </doc>