PluginSettings Constructor |
Ctor.
Namespace:
Resto.Front.Api.Data.Settings
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxpublic PluginSettings(
Guid pluginKey,
Guid? boundEntityId,
int version,
List<ISetting> settings
)
Parameters
- pluginKey
- Type: SystemGuid
- boundEntityId
- Type: SystemNullableGuid
- version
- Type: SystemInt32
- settings
- Type: System.Collections.GenericListISetting
See Also