Click or drag to resize

PluginSettings Constructor

Ctor.

Namespace:  Resto.Front.Api.V5.Data.Settings
Assembly:  Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax
C#
public 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