Click or drag to resize

IPluginSettingsBoundEntityId Property

Identifier of bound entity.

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

Property Value

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