Info
| Version: | 1.1.1 | 
| Author(s): | guowei | 
| Last Update: | Friday, October 30, 2020 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/afghh/Infrastructure.ObjectsGraph | 
| NuGet Url: | https://www.nuget.org/packages/Infrastructure.ObjectsGraph | 
Install
Install-Package Infrastructure.ObjectsGraph
                        dotnet add package Infrastructure.ObjectsGraph
                        paket add Infrastructure.ObjectsGraph
                        
                                Infrastructure.ObjectsGraph Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Infrastructure.DeepCloner(>= 1.0.2)
Tags
 
                
1.Class Warden can find out objects that is added,changed and deleted in the objects graph.
2.Class GraphVisitor can traversing graph use breadth first search,make the graph collapse to a list,and search object in the graph.
3.Class EnumerableQuerier and GraphQuerier can query enumerable object,join them and mapping to a ListT.
The example is on the github.