namespace Nop.Web.Framework.Validators; /// /// Represents default values related to validation /// public static partial class NopValidationDefaults { /// /// Gets the name of a rule set used to validate model /// public static string ValidationRuleSet => "Validate"; /// /// Gets the name of a locale used in not-null validation /// public static string NotNullValidationLocaleName => "Admin.Common.Validation.NotEmpty"; }