mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
add IKeyed to ILanguageLabel to easily get the key
This commit is contained in:
parent
cb752850ff
commit
1150d9e497
1 changed files with 4 additions and 2 deletions
|
|
@ -1,6 +1,8 @@
|
|||
namespace PepperDash_Essentials_Core.DeviceTypeInterfaces
|
||||
using PepperDash.Core;
|
||||
|
||||
namespace PepperDash_Essentials_Core.DeviceTypeInterfaces
|
||||
{
|
||||
public interface ILanguageLabel
|
||||
public interface ILanguageLabel:IKeyed
|
||||
{
|
||||
string Description { get; set; }
|
||||
string DisplayText { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue