What's new in SharePoint Common Framework 1.7.3

Mar 25, 2015
  • Invalidate properties of entity after update(bug with returning old value after update)

New in SharePoint Common Framework 1.7.2 (Oct 3, 2014)

  • Ability to map Number fields as lookup

New in SharePoint Common Framework 1.7 (Jan 21, 2014)

  • Ability to map custom lookup fields to entity class(configurable by external provider)

New in SharePoint Common Framework 1.6 (Oct 7, 2013)

  • Allow create list wrappers inherited from ListBase
  • Allow override IQueryList methods
  • Allow use ListBase derived types in AppBase class as list repository

New in SharePoint Common Framework 1.5 (Oct 7, 2013)

  • Folder property of Document pulled up to Item
  • add possibility to create items in specific subfolder of list

New in SharePoint Common Framework 1.4 (Oct 7, 2013)

  • implemented "Application Factory" - class derived from AppBase which can map IQueryList properties to SharePoint lists and created by factory

New in SharePoint Common Framework 1.3.4 (Oct 7, 2013)

  • implemented Document.RenameIfExists
  • remove hidden by overload IQueryList.Update method
  • fix many issues

New in SharePoint Common Framework 1.3.3 (Oct 7, 2013)

  • opened access to SPListItem by Item.ListItem

New in SharePoint Common Framework 1.3.1 (Oct 7, 2013)

  • published in nuget
  • opened access to SPList from IQueryList (temporary, while all SPList functional not covered by wrapper)

New in SharePoint Common Framework 1.3 (Oct 7, 2013)

  • fix errors appers on localized SharePoint 2010 installation
  • support for nullable entity types (int? , decimal? and etc.)
  • document public members with xml comments
  • typed CAML query by Q.FieldRef(..)
  • fix bugs.

New in SharePoint Common Framework 1.2 (Oct 7, 2013)

  • added lazy loading of any entity property
  • improved performance on big lists
  • support 'choice' fields by map to Enum
  • support of sharepoint groups in lookup values
  • bug fixes