Click or drag to resize

IPluginSettingsBoundEntityId Property

Identifier of bound entity.

Namespace:  Resto.Front.Api.Data.Settings
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
Guid? BoundEntityId { get; set; }

Property Value

Type: NullableGuid
Remarks
If settings are bound to some Instance entity (i.e. plugin payment type, plugin payment processor, etc.), set this identifier equal to entity id. This makes Instance know that entity and settings are bound, and settings will be available in entity editor in Syrve Office. Otherwise set this identidier to null.
See Also