public Currency( Store store, string name, string currencysymbol, int decimaldigits, string decimalseparator, string groupseparator, string groupsizes, byte negativepattern, string negativesign, byte positivepattern, string isocode, Nullable<byte> isocodepattern, decimal exchangerate, bool autoupdate, Nullable<DateTime> lastupdate )
Parameters
- store
- The value of store
- name
- The value of name
- currencysymbol
- The value of currencysymbol
- decimaldigits
- The value of decimaldigits
- decimalseparator
- The value of decimalseparator
- groupseparator
- The value of groupseparator
- groupsizes
- The value of groupsizes
- negativepattern
- The value of negativepattern
- negativesign
- The value of negativesign
- positivepattern
- The value of positivepattern
- isocode
- The value of isocode
- isocodepattern
- The value of isocodepattern
- exchangerate
- The value of exchangerate
- autoupdate
- The value of autoupdate
- lastupdate
- The value of lastupdate