메소드 | 설명 | |
---|---|---|
AddItem ( IItem item, |
You can pass any IItem here. SelectionMenuItem will invoke it's action when clicked Anything else will do no action when clicked
|
|
ConvertAndAdd ( IEnumerable |
||
CreateCategoryIfNotExist ( ) : |
메소드 | 설명 | |
---|---|---|
FindItem ( IEnumerable |
||
FindItem ( string name ) : IItem |
public AddItem ( IItem item, |
||
item | IItem | |
category | ||
리턴 | void |
public ConvertAndAdd ( IEnumerable |
||
regularItems | IEnumerable |
|
itemAction | Action |
|
categoriesByGroups | bool | |
리턴 | void |
public CreateCategoryIfNotExist ( ) : |
||
리턴 |
protected FindItem ( IEnumerable |
||
items | IEnumerable |
|
name | string | |
recursive | bool | |
리턴 | IItem |