Table of Contents

Interface ILookupService

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

ILookupService 接口

public interface ILookupService
Extension Methods

Methods

GetItemsByKey(string?)

根据指定键值获取 Lookup 集合方法

IEnumerable<SelectedItem>? GetItemsByKey(string? key)

Parameters

key string

获得 Lookup 数据集合键值

Returns

IEnumerable<SelectedItem>

GetItemsByKey(string?, object?)

根据指定键值获取 Lookup 集合方法

IEnumerable<SelectedItem>? GetItemsByKey(string? key, object? data)

Parameters

key string

获得 Lookup 数据集合键值

data object

Lookup 键值附加数据

Returns

IEnumerable<SelectedItem>