Click or drag to resize

ModifierIsSelectionRequired Method

Check if the user has to be asked about this modifier. Takes the modifier group into account. All modifiers in a group that requires selection also require selection.

Namespace:  LSRetail.Omni.Domain.DataModel.Base.Menu
Assembly:  LSRetail.Omni.Domain.DataModel.Base (in LSRetail.Omni.Domain.DataModel.Base.dll) Version: LS Omni 3.7.0
Syntax
C#
public bool IsSelectionRequired(
	ModifierGroup group
)

Parameters

group
Type: LSRetail.Omni.Domain.DataModel.Base.MenuModifierGroup
Group.

Return Value

Type: Boolean
true If the user has to be asked about this modifier; otherwise, false.
See Also