diff --git a/MBS.Framework/Setting.cs b/MBS.Framework/Setting.cs index 798a2f9..bef6723 100644 --- a/MBS.Framework/Setting.cs +++ b/MBS.Framework/Setting.cs @@ -51,6 +51,9 @@ namespace MBS.Framework /// true if this is required to have a value; otherwise, false. public bool Required { get; set; } = false; + public string Prefix { get; set; } = null; + public string Suffix { get; set; } = null; + public class SettingCollection : System.Collections.ObjectModel.Collection {