Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.ISelectionListIntNull.GetSelectionListIntNullAsync Method

Returns a collection of integer/enum values suitable for rendering in a DropDownList component.

Class: YetaWF.Core.Components.ISelectionListIntNull
Namespace: YetaWF.Core.Components
Assembly: YetaWF.Core

Syntax

public Task<List<SelectionItem<int?>>> GetSelectionListIntNullAsync( bool showDefault );

Parameters

showDefault

Set to true to add a "(select)" entry at the top of the list, false otherwise.

Return Value

Returns a collection of integer/enum values suitable for rendering in a DropDownList component.

See Also YetaWF.Core.Components.ISelectionListIntNull ClassYetaWF.Core Overview