Cartographer icon indicating copy to clipboard operation
Cartographer copied to clipboard

Support strongly typed context arguments

Open kkozmic opened this issue 12 years ago • 0 comments

Currently the context arguments are de-facto a dictionary which may or may not contain anything.

It would improve type safety and increase visibility if we had ability to make strongly typed context arguments that is have well defined and enforced set or arguments that are available during mapping process.

This would work well with some other features like constructor arguments passed via context or strongly typed mappers

kkozmic avatar Jul 09 '12 10:07 kkozmic