-
Notifications
You must be signed in to change notification settings - Fork 10
Future improvements
The following are the features which are to be implemented in the next version of Camlex.NET project:
- Native support for .Net framework 5.0: https://github.com/sadomovalex/camlex/issues/101
- Add aggregate options: https://github.com/sadomovalex/camlex/issues/1
- Support for MEMBERSHIP nodes of CAML language
- Support for special forms for DATETIME values: {"Today + 7"} and <Value
- Support for NULLABLE attribute of CAML language - http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spsitedataquery.viewfields.aspx
- Support for Taxonomy fields (only for SharePoint 2010) - http://msdn.microsoft.com/en-us/library/ff625182.aspx, e.g. for TaxonomyFieldTypeMulti - https://camlex.codeplex.com/workitem/13998
- Support more features available in CAML (e.g. element inside tag)
- Compiled queries for better performance - see http://camlex.codeplex.com/discussions/330815
- Use strongly typed classes in queries: http://camlex.codeplex.com/discussions/438324#post1022401
- Possibility to specify LookupId for In operator (see comments for http://sadomovalex.wordpress.com/2013/09/01/support-in-operation-%D0%B2-camlex-35/. Before to implement, check that such CAML will work)
- Possibility to specify Override attribute for OrderBy: https://camlex.codeplex.com/workitem/14012
-
Support for float and decimal native data types-done -
Reverse engineering from pure CAML queries to C#-based Camlex queries-done -
Camlex.Net for Client OM - http://camlex.codeplex.com/workitem/13989-done Type="DateTime"> (http://camlex.codeplex.com/discussions/270483) -
Support for UserID in queries by user - see http://camlex.codeplex.com/discussions/264821- done No explicit comparisons for boolean fields: http://camlex.codeplex.com/workitem/13991?ProjectName=camlex-
Add conditions to existing string query - http://camlex.codeplex.com/discussions/353158-done Combine several string queries to one - http://camlex.codeplex.com/discussions/431325Support for SP2010 operators: IN,INCLUDES,NOTINCLUDES-
Use Camlex.Client in Sharepoint 2013 apps (see https://camlex.codeplex.com/discussions/455242)- use assembly binding redirection in app.config or rebuilt the source code against new .Net and Sharepoint versions -
Support for LookupMulti type: https://camlex.codeplex.com/workitem/14011-done
One of the best MUST HAVE library for every SharePoint developer ever. Guys, keep it up! by avishnyakov on Aug 20, 2013 at 5:36 AM
This package is absolutely a helpful solution of buildup CAML markup, i was once create my own package for CAML markup, but then abandoned when I found this project since v1.x, this project is just become much better. You will never know how troublesome when there is no results returned and you may have to bothered with the CAML markup syntax. It is truly a life saver and rescue a lot of developer day and nights. A must have library for SharePoint lover / developer. by z9ekaMen1 on Oct 11, 2016 at 5:45 AM
very useful tool! by patriksergil on Mar 12, 2015 at 12:17 PM