//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// 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 Argument van DynamicReadOnlyValidationMethod heeft een incorrect type. Zou van het type string moeten zijn. Klasse: {0}.
///
internal static string DynamicReadOnlyAttribute_GetDynamicReadOnlyValidationMethod_DynamicReadOnlyValidationMethod_has_incorrect_argument_type__should_be_of_type_string__class___0_ {
get {
return ResourceManager.GetString("DynamicReadOnlyAttribute_GetDynamicReadOnlyValidationMethod_DynamicReadOnlyValida" +
"tionMethod_has_incorrect_argument_type__should_be_of_type_string__class___0_", resourceCulture);
}
}
///
/// Looks up a localized string similar to DynamicReadOnlyValidationMethod heeft een incorrecte aantal argumenten. Zou er één moeten zijn. Klasse: {0}.
///
internal static string DynamicReadOnlyAttribute_GetDynamicReadOnlyValidationMethod_DynamicReadOnlyValidationMethod_has_incorrect_number_of_arguments__should_be_1_of_type_string__class___0_ {
get {
return ResourceManager.GetString("DynamicReadOnlyAttribute_GetDynamicReadOnlyValidationMethod_DynamicReadOnlyValida" +
"tionMethod_has_incorrect_number_of_arguments__should_be_1_of_type_string__class_" +
"__0_", resourceCulture);
}
}
///
/// Looks up a localized string similar to DynamicReadOnlyValidationMethod moet 'bool' als 'return type' hebben. Klasse: {0}.
///
internal static string DynamicReadOnlyAttribute_GetDynamicReadOnlyValidationMethod_DynamicReadOnlyValidationMethod_must_use_bool_as_a_return_type__class___0_ {
get {
return ResourceManager.GetString("DynamicReadOnlyAttribute_GetDynamicReadOnlyValidationMethod_DynamicReadOnlyValida" +
"tionMethod_must_use_bool_as_a_return_type__class___0_", resourceCulture);
}
}
///
/// Looks up a localized string similar to DynamicReadOnlyValidationMethod niet gevonden (of geen 'public' toegankelijkheid). Klasse: {0}.
///
internal static string DynamicReadOnlyAttribute_GetDynamicReadOnlyValidationMethod_DynamicReadOnlyValidationMethod_not_found__or_not_public___class___0_ {
get {
return ResourceManager.GetString("DynamicReadOnlyAttribute_GetDynamicReadOnlyValidationMethod_DynamicReadOnlyValida" +
"tionMethod_not_found__or_not_public___class___0_", resourceCulture);
}
}
///
/// Looks up a localized string similar to Slechts één DynamicReadOnlyValidationMethod toegestaan per klasse: {0}.
///
internal static string DynamicReadOnlyAttribute_GetDynamicReadOnlyValidationMethod_Only_one_DynamicReadOnlyValidationMethod_is_allowed_per_class___0_ {
get {
return ResourceManager.GetString("DynamicReadOnlyAttribute_GetDynamicReadOnlyValidationMethod_Only_one_DynamicReadO" +
"nlyValidationMethod_is_allowed_per_class___0_", resourceCulture);
}
}
///
/// Looks up a localized string similar to {0} gebruikt DynanamicReadOnlyAttribute, maar heeft geen methode gemarkeerd met DynamicReadOnlyValidationMethodAttribute.
///
internal static string DynamicReadOnlyAttribute_IsDynamicReadOnly__0__uses_DynanamicReadOnlyAttribute_but_does_not_have_method_marked_using_DynamicReadOnlyValidationMethodAttribute {
get {
return ResourceManager.GetString("DynamicReadOnlyAttribute_IsDynamicReadOnly__0__uses_DynanamicReadOnlyAttribute_bu" +
"t_does_not_have_method_marked_using_DynamicReadOnlyValidationMethodAttribute", resourceCulture);
}
}
///
/// Looks up a localized string similar to Kon eigenschap {0} op type {1} niet vinden..
///
internal static string DynamicReadOnlyAttribute_IsDynamicReadOnly_Could_not_find_property__0__on_type__1_ {
get {
return ResourceManager.GetString("DynamicReadOnlyAttribute_IsDynamicReadOnly_Could_not_find_property__0__on_type__1" +
"_", resourceCulture);
}
}
///
/// Looks up a localized string similar to {0} gebruikt DynamicVisibleAttribute, maar heeft geen methode gemarkeerd met DynamicVisibleValidationMethodAttribute.
///
internal static string DynamicVisibleAttribute_IsDynamicVisible__0__uses_DynamicVisibleAttribute_but_does_not_have_method_marked_using_DynamicVisibleValidationMethodAttribute {
get {
return ResourceManager.GetString("DynamicVisibleAttribute_IsDynamicVisible__0__uses_DynamicVisibleAttribute_but_doe" +
"s_not_have_method_marked_using_DynamicVisibleValidationMethodAttribute", resourceCulture);
}
}
///
/// Looks up a localized string similar to Kon eigenschap {0} van type {1} niet vinden.
///
internal static string DynamicVisibleAttribute_IsDynamicVisible_Could_not_find_property__0__on_type__1_ {
get {
return ResourceManager.GetString("DynamicVisibleAttribute_IsDynamicVisible_Could_not_find_property__0__on_type__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 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 Kon {3} niet vinden, dan wel laden.{2}Fout: {4} - {0}{2}Bestand: {5}\{1}.
///
internal static string NativeLibrary_LoadNativeDll_Could_not_find___load__3___2_Error___4_____0__2_File___5___1_ {
get {
return ResourceManager.GetString("NativeLibrary_LoadNativeDll_Could_not_find___load__3___2_Error___4_____0__2_File_" +
"__5___1_", resourceCulture);
}
}
///
/// Looks up a localized string similar to Geprobeerd te vervangen "features" in "feature spatial data", maar kon "feature" 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 Waarde van type {0} "object" kan niet gekloond worden. Implementeer "ICloneable".
///
internal static string ObjectHelper_ValueOfTypeCantBeCloned {
get {
return ResourceManager.GetString("ObjectHelper_ValueOfTypeCantBeCloned", 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 tot.
///
internal static string strTill {
get {
return ResourceManager.GetString("strTill", resourceCulture);
}
}
///
/// Looks up a localized string similar to Exceptie 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 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_t" +
"his_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__warning_s____4__info_ {
get {
return ResourceManager.GetString("ValidationReport_ToString__0___severity___1____2__error_s____3__warning_s____4__i" +
"nfo_", resourceCulture);
}
}
///
/// Looks up a localized string similar to De buffer is te klein: buffer moet minstens {0} byte groot zijn..
///
internal static string ZipFileUtils_StreamUtilsCopy_Buffer_is_too_small_Should_be_at_least_0_ {
get {
return ResourceManager.GetString("ZipFileUtils_StreamUtilsCopy_Buffer_is_too_small_Should_be_at_least_0_", resourceCulture);
}
}
}
}