Extensions of
MenuDisplayItemModel
- Namespace
- Songhay
.Extensions - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["MenuDisplayItemModelExtensions"]
class Type type-node
Syntax
public static class MenuDisplayItemModelExtensions
Methods
Name | Return Value | Summary |
---|---|---|
DefaultOrFirst |
MenuDisplayItemModel |
Returns the Default Selection
IsDefaultSelection == true
or the First MenuDisplayItemModel .
static
|
GetAllBy |
IEnumerable |
Gets all
MenuDisplayItemModel
by the specified predicate.
static
|
HasGroupId |
bool |
Returns
true when the grouping has the specified identifier.
static
|
WithChildItem |
MenuDisplayItemModel |
Fluently returns
MenuDisplayItemModel with child item.
static
|
WithChildItems |
MenuDisplayItemModel |
Fluently returns
MenuDisplayItemModel with child items.
static
|