The Rsdn.Framework.Data namespace News
Brought to you by:
itkachev
Version 1.2 Fixes and Features
Features
- The MapData class has been moved to the Rsdn.Framework.Data.Mapping namespace and renamed to Map.
- Support for abstract classes added.
- Now it's possible to skip implementation of class properties and define read-only class members.
- New MapTypeAttribute attribute.
- New MapParameterAttribute attribute.
- New MapIgnoreAttribute attribute.
- New MapDescriptor class.
- New IMapObjectFactory interface.
- Enhancement of the MapFieldAttribute attribute use.
- Support for nullable types added.
- Support for the Guid type added.
- Xml schema mapping added.
- New MapXmlAttribute attribute.
Fixes
- Couple of minor bugs has been fixed.