Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Composite Pattern

Implemantation of Composite Pattern in C#

To Do

  • Add a type propety. Enum: Chapter and Item. Price property represents subtotal for chapter.
  • Create a method to flatten tree.
  • Create a method to filter tree. Use a backing property which will contain all children and a readonly property that will contain the filltered result/items.
  • Write Unit Test.

About

Implemantation of Composite Pattern in C#

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages