C# Class Kooboo.Commerce.Categories.CategoryTree

Afficher le fichier Open project: Kooboo/Ecommerce Class Usage Examples

Méthodes publiques

Méthode 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

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

Method Details

BuildFrom() public static méthode

public static BuildFrom ( IEnumerable all ) : CategoryTree
all IEnumerable
Résultat CategoryTree

CategoryTree() public méthode

public CategoryTree ( ) : System
Résultat System

Clone() public méthode

public Clone ( ) : CategoryTree
Résultat CategoryTree

Desendants() public méthode

public Desendants ( ) : IEnumerable
Résultat IEnumerable

Find() public méthode

public Find ( int id ) : CategoryTreeNode
id int
Résultat CategoryTreeNode

ForEach() public méthode

public ForEach ( Action action ) : void
action Action
Résultat void

Get() public static méthode

public static Get ( string instance ) : CategoryTree
instance string
Résultat CategoryTree

Localize() public méthode

public Localize ( CultureInfo culture ) : CategoryTree
culture System.Globalization.CultureInfo
Résultat CategoryTree

Remove() public static méthode

public static Remove ( string instance ) : void
instance string
Résultat void