/
krasninja
/
querycat
Обзор
Документация
Войти
/
krasninja
/
querycat
Код
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
src/QueryCat.Backend/Resources/Errors.Designer.cs
330 строк
11 KB
Ivan Kozhin
Get property value safer
04 июн 2024, 06:35
04 июн 2024, 06:35
afbd16e
Код
Авторство
О чём код?
//------------------------------------------------------------------------------ // <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.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.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 CannotRunInSafeMode { get { return ResourceManager.GetString("CannotRunInSafeMode", resourceCulture); } } internal static string CannotFindColumn { get { return ResourceManager.GetString("CannotFindColumn", resourceCulture); } } internal static string Plugins_CannotFind { get { return ResourceManager.GetString("Plugins_CannotFind", resourceCulture); } } internal static string InvalidRowIndex { get { return ResourceManager.GetString("InvalidRowIndex", resourceCulture); } } internal static string InvalidOperation { get { return ResourceManager.GetString("InvalidOperation", resourceCulture); } } internal static string CannotUseUnsafeFunction { get { return ResourceManager.GetString("CannotUseUnsafeFunction", resourceCulture); } } internal static string CannotSetArgument { get { return ResourceManager.GetString("CannotSetArgument", resourceCulture); } } internal static string CannotFindTimeZone { get { return ResourceManager.GetString("CannotFindTimeZone", resourceCulture); } } internal static string InvalidArgumentType { get { return ResourceManager.GetString("InvalidArgumentType", resourceCulture); } } internal static string CannotFindArgumentInFunction { get { return ResourceManager.GetString("CannotFindArgumentInFunction", resourceCulture); } } internal static string InvalidStatement { get { return ResourceManager.GetString("InvalidStatement", resourceCulture); } } internal static string NoValues { get { return ResourceManager.GetString("NoValues", resourceCulture); } } internal static string CannotApplyOperationForTypes { get { return ResourceManager.GetString("CannotApplyOperationForTypes", resourceCulture); } } internal static string CannotCastToVoid { get { return ResourceManager.GetString("CannotCastToVoid", resourceCulture); } } internal static string InvalidBetweenExpression { get { return ResourceManager.GetString("InvalidBetweenExpression", resourceCulture); } } internal static string RecursiveMustHaveUnion { get { return ResourceManager.GetString("RecursiveMustHaveUnion", resourceCulture); } } internal static string CoalesceMustHaveSameArguments { get { return ResourceManager.GetString("CoalesceMustHaveSameArguments", resourceCulture); } } internal static string NotImplemented { get { return ResourceManager.GetString("NotImplemented", resourceCulture); } } internal static string NoColumns { get { return ResourceManager.GetString("NoColumns", resourceCulture); } } internal static string NoInputs { get { return ResourceManager.GetString("NoInputs", resourceCulture); } } internal static string CombineMustHaveSameColumns { get { return ResourceManager.GetString("CombineMustHaveSameColumns", resourceCulture); } } internal static string Plugins_NoDirectory { get { return ResourceManager.GetString("Plugins_NoDirectory", resourceCulture); } } internal static string NoUsingJoinColumns { get { return ResourceManager.GetString("NoUsingJoinColumns", resourceCulture); } } internal static string ColumnsCountNoMatch { get { return ResourceManager.GetString("ColumnsCountNoMatch", resourceCulture); } } internal static string InvalidField { get { return ResourceManager.GetString("InvalidField", resourceCulture); } } internal static string NotSupported { get { return ResourceManager.GetString("NotSupported", resourceCulture); } } internal static string SchemasNotEqual { get { return ResourceManager.GetString("SchemasNotEqual", resourceCulture); } } internal static string InvalidRowsInput { get { return ResourceManager.GetString("InvalidRowsInput", resourceCulture); } } internal static string CannotResolveInputSource { get { return ResourceManager.GetString("CannotResolveInputSource", resourceCulture); } } internal static string CannotFindPartition { get { return ResourceManager.GetString("CannotFindPartition", resourceCulture); } } internal static string InvalidUri { get { return ResourceManager.GetString("InvalidUri", resourceCulture); } } internal static string InvalidSubqueryColumnsCount { get { return ResourceManager.GetString("InvalidSubqueryColumnsCount", resourceCulture); } } internal static string RowsInputNotUpdatable { get { return ResourceManager.GetString("RowsInputNotUpdatable", resourceCulture); } } internal static string CannotEnumerateFiles { get { return ResourceManager.GetString("CannotEnumerateFiles", resourceCulture); } } internal static string PathNoFiles { get { return ResourceManager.GetString("PathNoFiles", resourceCulture); } } internal static string CannotWriteToCollection { get { return ResourceManager.GetString("CannotWriteToCollection", resourceCulture); } } internal static string CannotWriteToProperty { get { return ResourceManager.GetString("CannotWriteToProperty", resourceCulture); } } internal static string FormatterNoOutput { get { return ResourceManager.GetString("FormatterNoOutput", resourceCulture); } } internal static string PathNotDefined { get { return ResourceManager.GetString("PathNotDefined", resourceCulture); } } internal static string DelimiterOneCharacter { get { return ResourceManager.GetString("DelimiterOneCharacter", resourceCulture); } } internal static string InvalidParserValue { get { return ResourceManager.GetString("InvalidParserValue", resourceCulture); } } internal static string NotSupportedNodeType { get { return ResourceManager.GetString("NotSupportedNodeType", resourceCulture); } } internal static string CannotParseValue { get { return ResourceManager.GetString("CannotParseValue", resourceCulture); } } internal static string InvalidQuantifier { get { return ResourceManager.GetString("InvalidQuantifier", resourceCulture); } } internal static string NoStatements { get { return ResourceManager.GetString("NoStatements", resourceCulture); } } internal static string NoConditions { get { return ResourceManager.GetString("NoConditions", resourceCulture); } } internal static string CannotSelectObject { get { return ResourceManager.GetString("CannotSelectObject", resourceCulture); } } } }