Path validation

* invalid path message
* its validation attribute
This commit is contained in:
Paul Schneider 2019-09-05 15:06:55 +01:00
commit 071f0260e3
5 changed files with 50 additions and 9 deletions

View file

@ -1,12 +1,12 @@
// ------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a tool.
// Mono Runtime Version: 4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogenerated>
// ------------------------------------------------------------------------------
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Yavsc.Attributes.Validation {
using System;
@ -54,5 +54,11 @@ namespace Yavsc.Attributes.Validation {
return ResourceManager.GetString("InvalidStringLength", resourceCulture);
}
}
public static string InvalidPath {
get {
return ResourceManager.GetString("InvalidPath", resourceCulture);
}
}
}
}