//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.17613 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace System.Web.Http.Properties { using System; using System.Linq; /// /// 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 CommonWebApiResources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal CommonWebApiResources() { } /// /// 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)) { // Find the CommonResources.resources file's full resource name in this assembly string commonResourcesName = global::System.Reflection.Assembly.GetExecutingAssembly().GetManifestResourceNames().Where(s => s.EndsWith("CommonWebApiResources.resources", StringComparison.OrdinalIgnoreCase)).Single(); // Trim off the ".resources" commonResourcesName = commonResourcesName.Substring(0, commonResourcesName.Length - 10); // Load the resource manager global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager(commonResourcesName, typeof(CommonWebApiResources).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 Relative URI values are not supported: '{0}'. The URI must be absolute.. /// internal static string ArgumentInvalidAbsoluteUri { get { return ResourceManager.GetString("ArgumentInvalidAbsoluteUri", resourceCulture); } } /// /// Looks up a localized string similar to Unsupported URI scheme: '{0}'. The URI scheme must be either '{1}' or '{2}'.. /// internal static string ArgumentInvalidHttpUriScheme { get { return ResourceManager.GetString("ArgumentInvalidHttpUriScheme", resourceCulture); } } /// /// Looks up a localized string similar to Value must be greater than or equal to {0}.. /// internal static string ArgumentMustBeGreaterThanOrEqualTo { get { return ResourceManager.GetString("ArgumentMustBeGreaterThanOrEqualTo", resourceCulture); } } /// /// Looks up a localized string similar to Value must be less than or equal to {0}.. /// internal static string ArgumentMustBeLessThanOrEqualTo { get { return ResourceManager.GetString("ArgumentMustBeLessThanOrEqualTo", resourceCulture); } } /// /// Looks up a localized string similar to The argument '{0}' is null or empty.. /// internal static string ArgumentNullOrEmpty { get { return ResourceManager.GetString("ArgumentNullOrEmpty", resourceCulture); } } /// /// Looks up a localized string similar to URI must not contain a query component or a fragment identifier.. /// internal static string ArgumentUriHasQueryOrFragment { get { return ResourceManager.GetString("ArgumentUriHasQueryOrFragment", resourceCulture); } } /// /// Looks up a localized string similar to The '{0}' must contain an item named '{1}' with a value of type '{2}'.. /// internal static string DictionaryMissingRequiredValue { get { return ResourceManager.GetString("DictionaryMissingRequiredValue", resourceCulture); } } } }