//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.21006.1
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
namespace BLToolkit.Properties {
using System;
///
/// A strongly-typed resource class, for looking up localized strings, etc.
///
// 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() {
}
///
/// Returns the cached ResourceManager instance used by this class.
///
[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;
}
}
///
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
///
/// Looks up a localized string similar to The '{0}' must be an interface..
///
internal static string AbstractClassBuilder_TypeIsNotAnInterface {
get {
return ResourceManager.GetString("AbstractClassBuilder_TypeIsNotAnInterface", resourceCulture);
}
}
///
/// Looks up a localized string similar to Can not figure out the target method for the method '{0}.{1}'..
///
internal static string AsyncAspectBuilder_NoTargetMethod {
get {
return ResourceManager.GetString("AsyncAspectBuilder_NoTargetMethod", resourceCulture);
}
}
///
/// Looks up a localized string similar to Parameter 'cacheAspectType' must be of CacheAspect type.
///
internal static string CacheAttribute_ParentTypeConstraintViolated {
get {
return ResourceManager.GetString("CacheAttribute_ParentTypeConstraintViolated", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid cast from {0} to {1}.
///
internal static string Convert_InvalidCast {
get {
return ResourceManager.GetString("Convert_InvalidCast", resourceCulture);
}
}
///
/// Looks up a localized string similar to Index has more then one field for the method '{0}.{1}'. Use CompoundValue as the Key type.
///
internal static string DataAccessor_IndexIsComplex {
get {
return ResourceManager.GetString("DataAccessor_IndexIsComplex", resourceCulture);
}
}
///
/// Looks up a localized string similar to Key type for the method '{0}.{1}' can be of type object or CompoundValue..
///
internal static string DataAccessor_InvalidKeyType {
get {
return ResourceManager.GetString("DataAccessor_InvalidKeyType", resourceCulture);
}
}
///
/// Looks up a localized string similar to Index is not defined for the method '{0}.{1}'..
///
internal static string DataAccessor_UnknownIndex {
get {
return ResourceManager.GetString("DataAccessor_UnknownIndex", resourceCulture);
}
}
///
/// Looks up a localized string similar to DbManager object is not provided..
///
internal static string DataAccessorBase_NoDbManager {
get {
return ResourceManager.GetString("DataAccessorBase_NoDbManager", resourceCulture);
}
}
///
/// Looks up a localized string similar to Key type for the method '{0}.{1}' can be of type object, CompoundValue, or a scalar type..
///
internal static string DataAccessorBuilder_BadKeyType {
get {
return ResourceManager.GetString("DataAccessorBuilder_BadKeyType", resourceCulture);
}
}
///
/// Looks up a localized string similar to Can not determine object type for the method '{0}.{1}'.
///
internal static string DataAccessorBuilder_BadListItemType {
get {
return ResourceManager.GetString("DataAccessorBuilder_BadListItemType", resourceCulture);
}
}
///
/// Looks up a localized string similar to Cannot create an instance of the type '{0}'.
///
internal static string DataAccessorBuilder_CantCreateTypeInstance {
get {
return ResourceManager.GetString("DataAccessorBuilder_CantCreateTypeInstance", resourceCulture);
}
}
///
/// Looks up a localized string similar to ExecuteNonQuery does not support the Destination attribute.
///
internal static string DataAccessorBuilder_CantExecuteNonQueryToDestination {
get {
return ResourceManager.GetString("DataAccessorBuilder_CantExecuteNonQueryToDestination", resourceCulture);
}
}
///
/// Looks up a localized string similar to DataSetTable attribute for method '{0}.{1}' may not be an index.
///
internal static string DataAccessorBuilder_DataSetTableMustBeByName {
get {
return ResourceManager.GetString("DataAccessorBuilder_DataSetTableMustBeByName", resourceCulture);
}
}
///
/// Looks up a localized string similar to The type '{0}' does not have 'Equals' method.
///
internal static string DataAccessorBuilder_EqualsMethodIsNotPublic {
get {
return ResourceManager.GetString("DataAccessorBuilder_EqualsMethodIsNotPublic", resourceCulture);
}
}
///
/// Looks up a localized string similar to The return type '{0}' of the method '{1}' is incompatible with the destination parameter type '{2}'..
///
internal static string DataAccessorBuilder_IncompatibleDestinationType {
get {
return ResourceManager.GetString("DataAccessorBuilder_IncompatibleDestinationType", resourceCulture);
}
}
///
/// Looks up a localized string similar to ExecuteScalar destination must be an out or a ref parameter..
///
internal static string DataAccessorBuilder_ScalarDestinationIsNotByRef {
get {
return ResourceManager.GetString("DataAccessorBuilder_ScalarDestinationIsNotByRef", resourceCulture);
}
}
///
/// Looks up a localized string similar to Scalar field name is not defined for the method '{0}.{1}'..
///
internal static string DataAccessorBuilder_ScalarFieldNameMissing {
get {
return ResourceManager.GetString("DataAccessorBuilder_ScalarFieldNameMissing", resourceCulture);
}
}
///
/// Looks up a localized string similar to More then one parameter is marked as destination.
///
internal static string DataAccessorBuilderTooManyDestinations {
get {
return ResourceManager.GetString("DataAccessorBuilderTooManyDestinations", resourceCulture);
}
}
///
/// Looks up a localized string similar to No such parameter: '{0}'.
///
internal static string DataAccessot_ParameterNotFound {
get {
return ResourceManager.GetString("DataAccessot_ParameterNotFound", resourceCulture);
}
}
///
/// Looks up a localized string similar to DataSet must be initialized before calling Update routine. Cannot update database from a null dataset..
///
internal static string DbManager_CannotUpdateNullDataset {
get {
return ResourceManager.GetString("DbManager_CannotUpdateNullDataset", resourceCulture);
}
}
///
/// Looks up a localized string similar to DataTable must be initialized before calling Update routine. Cannot update database from a null data table..
///
internal static string DbManager_CannotUpdateNullDataTable {
get {
return ResourceManager.GetString("DbManager_CannotUpdateNullDataTable", resourceCulture);
}
}
///
/// Looks up a localized string similar to The connection does not match the data provider type..
///
internal static string DbManager_ConnectionTypeMismatch {
get {
return ResourceManager.GetString("DbManager_ConnectionTypeMismatch", resourceCulture);
}
}
///
/// Looks up a localized string similar to dataProvider.ConnectionType must be a valid connection type.
///
internal static string DbManager_InvalidDataProviderConnectionType {
get {
return ResourceManager.GetString("DbManager_InvalidDataProviderConnectionType", resourceCulture);
}
}
///
/// Looks up a localized string similar to dataProvider.Name must be a valid string.
///
internal static string DbManager_InvalidDataProviderName {
get {
return ResourceManager.GetString("DbManager_InvalidDataProviderName", resourceCulture);
}
}
///
/// Looks up a localized string similar to dataProvider.ProviderName must be a valid string.
///
internal static string DbManager_InvalidDataProviderProviderName {
get {
return ResourceManager.GetString("DbManager_InvalidDataProviderProviderName", resourceCulture);
}
}
///
/// Looks up a localized string similar to providerName must be a valid string.
///
internal static string DbManager_InvalidProviderName {
get {
return ResourceManager.GetString("DbManager_InvalidProviderName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Parameter count does not match Parameter Value count..
///
internal static string DbManager_MismatchParameterCount {
get {
return ResourceManager.GetString("DbManager_MismatchParameterCount", resourceCulture);
}
}
///
/// Looks up a localized string similar to Both `{0}' and `{1}' data providers are default.
///
internal static string DbManager_MoreThenOneDefaultProvider {
get {
return ResourceManager.GetString("DbManager_MoreThenOneDefaultProvider", resourceCulture);
}
}
///
/// Looks up a localized string similar to Only objects of type IDbDataParameter or arrays of IDbDataParameter are supported.
///
internal static string DbManager_NotDbDataParameter {
get {
return ResourceManager.GetString("DbManager_NotDbDataParameter", resourceCulture);
}
}
///
/// Looks up a localized string similar to The '{0}' key does not exist in the configuration file..
///
internal static string DbManager_UnknownConfiguration {
get {
return ResourceManager.GetString("DbManager_UnknownConfiguration", resourceCulture);
}
}
///
/// Looks up a localized string similar to The '{0}' type of the connection could not be recognized..
///
internal static string DbManager_UnknownConnectionType {
get {
return ResourceManager.GetString("DbManager_UnknownConnectionType", resourceCulture);
}
}
///
/// Looks up a localized string similar to A suitable data provider is not available for configuration '{0}'..
///
internal static string DbManager_UnknownDataProvider {
get {
return ResourceManager.GetString("DbManager_UnknownDataProvider", resourceCulture);
}
}
///
/// Looks up a localized string similar to The interface must be public..
///
internal static string DuckTyping_InterfaceMustBePublic {
get {
return ResourceManager.GetString("DuckTyping_InterfaceMustBePublic", resourceCulture);
}
}
///
/// Looks up a localized string similar to 'interfaceType' must be an interface..
///
internal static string DuckTyping_InterfaceTypeMustBeAnInterface {
get {
return ResourceManager.GetString("DuckTyping_InterfaceTypeMustBeAnInterface", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid number of 'baseObjectTypes' or 'objs'..
///
internal static string DuckTyping_InvalidNumberOfObjs {
get {
return ResourceManager.GetString("DuckTyping_InvalidNumberOfObjs", resourceCulture);
}
}
///
/// Looks up a localized string similar to '{0}' is not a subtype of '{1}'..
///
internal static string DuckTyping_NotASubtypeOf {
get {
return ResourceManager.GetString("DuckTyping_NotASubtypeOf", resourceCulture);
}
}
///
/// Looks up a localized string similar to Failed to query type '{0}' for method '{1}'..
///
internal static string EmitHelper_NoSuchMethod {
get {
return ResourceManager.GetString("EmitHelper_NoSuchMethod", resourceCulture);
}
}
///
/// Looks up a localized string similar to Type '{0}' is not expected..
///
internal static string EmitHelper_NotExpectedType {
get {
return ResourceManager.GetString("EmitHelper_NotExpectedType", resourceCulture);
}
}
///
/// Looks up a localized string similar to MethodInfo can not be changed..
///
internal static string InterceptCallInfo_CallMethodInfoIsNotMutable {
get {
return ResourceManager.GetString("InterceptCallInfo_CallMethodInfoIsNotMutable", resourceCulture);
}
}
///
/// Looks up a localized string similar to Type '{0}' does not contain field '{1}'..
///
internal static string MapIndex_BadField {
get {
return ResourceManager.GetString("MapIndex_BadField", resourceCulture);
}
}
///
/// Looks up a localized string similar to At least one field name or index must be specified.
///
internal static string MapIndex_EmptyFields {
get {
return ResourceManager.GetString("MapIndex_EmptyFields", resourceCulture);
}
}
///
/// Looks up a localized string similar to At least one field index must be specified.
///
internal static string MapIndex_EmptyIndices {
get {
return ResourceManager.GetString("MapIndex_EmptyIndices", resourceCulture);
}
}
///
/// Looks up a localized string similar to At least one field name must be specified.
///
internal static string MapIndex_EmptyNames {
get {
return ResourceManager.GetString("MapIndex_EmptyNames", resourceCulture);
}
}
///
/// Looks up a localized string similar to Can not convert array of type '{0}' to array of '{1}'..
///
internal static string MappingSchema_IncompatibleArrayTypes {
get {
return ResourceManager.GetString("MappingSchema_IncompatibleArrayTypes", resourceCulture);
}
}
///
/// Looks up a localized string similar to The index parameter must be greater or equal to zero..
///
internal static string NameOrIndexParameter_BadIndex {
get {
return ResourceManager.GetString("NameOrIndexParameter_BadIndex", resourceCulture);
}
}
///
/// Looks up a localized string similar to Name must be a valid string..
///
internal static string NameOrIndexParameter_BadName {
get {
return ResourceManager.GetString("NameOrIndexParameter_BadName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Can not figure out the overloaded method for the method '{0}.{1}'..
///
internal static string OverloadAspectBuilder_NoOverloadedMethod {
get {
return ResourceManager.GetString("OverloadAspectBuilder_NoOverloadedMethod", resourceCulture);
}
}
///
/// Looks up a localized string similar to The '{0}' type does not have appropriate getter. See '{1}' member '{2}' of '{3}' type..
///
internal static string TypeBuilder_CannotGetGetter {
get {
return ResourceManager.GetString("TypeBuilder_CannotGetGetter", resourceCulture);
}
}
///
/// Looks up a localized string similar to The '{0}' type does not have appropriate setter. See '{1}' member '{2}' of '{3}' type..
///
internal static string TypeBuilder_CannotGetSetter {
get {
return ResourceManager.GetString("TypeBuilder_CannotGetSetter", resourceCulture);
}
}
///
/// 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..
///
internal static string TypeBuilder_GenericShouldBeSingleTyped {
get {
return ResourceManager.GetString("TypeBuilder_GenericShouldBeSingleTyped", resourceCulture);
}
}
///
/// Looks up a localized string similar to Could not build the '{0}' type: default constructor not found..
///
internal static string TypeBuilder_NoDefaultCtor {
get {
return ResourceManager.GetString("TypeBuilder_NoDefaultCtor", resourceCulture);
}
}
///
/// 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}'..
///
internal static string TypeBuilder_PropertyTypeHasNoCtorWithParamType {
get {
return ResourceManager.GetString("TypeBuilder_PropertyTypeHasNoCtorWithParamType", resourceCulture);
}
}
///
/// Looks up a localized string similar to Could not build the '{0}' property of the '{1}' type: type '{2}' has to have public constructor..
///
internal static string TypeBuilder_PropertyTypeHasNoPublicCtor {
get {
return ResourceManager.GetString("TypeBuilder_PropertyTypeHasNoPublicCtor", resourceCulture);
}
}
///
/// 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..
///
internal static string TypeBuilder_PropertyTypeHasNoPublicDefaultCtor {
get {
return ResourceManager.GetString("TypeBuilder_PropertyTypeHasNoPublicDefaultCtor", resourceCulture);
}
}
///
/// Looks up a localized string similar to Type '{0}' must implement required public method '{1}'.
///
internal static string TypeBuilder_PublicMethodMustBeImplemented {
get {
return ResourceManager.GetString("TypeBuilder_PublicMethodMustBeImplemented", resourceCulture);
}
}
///
/// Looks up a localized string similar to Type '{0}' does not implement public method '{1}'.
///
internal static string TypeBuilder_PublicMethodNotImplemented {
get {
return ResourceManager.GetString("TypeBuilder_PublicMethodNotImplemented", resourceCulture);
}
}
///
/// 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..
///
internal static string TypeBuilder_UnknownParameterType {
get {
return ResourceManager.GetString("TypeBuilder_UnknownParameterType", resourceCulture);
}
}
///
/// Looks up a localized string similar to Could not build the '{0}' type..
///
internal static string TypeFactory_BuildFailed {
get {
return ResourceManager.GetString("TypeFactory_BuildFailed", resourceCulture);
}
}
}
}