C# Class Kooboo.Commerce.Categories.CategoryTree

Datei anzeigen Open project: Kooboo/Ecommerce Class Usage Examples

Public Methods

Method Description
BuildFrom ( IEnumerable all ) : CategoryTree
CategoryTree ( ) : System
Clone ( ) : CategoryTree
Desendants ( ) : IEnumerable
Find ( int id ) : CategoryTreeNode
ForEach ( Action action ) : void
Get ( string instance ) : CategoryTree
Localize ( CultureInfo culture ) : CategoryTree
Remove ( string instance ) : void

Private Methods

Method Description
BuildEntry ( Category category, IEnumerable all ) : CategoryTreeNode
CloneEntry ( CategoryTreeNode entry, CategoryTreeNode parent ) : CategoryTreeNode
GetAllCategoryKeys ( ) : List

Method Details

BuildFrom() public static method

public static BuildFrom ( IEnumerable all ) : CategoryTree
all IEnumerable
return CategoryTree

CategoryTree() public method

public CategoryTree ( ) : System
return System

Clone() public method

public Clone ( ) : CategoryTree
return CategoryTree

Desendants() public method

public Desendants ( ) : IEnumerable
return IEnumerable

Find() public method

public Find ( int id ) : CategoryTreeNode
id int
return CategoryTreeNode

ForEach() public method

public ForEach ( Action action ) : void
action Action
return void

Get() public static method

public static Get ( string instance ) : CategoryTree
instance string
return CategoryTree

Localize() public method

public Localize ( CultureInfo culture ) : CategoryTree
culture System.Globalization.CultureInfo
return CategoryTree

Remove() public static method

public static Remove ( string instance ) : void
instance string
return void