IntranetFactory / migratordotnet

Automatically exported from code.google.com/p/migratordotnet
0 stars 0 forks source link

Remove Version as Optional Parameter from MigrationAttribute #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The Version number is required when specifying the Migration.  It therefore
should not be settable as an optional parameter for the attribute, i.e. the
property Setter for Version should be private.

Original issue reported on code.google.com by carel.l...@gmail.com on 17 Jun 2008 at 9:12

GoogleCodeExporter commented 9 years ago
Sounds like a good idea.

Original comment by geoffl...@gmail.com on 19 Jun 2008 at 2:30

GoogleCodeExporter commented 9 years ago
SVN 97
Thanks for the suggestion Carel.

I made the setter private.

Original comment by geoffl...@gmail.com on 19 Jun 2008 at 2:41