//------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ namespace Znyc.Recruitment.Admin.Commons.Properties { using System; /// /// 一个强类型的资源类,用于查找本地化的字符串等。 /// // 此类是由 StronglyTypedResourceBuilder // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen // (以 /str 作为命令选项),或重新生成 VS 项目。 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Resources() { } /// /// 返回此类使用的缓存的 ResourceManager 实例。 /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Znyc.Recruitment.Admin.Commons.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } /// /// 重写当前线程的 CurrentUICulture 属性,对 /// 使用此强类型资源类的所有资源查找执行重写。 /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// 查找类似 参数中的字符\"{0}\"不是 {1} 进制数的有效字符。 的本地化字符串。 /// internal static string AnyRadixConvert_CharacterIsNotValid { get { return ResourceManager.GetString("AnyRadixConvert_CharacterIsNotValid", resourceCulture); } } /// /// 查找类似 0 的本地化字符串。 /// internal static string AnyRadixConvert_Overflow { get { return ResourceManager.GetString("AnyRadixConvert_Overflow", resourceCulture); } } /// /// 查找类似 缓存功能尚未初始化,未找到可用的 ICacheProvider 实现。 的本地化字符串。 /// internal static string Caching_CacheNotInitialized { get { return ResourceManager.GetString("Caching_CacheNotInitialized", resourceCulture); } } /// /// 查找类似 标识为“{0}”的项重复定义 的本地化字符串。 /// internal static string ConfigFile_ItemKeyDefineRepeated { get { return ResourceManager.GetString("ConfigFile_ItemKeyDefineRepeated", resourceCulture); } } /// /// 查找类似 名称为“{0}”的类型不存在 的本地化字符串。 /// internal static string ConfigFile_NameToTypeIsNull { get { return ResourceManager.GetString("ConfigFile_NameToTypeIsNull", resourceCulture); } } /// /// 查找类似 请先初始化依赖注入服务,再使用OSharpContext.IocRegisterservices属性 的本地化字符串。 /// internal static string Context_BuildservicesFirst { get { return ResourceManager.GetString("Context_BuildservicesFirst", resourceCulture); } } /// /// 查找类似 上下文初始化类型“{0}”不存在 的本地化字符串。 /// internal static string DbContextInitializerConfig_InitializerNotExists { get { return ResourceManager.GetString("DbContextInitializerConfig_InitializerNotExists", resourceCulture); } } /// /// 查找类似 查询条件组中的操作类型错误,只能为And或者Or。 的本地化字符串。 /// internal static string Filter_GroupOperateError { get { return ResourceManager.GetString("Filter_GroupOperateError", resourceCulture); } } /// /// 查找类似 指定的属性“{0}”在类型“{1}”中不存在。 的本地化字符串。 /// internal static string Filter_RuleFieldInTypeNotFound { get { return ResourceManager.GetString("Filter_RuleFieldInTypeNotFound", resourceCulture); } } /// /// 查找类似 无法解析类型“{0}”的构造函数中类型为“{1}”的参数 的本地化字符串。 /// internal static string Ioc_CannotResolveservice { get { return ResourceManager.GetString("Ioc_CannotResolveservice", resourceCulture); } } /// /// 查找类似 OSharp框架尚未初始化,请先初始化 的本地化字符串。 /// internal static string Ioc_FrameworkNotInitialized { get { return ResourceManager.GetString("Ioc_FrameworkNotInitialized", resourceCulture); } } /// /// 查找类似 类型“{0}”的实现类型无法找到 的本地化字符串。 /// internal static string Ioc_ImplementationTypeNotFound { get { return ResourceManager.GetString("Ioc_ImplementationTypeNotFound", resourceCulture); } } /// /// 查找类似 类型“{0}”中找不到合适参数的构造函数 的本地化字符串。 /// internal static string Ioc_NoConstructorMatch { get { return ResourceManager.GetString("Ioc_NoConstructorMatch", resourceCulture); } } /// /// 查找类似 实现类型不能为“{0}”,因为该类型与注册为“{1}”的其他类型无法区分 的本地化字符串。 /// internal static string Ioc_TryAddIndistinguishableTypeToEnumerable { get { return ResourceManager.GetString("Ioc_TryAddIndistinguishableTypeToEnumerable", resourceCulture); } } /// /// 查找类似 类型“{0}”不是仓储接口“IRepository<,>”的派生类。 的本地化字符串。 /// internal static string IocInitializerBase_TypeNotIRepositoryType { get { return ResourceManager.GetString("IocInitializerBase_TypeNotIRepositoryType", resourceCulture); } } /// /// 查找类似 类型“{0}”不是操作单元“IUnitOfWork”的派生类。 的本地化字符串。 /// internal static string IocInitializerBase_TypeNotIUnitOfWorkType { get { return ResourceManager.GetString("IocInitializerBase_TypeNotIUnitOfWorkType", resourceCulture); } } /// /// 查找类似 创建名称为“{0}”的日志实例时“{1}”返回空实例。 的本地化字符串。 /// internal static string Logging_CreateLogInstanceReturnNull { get { return ResourceManager.GetString("Logging_CreateLogInstanceReturnNull", resourceCulture); } } /// /// 查找类似 MapperExtensions.Mapper不能为空,请先设置值 的本地化字符串。 /// internal static string Map_MapperIsNull { get { return ResourceManager.GetString("Map_MapperIsNull", resourceCulture); } } /// /// 查找类似 当前Http上下文中不存在Request有效范围的Mef部件容器。 的本地化字符串。 /// internal static string Mef_HttpContextItems_NotFoundRequestContainer { get { return ResourceManager.GetString("Mef_HttpContextItems_NotFoundRequestContainer", resourceCulture); } } /// /// 查找类似 指定对象中不存在名称为“{0}”的属性。 的本地化字符串。 /// internal static string ObjectExtensions_PropertyNameNotExistsInType { get { return ResourceManager.GetString("ObjectExtensions_PropertyNameNotExistsInType", resourceCulture); } } /// /// 查找类似 指定名称“{0}”的属性类型不是“{1}”。 的本地化字符串。 /// internal static string ObjectExtensions_PropertyNameNotFixedType { get { return ResourceManager.GetString("ObjectExtensions_PropertyNameNotFixedType", resourceCulture); } } /// /// 查找类似 参数“{0}”的值必须在“{1}”与“{2}”之间。 的本地化字符串。 /// internal static string ParameterCheck_Between { get { return ResourceManager.GetString("ParameterCheck_Between", resourceCulture); } } /// /// 查找类似 参数“{0}”的值必须在“{1}”与“{2}”之间,且不能等于“{3}”。 的本地化字符串。 /// internal static string ParameterCheck_BetweenNotEqual { get { return ResourceManager.GetString("ParameterCheck_BetweenNotEqual", resourceCulture); } } /// /// 查找类似 指定的目录路径“{0}”不存在。 的本地化字符串。 /// internal static string ParameterCheck_DirectoryNotExists { get { return ResourceManager.GetString("ParameterCheck_DirectoryNotExists", resourceCulture); } } /// /// 查找类似 指定的文件路径“{0}”不存在。 的本地化字符串。 /// internal static string ParameterCheck_FileNotExists { get { return ResourceManager.GetString("ParameterCheck_FileNotExists", resourceCulture); } } /// /// 查找类似 集合“{0}”中不能包含null的项 的本地化字符串。 /// internal static string ParameterCheck_NotContainsNull_Collection { get { return ResourceManager.GetString("ParameterCheck_NotContainsNull_Collection", resourceCulture); } } /// /// 查找类似 参数“{0}”的值不能为Guid.Empty 的本地化字符串。 /// internal static string ParameterCheck_NotEmpty_Guid { get { return ResourceManager.GetString("ParameterCheck_NotEmpty_Guid", resourceCulture); } } /// /// 查找类似 参数“{0}”的值必须大于“{1}”。 的本地化字符串。 /// internal static string ParameterCheck_NotGreaterThan { get { return ResourceManager.GetString("ParameterCheck_NotGreaterThan", resourceCulture); } } /// /// 查找类似 参数“{0}”的值必须大于或等于“{1}”。 的本地化字符串。 /// internal static string ParameterCheck_NotGreaterThanOrEqual { get { return ResourceManager.GetString("ParameterCheck_NotGreaterThanOrEqual", resourceCulture); } } /// /// 查找类似 参数“{0}”的值必须小于“{1}”。 的本地化字符串。 /// internal static string ParameterCheck_NotLessThan { get { return ResourceManager.GetString("ParameterCheck_NotLessThan", resourceCulture); } } /// /// 查找类似 参数“{0}”的值必须小于或等于“{1}”。 的本地化字符串。 /// internal static string ParameterCheck_NotLessThanOrEqual { get { return ResourceManager.GetString("ParameterCheck_NotLessThanOrEqual", resourceCulture); } } /// /// 查找类似 参数“{0}”不能为空引用。 的本地化字符串。 /// internal static string ParameterCheck_NotNull { get { return ResourceManager.GetString("ParameterCheck_NotNull", resourceCulture); } } /// /// 查找类似 参数“{0}”不能为空引用或空集合。 的本地化字符串。 /// internal static string ParameterCheck_NotNullOrEmpty_Collection { get { return ResourceManager.GetString("ParameterCheck_NotNullOrEmpty_Collection", resourceCulture); } } /// /// 查找类似 参数“{0}”不能为空引用或空字符串。 的本地化字符串。 /// internal static string ParameterCheck_NotNullOrEmpty_String { get { return ResourceManager.GetString("ParameterCheck_NotNullOrEmpty_String", resourceCulture); } } /// /// 查找类似 类型“{0}”不是实体类型 的本地化字符串。 /// internal static string QueryCacheExtensions_TypeNotEntityType { get { return ResourceManager.GetString("QueryCacheExtensions_TypeNotEntityType", resourceCulture); } } } }