NZBDash.UI.Models.ViewModels.Settings.AlertRules.AlertRules C# (CSharp) Method

AlertRules() public method

public AlertRules ( ) : System.Collections.Generic
return System.Collections.Generic
        public AlertRules()
        {
            Errors = new Dictionary<string, string>();
        }
AlertRules