Method | Description | |
---|---|---|
Contains ( this categoryList, string name ) : bool |
Returns a value indicating whether the specified category by name occurs within this CategoryList.
|
|
GetCategoryNames ( this categoryList ) : IEnumerable |
Returns names of categories for provided CategoryList.
|
|
GetCommaSeparatedCategories ( this categoryList, bool requireAvailable = false, bool requireSelectable = false ) : string |
Builds a comma separated string of categories using LocalizedDescription as name.
|
|
GetFullCategories ( this categoryList ) : IEnumerable |
Returns enumeration of Category for provided CategoryList.
|
public static Contains ( this categoryList, string name ) : bool | ||
categoryList | this | CategoryList with categories. |
name | string | Category name to seek. |
return | bool |
public static GetCategoryNames ( this categoryList ) : IEnumerable |
||
categoryList | this | CategoryList with categories. |
return | IEnumerable |
public static GetCommaSeparatedCategories ( this categoryList, bool requireAvailable = false, bool requireSelectable = false ) : string | ||
categoryList | this | CategoryList with categories. |
requireAvailable | bool | Flag to filter by Available. |
requireSelectable | bool | Flag to filter by Selectable. |
return | string |
public static GetFullCategories ( this categoryList ) : IEnumerable |
||
categoryList | this | CategoryList with categories. |
return | IEnumerable |