/
krasninja
/
querycat
Обзор
Документация
Войти
/
krasninja
/
querycat
Код
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
src/QueryCat.Backend.Core/Resources/Errors.Designer.cs
102 строки
4 KB
Ivan Kozhin
Add test classes, refactor EnumerableRowsInput
24 май 2024, 19:12
24 май 2024, 19:12
35b70e8
Код
Авторство
О чём код?
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //------------------------------------------------------------------------------ namespace QueryCat.Backend.Core.Resources { using System; [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [System.Diagnostics.DebuggerNonUserCodeAttribute()] [System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Errors { private static System.Resources.ResourceManager resourceMan; private static System.Globalization.CultureInfo resourceCulture; [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Errors() { } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] internal static System.Resources.ResourceManager ResourceManager { get { if (object.Equals(null, resourceMan)) { System.Resources.ResourceManager temp = new System.Resources.ResourceManager("QueryCat.Backend.Core.Resources.Errors", typeof(Errors).Assembly); resourceMan = temp; } return resourceMan; } } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] internal static System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } internal static string CannotFindColumn { get { return ResourceManager.GetString("CannotFindColumn", resourceCulture); } } internal static string CannotFindFunction { get { return ResourceManager.GetString("CannotFindFunction", resourceCulture); } } internal static string CannotFindFunctionWithArguments { get { return ResourceManager.GetString("CannotFindFunctionWithArguments", resourceCulture); } } internal static string InvalidValueType { get { return ResourceManager.GetString("InvalidValueType", resourceCulture); } } internal static string InvalidOperation { get { return ResourceManager.GetString("InvalidOperation", resourceCulture); } } internal static string CannotGetOrDelegate { get { return ResourceManager.GetString("CannotGetOrDelegate", resourceCulture); } } internal static string CannotGetAndDelegate { get { return ResourceManager.GetString("CannotGetAndDelegate", resourceCulture); } } internal static string CannotGetNotDelegate { get { return ResourceManager.GetString("CannotGetNotDelegate", resourceCulture); } } internal static string QueryMissedRequiredCondition { get { return ResourceManager.GetString("QueryMissedRequiredCondition", resourceCulture); } } } }