DisplayItemModelExtensions Class
Extensions of DisplayItemModel.
Namespace
Songhay.Extensions
Base Types
  • object
graph BT Type-->Base0["object"] Type["DisplayItemModelExtensions"] class Type type-node

Syntax

public static class DisplayItemModelExtensions

Methods

Name Return Value Summary
HasTag(DisplayItemModel, Func<object, bool>?) bool
Returns true when the item has the Tag based on the specified evaluator.
static
ToMenuDisplayItemModel(DisplayItemModel) MenuDisplayItemModel
Converts the DisplayItemModel into a menu display item model.
static
WithTag(DisplayItemModel, object) DisplayItemModel
Fluently sets Tag.
static