C# 클래스 Kooboo.Commerce.Categories.CategoryTree

파일 보기 프로젝트 열기: Kooboo/Ecommerce 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
BuildEntry ( Category category, IEnumerable all ) : CategoryTreeNode
CloneEntry ( CategoryTreeNode entry, CategoryTreeNode parent ) : CategoryTreeNode
GetAllCategoryKeys ( ) : List

메소드 상세

BuildFrom() 공개 정적인 메소드

public static BuildFrom ( IEnumerable all ) : CategoryTree
all IEnumerable
리턴 CategoryTree

CategoryTree() 공개 메소드

public CategoryTree ( ) : System
리턴 System

Clone() 공개 메소드

public Clone ( ) : CategoryTree
리턴 CategoryTree

Desendants() 공개 메소드

public Desendants ( ) : IEnumerable
리턴 IEnumerable

Find() 공개 메소드

public Find ( int id ) : CategoryTreeNode
id int
리턴 CategoryTreeNode

ForEach() 공개 메소드

public ForEach ( Action action ) : void
action Action
리턴 void

Get() 공개 정적인 메소드

public static Get ( string instance ) : CategoryTree
instance string
리턴 CategoryTree

Localize() 공개 메소드

public Localize ( CultureInfo culture ) : CategoryTree
culture System.Globalization.CultureInfo
리턴 CategoryTree

Remove() 공개 정적인 메소드

public static Remove ( string instance ) : void
instance string
리턴 void