Home - Happi-cat/Untech.SharePoint GitHub Wiki
Welcome to Untech.SharePoint wiki!
Please use the sidebar on the right to navigate through this WIKI.
Untech.SharePoint is a set of libraries that extends LINQ and gives you a new way to work with lists in SharePoint.
Here are the main project features:
- Supports both CSOM and SSOM;
- Annotational mapping (i.e. based on attributes);
- Class-like mapping (i.e. based on ContextMap, ContentTypeMap classes);
- Supports custom mappings;
- Built-in field converters;
- Supports custom field converters;
- Can work with external lists;
- Supports Get, Add, Update, Delete methods on non-external lists;
- Supports batch-operations: Add, Update, Delete;