Ruyi SDK
Namespaces
Ruyi.SDK.SettingSystem.Api
SettingSystemService.Client Class
Client Methods
ConnectBluetoothDeviceAsync Method
ConnectToAppointedWifiAsync Method
ConnectToWifiAsync Method
DisconnectBluetoothDeviceAsync Method
DisconnectWifiAsync Method
DiscoverBluetoothDeviceAsync Method
GetAvailableWifiAsync Method
GetCategoryNodeAsync Method
GetChildNodeAsync Method
GetLanNetworkNameAsync Method
GetNetworkAdapterSettingsAsync Method
GetNetworkSettingsAsync Method
GetNetworkStatusAsync Method
GetSettingItemAsync Method
GetSettingItemsAsync Method
GetUserAppDataAsync Method
RemoveBluetoothDeviceAsync Method
RemoveUserAppDataAsync Method
RestoreDefaultAsync Method
RestoreUserDefaultAsync Method
RuyiStartNetworkSpeedTestAsync Method
RuyiStopNetworkSpeedTestAsync Method
RuyiTestNetworkAsync Method
SearchSettingItemsAsync Method
SetNetworkProxyAsync Method
SetNetworkSettingsAsync Method
SetSettingItemAsync Method
SetSettingItemsAsync Method
SettingItemNotifyAsync Method
SetUserAppDataAsync Method
UpdateModuleVersionAsync Method
Click or drag to resizeClick or drag to resize

SettingSystemServiceClientSearchSettingItemsAsync Method

[This is preliminary documentation and is subject to change.]

Search a set of settings using a json format string. According to the format of json string your write, searching can be separated to 3 types: simple search, lambda search and complicated search. And each of they can be combined with the other.

Namespace:  Ruyi.SDK.SettingSystem.Api
Assembly:  SDK.Gen.ServiceAsync (in SDK.Gen.ServiceAsync.dll) Version: 0.9.3.3995
Syntax
C#
Copy
public Task<Dictionary<string, SettingSearchResult>> SearchSettingItemsAsync(
	string filterJson,
	CancellationToken cancellationToken
)

Parameters

filterJson
Type: SystemString
Json string used to search.
cancellationToken
Type: System.ThreadingCancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:Ruyi.SDK.SettingSystem.Api.SettingSystemService.Client.SearchSettingItemsAsync(System.String,System.Threading.CancellationToken)"]

Return Value

Type: TaskDictionaryString, SettingSearchResult

[Missing <returns> documentation for "M:Ruyi.SDK.SettingSystem.Api.SettingSystemService.Client.SearchSettingItemsAsync(System.String,System.Threading.CancellationToken)"]

See Also

Reference

SettingSystemServiceClient Class
Ruyi.SDK.SettingSystem.Api Namespace

Copyright ©Zhongshan Subor Advanced Technology Co., Ltd. 2017-2018, All right reserved

Send comments on this topic to dev-support@playruyi.com