219
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected 1 day ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Minors More... over 15 years ago
Initial work on meta mapping. More... over 15 years ago
Applied patch from Steve Harman for outputting xml docs on a release build More... over 15 years ago
Updated svn:ignore settings, as per a patch from Steve Harman More... over 15 years ago
HbmWriters are now constructed using StructureMap. Create new visitor base class for use by hbm writers. Expanded on joined subclass functionality More... over 15 years ago
Deleting extraneous rhino mocks library More... over 15 years ago
Updating to Structuremap 2.5.2 More... over 15 years ago
Preparing for nested joined subclasses. More... over 15 years ago
Added JoinedSubclass More... over 15 years ago
Added read only to classes More... over 15 years ago
Brought Map in line with the recent Not changes. More... over 15 years ago
Added custom collection support to otm and mtm, as well as brought the two more inline in terms of features - they now share a baseclass which makes things easier. More... over 15 years ago
Added fix for value type properties failing in Reveal, was down to the expression requiring a convert to object. More... over 15 years ago
Added LazyLoad to subclasses More... over 15 years ago
Update to make booleans use the NUnit style Not inverter property, this way we don't have to implement both variations (and forget as we did with LazyLoad). As a result this change adds the positive or negative variants to any operations that were missing them. More... over 15 years ago
Patch from Derik Whittaker applied: More... over 15 years ago
Added fluent and non-fluent Where clause support to one-to-many. More... over 15 years ago
added ignore file More... over 15 years ago
- ReflectionHelper now has basic support for fields. - Refactored NamingConvention More... over 15 years ago
- Implemented NamingConvention, which uses the visitor functionality to name the mapping elements based on the reflected property info. - Modified visitor implementation to support conventions. - Modified fluent interface to set reflected property info rather than name, and rely on convention for naming. More... over 15 years ago
Added explicit license More... over 15 years ago
Added multiple key column support to one-to-manys. More... over 15 years ago
Added explicit ignores for object type, because changing the IsBaseType convention to something else makes the auto mapper pick up object as an entity More... over 15 years ago
Modified PrivateAutoMapper to map nonpublic members exclusively. More... over 15 years ago
Moved PrivateAutoMapper into the AutoMapping namespace. More... over 15 years ago
Somehow this change got left behind. More... over 15 years ago
- Modified AutoMapper and AutoPersistenceModel to be easier to extend. - Added a set of tests that utilize this change to support automapping of private properties. - Added a convention for finding private properties. This convention is not used by any code in the core project, just by the example private automapper. More... over 15 years ago
Reverting back all the meta stuff. More... over 15 years ago
Adding missing test. More... over 15 years ago
Added tablename to attributes. More... over 15 years ago