From 3ddb38839ac07de4edf071faeb753b62acb0bed1 Mon Sep 17 00:00:00 2001 From: 杨宇千 Date: Tue, 22 Oct 2019 20:49:52 +0800 Subject: ... --- .../Models/Validation/Validator.Designer.cs | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'Timeline/Resources/Models/Validation/Validator.Designer.cs') diff --git a/Timeline/Resources/Models/Validation/Validator.Designer.cs b/Timeline/Resources/Models/Validation/Validator.Designer.cs index f2532af3..4cbc13de 100644 --- a/Timeline/Resources/Models/Validation/Validator.Designer.cs +++ b/Timeline/Resources/Models/Validation/Validator.Designer.cs @@ -60,6 +60,33 @@ namespace Timeline.Resources.Models.Validation { } } + /// + /// Looks up a localized string similar to Value is not of type {0}.. + /// + internal static string InvariantValidatorMessageBadType { + get { + return ResourceManager.GetString("InvariantValidatorMessageBadType", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Value can't be null.. + /// + internal static string InvariantValidatorMessageNull { + get { + return ResourceManager.GetString("InvariantValidatorMessageNull", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Validation succeeded.. + /// + internal static string InvariantValidatorMessageSuccess { + get { + return ResourceManager.GetString("InvariantValidatorMessageSuccess", resourceCulture); + } + } + /// /// Looks up a localized string similar to Failed to create a validator instance from default constructor. See inner exception.. /// -- cgit v1.2.3