//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.18444
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
namespace Core.Common.Utils.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 Resource {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resource() {
}
///
/// 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("Core.Common.Utils.Properties.Resource", typeof(Resource).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 Kon 'Assembly' informatie niet lezen voor {0} : {1}.
///
internal static string AssemblyUtils_LoadAllAssembliesFromDirectory_Could_not_read_assembly_information_for_0_1_ {
get {
return ResourceManager.GetString("AssemblyUtils_LoadAllAssembliesFromDirectory_Could_not_read_assembly_information_" +
"for_0_1_", resourceCulture);
}
}
///
/// Looks up a localized string similar to Parameter 'GroupSize' moet groter zijn dan 0..
///
internal static string EnumerableExtensions_SplitInGroups_GroupSize_must_be_greater_than_0 {
get {
return ResourceManager.GetString("EnumerableExtensions_SplitInGroups_GroupSize_must_be_greater_than_0", resourceCulture);
}
}
///
/// Looks up a localized string similar to Kopiëren van {0}\{1}.
///
internal static string FileUtils_CopyAll_Copying_0_1_ {
get {
return ResourceManager.GetString("FileUtils_CopyAll_Copying_0_1_", resourceCulture);
}
}
///
/// Looks up a localized string similar to afgebroken.
///
internal static string InvokeRequiredAttribute_LogInvokeError_aborted {
get {
return ResourceManager.GetString("InvokeRequiredAttribute_LogInvokeError_aborted", resourceCulture);
}
}
///
/// Looks up a localized string similar to wordt overgeslagen.
///
internal static string InvokeRequiredAttribute_LogInvokeError_skipping {
get {
return ResourceManager.GetString("InvokeRequiredAttribute_LogInvokeError_skipping", resourceCulture);
}
}
///
/// Looks up a localized string similar to Thread synchronisatiefout (aanroep {1}): {0}.
///
internal static string InvokeRequiredAttribute_LogInvokeError_Thread_synchronization_error_call_1_0_ {
get {
return ResourceManager.GetString("InvokeRequiredAttribute_LogInvokeError_Thread_synchronization_error_call_1_0_", resourceCulture);
}
}
///
/// Looks up a localized string similar to Geprobeerd het kenmerk in de beschikbare spatiale data te vervangen, maar kon kenmerk niet vinden in de oorspronkelijke context: {0}..
///
internal static string ObjectHelper_CouldNotFindFeatureInOriginalContext {
get {
return ResourceManager.GetString("ObjectHelper_CouldNotFindFeatureInOriginalContext", resourceCulture);
}
}
///
/// Looks up a localized string similar to Kan methode {0}.TryParse(string, out {0}) niet vinden..
///
internal static string ParseHelper_ParseHelper_Cannot_find_method_0_TryParse_string_out_0_ {
get {
return ResourceManager.GetString("ParseHelper_ParseHelper_Cannot_find_method_0_TryParse_string_out_0_", resourceCulture);
}
}
///
/// Looks up a localized string similar to Kritieke fout opgetreden..
///
internal static string TypeUtils_CallMethod_Exception_occured {
get {
return ResourceManager.GetString("TypeUtils_CallMethod_Exception_occured", resourceCulture);
}
}
///
/// Looks up a localized string similar to Geen 'default constructor' gevonden voor type {0}..
///
internal static string TypeUtils_CreateInstance_No_default_constructor_available_for_type_0_ {
get {
return ResourceManager.GetString("TypeUtils_CreateInstance_No_default_constructor_available_for_type_0_", resourceCulture);
}
}
///
/// Looks up a localized string similar to '{0}' is geen geldige expressie voor deze methode..
///
internal static string TypeUtils_GetMemberName_0_is_not_a_valid_expression_for_this_method {
get {
return ResourceManager.GetString("TypeUtils_GetMemberName_0_is_not_a_valid_expression_for_this_method", resourceCulture);
}
}
///
/// Looks up a localized string similar to Parameter 'member' is geen geldige expressie voor deze methode..
///
internal static string TypeUtils_GetMemberNameFromMemberExpression_member_not_a_valid_expression_for_this_method {
get {
return ResourceManager.GetString("TypeUtils_GetMemberNameFromMemberExpression_member_not_a_valid_expression_for_thi" +
"s_method", resourceCulture);
}
}
///
/// Looks up a localized string similar to {0}, ernst: {1} ({2} fout(en), {3} waarschuwing(en), {4} info)..
///
internal static string ValidationReport_ToString_0_severity_1_2_error_s_3_warnings_4_info {
get {
return ResourceManager.GetString("ValidationReport_ToString_0_severity_1_2_error_s_3_warnings_4_info", resourceCulture);
}
}
}
}