Syrve POS Api V9 Code Reference
Syrve POS Api V9 Code Reference
Resto.Front.Api.Data.Settings
PluginSettings Class
PluginSettings Methods
TryGetValue Method
TryGetValue<TValue>(String) Method
TryGetValue<TSetting, TValue>(String) Method
Plugin
Settings
Try
Get
Value
TSetting
,
TValue
(String) Method
Namespace:
Resto.Front.Api.Data.Settings
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
Copy
public
TValue
TryGetValue
<TSetting, TValue>(
string
key
)
where
TSetting :
BaseSetting
<TValue>
Parameters
key
String
Type Parameters
TSetting
TValue
Return Value
TValue
Implements
IPluginSettings
TryGetValue
TSetting, TValue
(String)
See Also
Reference
PluginSettings Class
TryGetValue Overload
Resto.Front.Api.Data.Settings Namespace