Mercurial > pub > bltoolkit
view Source/Properties/Resources.Designer.cs @ 9:1e85f66cf767 default tip
update bltoolkit
author | nickolay |
---|---|
date | Thu, 05 Apr 2018 20:53:26 +0300 |
parents | f990fcb411a9 |
children |
line wrap: on
line source
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.1 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //------------------------------------------------------------------------------ namespace BLToolkit.Properties { using System; /// <summary> /// A strongly-typed resource class, for looking up localized strings, etc. /// </summary> // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.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() { } /// <summary> /// Returns the cached ResourceManager instance used by this class. /// </summary> [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("BLToolkit.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } /// <summary> /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// </summary> [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// <summary> /// Looks up a localized string similar to The '{0}' must be an interface.. /// </summary> internal static string AbstractClassBuilder_TypeIsNotAnInterface { get { return ResourceManager.GetString("AbstractClassBuilder_TypeIsNotAnInterface", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Can not figure out the target method for the method '{0}.{1}'.. /// </summary> internal static string AsyncAspectBuilder_NoTargetMethod { get { return ResourceManager.GetString("AsyncAspectBuilder_NoTargetMethod", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Parameter 'cacheAspectType' must be of CacheAspect type. /// </summary> internal static string CacheAttribute_ParentTypeConstraintViolated { get { return ResourceManager.GetString("CacheAttribute_ParentTypeConstraintViolated", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Invalid cast from {0} to {1}. /// </summary> internal static string Convert_InvalidCast { get { return ResourceManager.GetString("Convert_InvalidCast", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Index has more then one field for the method '{0}.{1}'. Use CompoundValue as the Key type. /// </summary> internal static string DataAccessor_IndexIsComplex { get { return ResourceManager.GetString("DataAccessor_IndexIsComplex", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Key type for the method '{0}.{1}' can be of type object or CompoundValue.. /// </summary> internal static string DataAccessor_InvalidKeyType { get { return ResourceManager.GetString("DataAccessor_InvalidKeyType", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Index is not defined for the method '{0}.{1}'.. /// </summary> internal static string DataAccessor_UnknownIndex { get { return ResourceManager.GetString("DataAccessor_UnknownIndex", resourceCulture); } } /// <summary> /// Looks up a localized string similar to DbManager object is not provided.. /// </summary> internal static string DataAccessorBase_NoDbManager { get { return ResourceManager.GetString("DataAccessorBase_NoDbManager", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Key type for the method '{0}.{1}' can be of type object, CompoundValue, or a scalar type.. /// </summary> internal static string DataAccessorBuilder_BadKeyType { get { return ResourceManager.GetString("DataAccessorBuilder_BadKeyType", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Can not determine object type for the method '{0}.{1}'. /// </summary> internal static string DataAccessorBuilder_BadListItemType { get { return ResourceManager.GetString("DataAccessorBuilder_BadListItemType", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Cannot create an instance of the type '{0}'. /// </summary> internal static string DataAccessorBuilder_CantCreateTypeInstance { get { return ResourceManager.GetString("DataAccessorBuilder_CantCreateTypeInstance", resourceCulture); } } /// <summary> /// Looks up a localized string similar to ExecuteNonQuery does not support the Destination attribute. /// </summary> internal static string DataAccessorBuilder_CantExecuteNonQueryToDestination { get { return ResourceManager.GetString("DataAccessorBuilder_CantExecuteNonQueryToDestination", resourceCulture); } } /// <summary> /// Looks up a localized string similar to DataSetTable attribute for method '{0}.{1}' may not be an index. /// </summary> internal static string DataAccessorBuilder_DataSetTableMustBeByName { get { return ResourceManager.GetString("DataAccessorBuilder_DataSetTableMustBeByName", resourceCulture); } } /// <summary> /// Looks up a localized string similar to The type '{0}' does not have 'Equals' method. /// </summary> internal static string DataAccessorBuilder_EqualsMethodIsNotPublic { get { return ResourceManager.GetString("DataAccessorBuilder_EqualsMethodIsNotPublic", resourceCulture); } } /// <summary> /// Looks up a localized string similar to The return type '{0}' of the method '{1}' is incompatible with the destination parameter type '{2}'.. /// </summary> internal static string DataAccessorBuilder_IncompatibleDestinationType { get { return ResourceManager.GetString("DataAccessorBuilder_IncompatibleDestinationType", resourceCulture); } } /// <summary> /// Looks up a localized string similar to ExecuteScalar destination must be an out or a ref parameter.. /// </summary> internal static string DataAccessorBuilder_ScalarDestinationIsNotByRef { get { return ResourceManager.GetString("DataAccessorBuilder_ScalarDestinationIsNotByRef", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Scalar field name is not defined for the method '{0}.{1}'.. /// </summary> internal static string DataAccessorBuilder_ScalarFieldNameMissing { get { return ResourceManager.GetString("DataAccessorBuilder_ScalarFieldNameMissing", resourceCulture); } } /// <summary> /// Looks up a localized string similar to More then one parameter is marked as destination. /// </summary> internal static string DataAccessorBuilderTooManyDestinations { get { return ResourceManager.GetString("DataAccessorBuilderTooManyDestinations", resourceCulture); } } /// <summary> /// Looks up a localized string similar to No such parameter: '{0}'. /// </summary> internal static string DataAccessot_ParameterNotFound { get { return ResourceManager.GetString("DataAccessot_ParameterNotFound", resourceCulture); } } /// <summary> /// Looks up a localized string similar to DataSet must be initialized before calling Update routine. Cannot update database from a null dataset.. /// </summary> internal static string DbManager_CannotUpdateNullDataset { get { return ResourceManager.GetString("DbManager_CannotUpdateNullDataset", resourceCulture); } } /// <summary> /// Looks up a localized string similar to DataTable must be initialized before calling Update routine. Cannot update database from a null data table.. /// </summary> internal static string DbManager_CannotUpdateNullDataTable { get { return ResourceManager.GetString("DbManager_CannotUpdateNullDataTable", resourceCulture); } } /// <summary> /// Looks up a localized string similar to The connection does not match the data provider type.. /// </summary> internal static string DbManager_ConnectionTypeMismatch { get { return ResourceManager.GetString("DbManager_ConnectionTypeMismatch", resourceCulture); } } /// <summary> /// Looks up a localized string similar to dataProvider.ConnectionType must be a valid connection type. /// </summary> internal static string DbManager_InvalidDataProviderConnectionType { get { return ResourceManager.GetString("DbManager_InvalidDataProviderConnectionType", resourceCulture); } } /// <summary> /// Looks up a localized string similar to dataProvider.Name must be a valid string. /// </summary> internal static string DbManager_InvalidDataProviderName { get { return ResourceManager.GetString("DbManager_InvalidDataProviderName", resourceCulture); } } /// <summary> /// Looks up a localized string similar to dataProvider.ProviderName must be a valid string. /// </summary> internal static string DbManager_InvalidDataProviderProviderName { get { return ResourceManager.GetString("DbManager_InvalidDataProviderProviderName", resourceCulture); } } /// <summary> /// Looks up a localized string similar to providerName must be a valid string. /// </summary> internal static string DbManager_InvalidProviderName { get { return ResourceManager.GetString("DbManager_InvalidProviderName", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Parameter count does not match Parameter Value count.. /// </summary> internal static string DbManager_MismatchParameterCount { get { return ResourceManager.GetString("DbManager_MismatchParameterCount", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Both `{0}' and `{1}' data providers are default. /// </summary> internal static string DbManager_MoreThenOneDefaultProvider { get { return ResourceManager.GetString("DbManager_MoreThenOneDefaultProvider", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Only objects of type IDbDataParameter or arrays of IDbDataParameter are supported. /// </summary> internal static string DbManager_NotDbDataParameter { get { return ResourceManager.GetString("DbManager_NotDbDataParameter", resourceCulture); } } /// <summary> /// Looks up a localized string similar to The '{0}' key does not exist in the configuration file.. /// </summary> internal static string DbManager_UnknownConfiguration { get { return ResourceManager.GetString("DbManager_UnknownConfiguration", resourceCulture); } } /// <summary> /// Looks up a localized string similar to The '{0}' type of the connection could not be recognized.. /// </summary> internal static string DbManager_UnknownConnectionType { get { return ResourceManager.GetString("DbManager_UnknownConnectionType", resourceCulture); } } /// <summary> /// Looks up a localized string similar to A suitable data provider is not available for configuration '{0}'.. /// </summary> internal static string DbManager_UnknownDataProvider { get { return ResourceManager.GetString("DbManager_UnknownDataProvider", resourceCulture); } } /// <summary> /// Looks up a localized string similar to The interface must be public.. /// </summary> internal static string DuckTyping_InterfaceMustBePublic { get { return ResourceManager.GetString("DuckTyping_InterfaceMustBePublic", resourceCulture); } } /// <summary> /// Looks up a localized string similar to 'interfaceType' must be an interface.. /// </summary> internal static string DuckTyping_InterfaceTypeMustBeAnInterface { get { return ResourceManager.GetString("DuckTyping_InterfaceTypeMustBeAnInterface", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Invalid number of 'baseObjectTypes' or 'objs'.. /// </summary> internal static string DuckTyping_InvalidNumberOfObjs { get { return ResourceManager.GetString("DuckTyping_InvalidNumberOfObjs", resourceCulture); } } /// <summary> /// Looks up a localized string similar to '{0}' is not a subtype of '{1}'.. /// </summary> internal static string DuckTyping_NotASubtypeOf { get { return ResourceManager.GetString("DuckTyping_NotASubtypeOf", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Failed to query type '{0}' for method '{1}'.. /// </summary> internal static string EmitHelper_NoSuchMethod { get { return ResourceManager.GetString("EmitHelper_NoSuchMethod", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Type '{0}' is not expected.. /// </summary> internal static string EmitHelper_NotExpectedType { get { return ResourceManager.GetString("EmitHelper_NotExpectedType", resourceCulture); } } /// <summary> /// Looks up a localized string similar to MethodInfo can not be changed.. /// </summary> internal static string InterceptCallInfo_CallMethodInfoIsNotMutable { get { return ResourceManager.GetString("InterceptCallInfo_CallMethodInfoIsNotMutable", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Type '{0}' does not contain field '{1}'.. /// </summary> internal static string MapIndex_BadField { get { return ResourceManager.GetString("MapIndex_BadField", resourceCulture); } } /// <summary> /// Looks up a localized string similar to At least one field name or index must be specified. /// </summary> internal static string MapIndex_EmptyFields { get { return ResourceManager.GetString("MapIndex_EmptyFields", resourceCulture); } } /// <summary> /// Looks up a localized string similar to At least one field index must be specified. /// </summary> internal static string MapIndex_EmptyIndices { get { return ResourceManager.GetString("MapIndex_EmptyIndices", resourceCulture); } } /// <summary> /// Looks up a localized string similar to At least one field name must be specified. /// </summary> internal static string MapIndex_EmptyNames { get { return ResourceManager.GetString("MapIndex_EmptyNames", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Can not convert array of type '{0}' to array of '{1}'.. /// </summary> internal static string MappingSchema_IncompatibleArrayTypes { get { return ResourceManager.GetString("MappingSchema_IncompatibleArrayTypes", resourceCulture); } } /// <summary> /// Looks up a localized string similar to The index parameter must be greater or equal to zero.. /// </summary> internal static string NameOrIndexParameter_BadIndex { get { return ResourceManager.GetString("NameOrIndexParameter_BadIndex", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Name must be a valid string.. /// </summary> internal static string NameOrIndexParameter_BadName { get { return ResourceManager.GetString("NameOrIndexParameter_BadName", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Can not figure out the overloaded method for the method '{0}.{1}'.. /// </summary> internal static string OverloadAspectBuilder_NoOverloadedMethod { get { return ResourceManager.GetString("OverloadAspectBuilder_NoOverloadedMethod", resourceCulture); } } /// <summary> /// Looks up a localized string similar to The '{0}' type does not have appropriate getter. See '{1}' member '{2}' of '{3}' type.. /// </summary> internal static string TypeBuilder_CannotGetGetter { get { return ResourceManager.GetString("TypeBuilder_CannotGetGetter", resourceCulture); } } /// <summary> /// Looks up a localized string similar to The '{0}' type does not have appropriate setter. See '{1}' member '{2}' of '{3}' type.. /// </summary> internal static string TypeBuilder_CannotGetSetter { get { return ResourceManager.GetString("TypeBuilder_CannotGetSetter", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Could not build the '{0}' property of the '{1}' type: generic type '{2}' and it's generic parameter types should have only one parameter type.. /// </summary> internal static string TypeBuilder_GenericShouldBeSingleTyped { get { return ResourceManager.GetString("TypeBuilder_GenericShouldBeSingleTyped", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Could not build the '{0}' type: default constructor not found.. /// </summary> internal static string TypeBuilder_NoDefaultCtor { get { return ResourceManager.GetString("TypeBuilder_NoDefaultCtor", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Could not build the '{0}' property of the '{1}' type: type '{2}' has to have constructor taking type '{3}'.. /// </summary> internal static string TypeBuilder_PropertyTypeHasNoCtorWithParamType { get { return ResourceManager.GetString("TypeBuilder_PropertyTypeHasNoCtorWithParamType", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Could not build the '{0}' property of the '{1}' type: type '{2}' has to have public constructor.. /// </summary> internal static string TypeBuilder_PropertyTypeHasNoPublicCtor { get { return ResourceManager.GetString("TypeBuilder_PropertyTypeHasNoPublicCtor", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Could not build the '{0}' property of the '{1}' type: type '{2}' has to have public default constructor.. /// </summary> internal static string TypeBuilder_PropertyTypeHasNoPublicDefaultCtor { get { return ResourceManager.GetString("TypeBuilder_PropertyTypeHasNoPublicDefaultCtor", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Type '{0}' must implement required public method '{1}'. /// </summary> internal static string TypeBuilder_PublicMethodMustBeImplemented { get { return ResourceManager.GetString("TypeBuilder_PublicMethodMustBeImplemented", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Type '{0}' does not implement public method '{1}'. /// </summary> internal static string TypeBuilder_PublicMethodNotImplemented { get { return ResourceManager.GetString("TypeBuilder_PublicMethodNotImplemented", resourceCulture); } } /// <summary> /// Looks up a localized string similar to The method '{0}' of '{1}' has parameter '{2}' wich can't be handled. Please specify attrbutes [Parent] or [PropertyInfo] to get access to them.. /// </summary> internal static string TypeBuilder_UnknownParameterType { get { return ResourceManager.GetString("TypeBuilder_UnknownParameterType", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Could not build the '{0}' type.. /// </summary> internal static string TypeFactory_BuildFailed { get { return ResourceManager.GetString("TypeFactory_BuildFailed", resourceCulture); } } } }