Ejemplo n.º 1
0
        public PathContainsSpacesReasong()
            : base()
        {
            ReasonType = EReason.eR_PathContainsWhitespaces;
            Severity   = EReasonSeverity.eRS_warning;
            HumanReadableExplanation = Properties.ValidationReasons.PathContainsSpaces;

            HumanReadableSolutions.Add(Properties.ValidationReasons.SolPathContainsSpaces);
        }
Ejemplo n.º 2
0
        public PathNonExistentReason() : base()
        {
            ReasonType = EReason.eR_PathDoesNotExist;
            Severity   = EReasonSeverity.eRS_warning;
            HumanReadableExplanation = Properties.ValidationReasons.PathDoesNotExist;

            HumanReadableSolutions.Add(Properties.ValidationReasons.SolPathDoesNotExistCreate);
            HumanReadableSolutions.Add(Properties.ValidationReasons.SolPathDoesNotExistChooseValid);
        }
        public PathContainsNonLatinCharactersReason()
            : base()
        {
            ReasonType = EReason.eR_PathContainsNonLatinCharacters;
            Severity   = EReasonSeverity.eRS_warning;
            HumanReadableExplanation = Properties.ValidationReasons.PathContainsNonLatinCharacters;

            HumanReadableSolutions.Add(Properties.ValidationReasons.SolPathContainsNonLatinCharacters);
        }