add ID to ChoiceSettingValue
This commit is contained in:
parent
55af41f5cb
commit
656b6abc61
@ -58,6 +58,7 @@ namespace MBS.Framework.Settings
|
|||||||
public string Name { get; set; } = String.Empty;
|
public string Name { get; set; } = String.Empty;
|
||||||
public string Title { get; set; } = String.Empty;
|
public string Title { get; set; } = String.Empty;
|
||||||
public object Value { get; set; } = null;
|
public object Value { get; set; } = null;
|
||||||
|
public Guid ID { get; set; } = Guid.Empty;
|
||||||
|
|
||||||
public ChoiceSettingValue(object value)
|
public ChoiceSettingValue(object value)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user