Méthode | Description | |
---|---|---|
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 ( ) : |
Méthode | Description | |
---|---|---|
FindItem ( IEnumerable |
||
FindItem ( string name ) : IItem |
public AddItem ( IItem item, |
||
item | IItem | |
category | ||
Résultat | void |
public ConvertAndAdd ( IEnumerable |
||
regularItems | IEnumerable |
|
itemAction | Action |
|
categoriesByGroups | bool | |
Résultat | void |
public CreateCategoryIfNotExist ( ) : |
||
Résultat |
protected FindItem ( IEnumerable |
||
items | IEnumerable |
|
name | string | |
recursive | bool | |
Résultat | IItem |