add DecimalPlaces property
This commit is contained in:
parent
75c2dcca65
commit
9ca837c212
@ -25,6 +25,7 @@ namespace MBS.Framework.Settings
|
||||
{
|
||||
public decimal? MinimumValue { get; set; } = null;
|
||||
public decimal? MaximumValue { get; set; } = null;
|
||||
public int DecimalPlaces { get; set; } = 0;
|
||||
|
||||
public RangeSetting(string name, string title, decimal defaultValue = 0.0M, decimal? minimumValue = null, decimal? maximumValue = null) : base(name, title, defaultValue)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user