SharepointCommon 1.3.4
See the version list below for details.
dotnet add package SharepointCommon --version 1.3.4
NuGet\Install-Package SharepointCommon -Version 1.3.4
<PackageReference Include="SharepointCommon" Version="1.3.4" />
paket add SharepointCommon --version 1.3.4
#r "nuget: SharepointCommon, 1.3.4"
// Install SharepointCommon as a Cake Addin #addin nuget:?package=SharepointCommon&version=1.3.4 // Install SharepointCommon as a Cake Tool #tool nuget:?package=SharepointCommon&version=1.3.4
Framework for Microsoft SharePoint© 2010 and 2013. Allows to map list items to simple hand-writen POCO classes and perform actions by manipulating with entities.
- strong typed operations with items
- abstract layer on Sharepoint object model
- simplifying recurring routine actions
- ability to unit test
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.1.1 | 7,049 | 11/21/2017 |
3.0.5-alpha | 1,459 | 8/8/2016 |
3.0.4-alpha | 1,417 | 8/4/2016 |
3.0.3-alpha | 1,460 | 6/30/2016 |
3.0.0-alpha | 1,513 | 3/3/2016 |
2.2.0 | 2,423 | 12/30/2015 |
2.1.1 | 1,713 | 11/10/2015 |
2.1.0 | 1,885 | 7/24/2015 |
2.0.0 | 1,726 | 6/6/2015 |
1.7.3 | 1,689 | 3/18/2015 |
1.7.2 | 1,881 | 10/2/2014 |
1.7.1 | 2,351 | 2/18/2014 |
1.7.0 | 1,763 | 12/27/2013 |
1.6.3 | 2,068 | 11/24/2013 |
1.6.2 | 1,751 | 11/19/2013 |
1.6.0 | 2,089 | 10/6/2013 |
1.5.0 | 2,406 | 9/12/2013 |
1.4.2 | 2,176 | 6/27/2013 |
1.4.1 | 1,831 | 3/31/2013 |
1.3.4 | 2,082 | 2/11/2013 |
1.3.3 | 1,763 | 1/30/2013 |
1.3.2 | 1,772 | 12/26/2012 |
1.3.1 | 1,923 | 12/13/2012 |
1.3.0 | 2,190 | 12/2/2012 |
- 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<T>(..)
- opened access to SPList from IQueryList<> (temporary, while all SPList functional not covered by wrapper)
- opened access to SPListItem by Item.ListItem