Click or drag to resize

PluginSettings Constructor

Ctor.

Namespace:  Resto.Front.Api.Data.Settings
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
public PluginSettings(
	Guid pluginKey,
	Guid? boundEntityId,
	int version,
	List<ISetting> settings
)

Parameters

pluginKey
Type: System.Guid
boundEntityId
Type: System.Nullable<Guid>
version
Type: System.Int32
settings
Type: System.Collections.Generic.List<ISetting>
See Also