DocumentDataProvider – Creating a custom LINQ to Umbraco Tree

This article covers part of the DocumentDataProvider from the LINQ to Umbraco Extensions project.
OverviewWhen you create a custom LINQ to Umbraco data provider there are a number of classes which you need to implement, this article will look at how to…


This content originally appeared on Posts on LINQ to Fail and was authored by Posts on LINQ to Fail

This article covers part of the DocumentDataProvider from the LINQ to Umbraco Extensions project. OverviewWhen you create a custom LINQ to Umbraco data provider there are a number of classes which you need to implement, this article will look at how to implement the Tree<T> class. But what is the point of the Tree<T> class for? The class is responsible for most of the heavy lifting for a particular type. The Tree<T> object is actually what is returned when you access a collection from the UmbracoDataContext that you generate from the code generator.


This content originally appeared on Posts on LINQ to Fail and was authored by Posts on LINQ to Fail


Print Share Comment Cite Upload Translate Updates
APA

Posts on LINQ to Fail | Sciencx (2010-10-01T00:00:00+00:00) DocumentDataProvider – Creating a custom LINQ to Umbraco Tree. Retrieved from https://www.scien.cx/2010/10/01/documentdataprovider-creating-a-custom-linq-to-umbraco-tree/

MLA
" » DocumentDataProvider – Creating a custom LINQ to Umbraco Tree." Posts on LINQ to Fail | Sciencx - Friday October 1, 2010, https://www.scien.cx/2010/10/01/documentdataprovider-creating-a-custom-linq-to-umbraco-tree/
HARVARD
Posts on LINQ to Fail | Sciencx Friday October 1, 2010 » DocumentDataProvider – Creating a custom LINQ to Umbraco Tree., viewed ,<https://www.scien.cx/2010/10/01/documentdataprovider-creating-a-custom-linq-to-umbraco-tree/>
VANCOUVER
Posts on LINQ to Fail | Sciencx - » DocumentDataProvider – Creating a custom LINQ to Umbraco Tree. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2010/10/01/documentdataprovider-creating-a-custom-linq-to-umbraco-tree/
CHICAGO
" » DocumentDataProvider – Creating a custom LINQ to Umbraco Tree." Posts on LINQ to Fail | Sciencx - Accessed . https://www.scien.cx/2010/10/01/documentdataprovider-creating-a-custom-linq-to-umbraco-tree/
IEEE
" » DocumentDataProvider – Creating a custom LINQ to Umbraco Tree." Posts on LINQ to Fail | Sciencx [Online]. Available: https://www.scien.cx/2010/10/01/documentdataprovider-creating-a-custom-linq-to-umbraco-tree/. [Accessed: ]
rf:citation
» DocumentDataProvider – Creating a custom LINQ to Umbraco Tree | Posts on LINQ to Fail | Sciencx | https://www.scien.cx/2010/10/01/documentdataprovider-creating-a-custom-linq-to-umbraco-tree/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.