add prefix and suffix option for Setting
This commit is contained in:
parent
c2c9347d6d
commit
1e590d02fa
@ -51,6 +51,9 @@ namespace MBS.Framework
|
|||||||
/// <value><c>true</c> if this <see cref="Setting" /> is required to have a value; otherwise, <c>false</c>.</value>
|
/// <value><c>true</c> if this <see cref="Setting" /> is required to have a value; otherwise, <c>false</c>.</value>
|
||||||
public bool Required { get; set; } = false;
|
public bool Required { get; set; } = false;
|
||||||
|
|
||||||
|
public string Prefix { get; set; } = null;
|
||||||
|
public string Suffix { get; set; } = null;
|
||||||
|
|
||||||
public class SettingCollection
|
public class SettingCollection
|
||||||
: System.Collections.ObjectModel.Collection<Setting>
|
: System.Collections.ObjectModel.Collection<Setting>
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user