Support objects with implicit operator casting
Description
Environment
None
Activity
Show:

Former user March 22, 2007 at 5:15 AM
You can write a usertype.
Won't Fix
Details
Details
Assignee
Unassigned
UnassignedReporter

Components
Priority
Who's Looking?
Open Who's Looking?
Created March 22, 2007 at 5:06 AM
Updated March 22, 2007 at 5:15 AM
Resolved March 22, 2007 at 5:15 AM
Who's Looking?
I make extensive use of the Whole Value pattern in my code which requires hidding a simpletype (such as string) behind a class. To make the WholeValue work smoothly you need to use implicit implicit operator casting.
NHibernate is OK going in the database but bombs out coming back out. There is a work around (to manipulate the wrapped simpletype directly) but this is causing some nasty side-effects as any integrity code is bypassed.