| IPluginSettingsBoundEntityId Property  | 
 
            Identifier of bound entity.
            
 
    Namespace: 
   Resto.Front.Api.Data.Settings
    Assembly:
   Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
 Syntax
SyntaxGuid? BoundEntityId { get; set; }Property Value
Type: 
NullableGuid Remarks
Remarks
            If settings are bound to some SyrveRMS entity (i.e. plugin payment type, plugin payment processor, etc.), set this identifier equal to entity id.
            This makes SyrveRMS 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
See Also