diff options
Diffstat (limited to 'Timeline/Resources/Models/Validation/Validator.Designer.cs')
-rw-r--r-- | Timeline/Resources/Models/Validation/Validator.Designer.cs | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/Timeline/Resources/Models/Validation/Validator.Designer.cs b/Timeline/Resources/Models/Validation/Validator.Designer.cs index 4cbc13de..74d4c169 100644 --- a/Timeline/Resources/Models/Validation/Validator.Designer.cs +++ b/Timeline/Resources/Models/Validation/Validator.Designer.cs @@ -61,47 +61,47 @@ namespace Timeline.Resources.Models.Validation { }
/// <summary>
- /// Looks up a localized string similar to Value is not of type {0}..
+ /// Looks up a localized string similar to Failed to create a validator instance from default constructor. See inner exception..
/// </summary>
- internal static string InvariantValidatorMessageBadType {
+ internal static string ValidateWithAttributeExceptionCreateFail {
get {
- return ResourceManager.GetString("InvariantValidatorMessageBadType", resourceCulture);
+ return ResourceManager.GetString("ValidateWithAttributeExceptionCreateFail", resourceCulture);
}
}
/// <summary>
- /// Looks up a localized string similar to Value can't be null..
+ /// Looks up a localized string similar to Given type is not assignable to IValidator..
/// </summary>
- internal static string InvariantValidatorMessageNull {
+ internal static string ValidateWithAttributeExceptionNotValidator {
get {
- return ResourceManager.GetString("InvariantValidatorMessageNull", resourceCulture);
+ return ResourceManager.GetString("ValidateWithAttributeExceptionNotValidator", resourceCulture);
}
}
/// <summary>
- /// Looks up a localized string similar to Validation succeeded..
+ /// Looks up a localized string similar to Value is not of type {0}..
/// </summary>
- internal static string InvariantValidatorMessageSuccess {
+ internal static string ValidatorMessageBadType {
get {
- return ResourceManager.GetString("InvariantValidatorMessageSuccess", resourceCulture);
+ return ResourceManager.GetString("ValidatorMessageBadType", resourceCulture);
}
}
/// <summary>
- /// Looks up a localized string similar to Failed to create a validator instance from default constructor. See inner exception..
+ /// Looks up a localized string similar to Value can't be null..
/// </summary>
- internal static string ValidateWithAttributeCreateFail {
+ internal static string ValidatorMessageNull {
get {
- return ResourceManager.GetString("ValidateWithAttributeCreateFail", resourceCulture);
+ return ResourceManager.GetString("ValidatorMessageNull", resourceCulture);
}
}
/// <summary>
- /// Looks up a localized string similar to Given type is not assignable to IValidator..
+ /// Looks up a localized string similar to Validation succeeded..
/// </summary>
- internal static string ValidateWithAttributeNotValidator {
+ internal static string ValidatorMessageSuccess {
get {
- return ResourceManager.GetString("ValidateWithAttributeNotValidator", resourceCulture);
+ return ResourceManager.GetString("ValidatorMessageSuccess", resourceCulture);
}
}
}
|