TreeCollections
A generic tree library in C# that focuses on hierarchical entity representations. It features full LINQ querying, intuitive manipulation of nodes, error detection, class extensibility (e.g. to accommodate business rules), and format conversion / serialization.
파일 탐색기
최종 버전 다운로드 (.zip)- contents.doctree
- environment.pickle
- index.doctree
- overview.doctree
- quickstart.doctree
- contents.doctree
- environment.pickle
- index.doctree
- overview.doctree
- quickstart.doctree
- contents.rst.txt
- index.rst.txt
- overview.rst.txt
- quickstart.rst.txt
- badge_only.css
- theme.css
- lato-bold.eot
- lato-bold.ttf
- lato-bold.woff
- lato-bold.woff2
- lato-bolditalic.eot
- lato-bolditalic.ttf
- lato-bolditalic.woff
- lato-bolditalic.woff2
- lato-italic.eot
- lato-italic.ttf
- lato-italic.woff
- lato-italic.woff2
- lato-regular.eot
- lato-regular.ttf
- lato-regular.woff
- lato-regular.woff2
- roboto-slab-v7-bold.eot
- roboto-slab-v7-bold.ttf
- roboto-slab-v7-bold.woff
- roboto-slab-v7-bold.woff2
- roboto-slab-v7-regular.eot
- roboto-slab-v7-regular.ttf
- roboto-slab-v7-regular.woff
- roboto-slab-v7-regular.woff2
- fontawesome-webfont.eot
- fontawesome-webfont.svg
- fontawesome-webfont.ttf
- fontawesome-webfont.woff
- fontawesome-webfont.woff2
- Inconsolata-Bold.ttf
- Inconsolata-Regular.ttf
- Inconsolata.ttf
- Lato-Bold.ttf
- Lato-Regular.ttf
- RobotoSlab-Bold.ttf
- RobotoSlab-Regular.ttf
- modernizr.min.js
- theme.js
- alabaster.css
- basic.css
- custom.css
- doctools.js
- documentation_options.js
- file.png
- jquery-3.2.1.js
- jquery.js
- language_data.js
- minus.png
- plus.png
- pygments.css
- searchtools.js
- underscore-1.3.1.js
- underscore.js
- .buildinfo
- contents.html
- genindex.html
- index.html
- objects.inv
- overview.html
- quickstart.html
- search.html
- searchindex.js
- conf.py
- index.rst
- make.bat
- Makefile
- overview.rst
- requirements.txt
- categories.json
- category-content-map.json
- categories.json
- category-content-map.json
- CategoryDataNode.cs
- CategoryItem.cs
- CategoryTreeLookup.cs
- ContentItem.cs
- NodeClasses.cs
- DemoCopyTo.cs
- DemoDefaultEntityTrees.cs
- DemoPreOrderEnumeration.cs
- DemoReadOnlyTree.cs
- DemoSerialTree.cs
- DemoSiblingRepositioning.cs
- DemoSimpleMutableTree.cs
- DemoSpecialCaseMoveOperation.cs
- CollectionExtensions.cs
- GeneralExtensions.cs
- SerializeCollectionExtensions.cs
- StringWrapExtensions.cs
- DemoCanvas.cs
- Demos.csproj
- Program.cs
- CollectionExtensions.cs
- SerializeCollectionExtensions.cs
- StringWrapExtensions.cs
- EnumeratorHost.cs
- LevelOrderEnumerator.cs
- PreOrderEnumerator.cs
- PreOrderFilteringEnumerator.cs
- HierarchyPosition.cs
- HierarchyPositionParentComparer.cs
- OperatorOverloads.cs
- Parsing.cs
- AliasComparer.cs
- EntityDefinition.cs
- Interfaces.cs
- NamedEntityDefinition.cs
- MutableEntityTreeNode.cs
- NamedMutableEntityTreeNode.cs
- NodeOrderItemComparer.cs
- MutableEntityTreeNode.cs
- AddOperations.cs
- Adjacency.cs
- AttachOperations.cs
- DetachOperations.cs
- ErrorManagementHelpers.cs
- MoveOperations.cs
- MutableEntityTreeNode.cs
- OperationHelpers.cs
- ReorderOperations.cs
- ReadOnlyEntityTreeNode.cs
- ReadOnlyEntityTreeNode.cs
- EntityTreeBuildExtensions.cs
- EntityTreeNode.cs
- EntityTreeNodeCompressOperations.cs
- ErrorCheckOptions.cs
- IdentityError.cs
- IEntityTreeNode.cs
- IItemTreeNode.cs
- ItemTreeBuildExtensions.cs
- ItemTreeNode.cs
- ItemTreeNodeCopyOperations.cs
- HtmlBuildDefinition.cs
- TreeHtmlBuilder.cs
- TreeJsonBuilder.cs
- TreeStringSerializationExtensions.cs
- ITreeNode.cs
- TreeNode.cs
- TreeNodeCopyOperations.cs
- TreeNodeQueries.cs
- TreeQueryExtensions.cs
- SerialTreeNode.cs
- TreeCollections.csproj
- TreeCollections.sln
- .gitignore
- .readthedocs.yml.txt
- LICENSE
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/davidwest/TreeCollections
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd TreeCollections
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
// repository documentation
Was this content helpful?
(0 ratings)
