OpenAPI.NET.OData/tool/Microsoft.OpenApi/Properties/SRResource.Designer.cs

253 lines
11 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Microsoft.OpenApi.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", "15.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class SRResource {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal SRResource() {
}
/// <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("Microsoft.OpenApi.Properties.SRResource", typeof(SRResource).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 There must be an active scope for name &apos;{0}&apos; to be written..
/// </summary>
internal static string ActiveScopeNeededForPropertyNameWriting {
get {
return ResourceManager.GetString("ActiveScopeNeededForPropertyNameWriting", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The argument &apos;{0}&apos; is null, empty or consists only of white-space..
/// </summary>
internal static string ArgumentNullOrWhiteSpace {
get {
return ResourceManager.GetString("ArgumentNullOrWhiteSpace", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The filed name &apos;{0}&apos; of extension doesn&apos;t begin with x-..
/// </summary>
internal static string ExtensionFieldNameMustBeginWithXDash {
get {
return ResourceManager.GetString("ExtensionFieldNameMustBeginWithXDash", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Indentation level cannot be lower than 0..
/// </summary>
internal static string IndentationLevelInvalid {
get {
return ResourceManager.GetString("IndentationLevelInvalid", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The active scope must be an object scope for property name &apos;{0}&apos; to be written..
/// </summary>
internal static string ObjectScopeNeededForPropertyNameWriting {
get {
return ResourceManager.GetString("ObjectScopeNeededForPropertyNameWriting", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to An error occurred while processing the Open API document..
/// </summary>
internal static string OpenApiExceptionGenericError {
get {
return ResourceManager.GetString("OpenApiExceptionGenericError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The given OpenAPI format &apos;{0}&apos; is not supported..
/// </summary>
internal static string OpenApiFormatNotSupported {
get {
return ResourceManager.GetString("OpenApiFormatNotSupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The object element name &apos;{0}&apos; is required..
/// </summary>
internal static string OpenApiObjectElementIsRequired {
get {
return ResourceManager.GetString("OpenApiObjectElementIsRequired", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The OpenApi element &apos;{0}&apos; is already marked as reference object..
/// </summary>
internal static string OpenApiObjectMarkAsReference {
get {
return ResourceManager.GetString("OpenApiObjectMarkAsReference", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to If the parameter location is &quot;path&quot;, this property is REQUIRED and its value MUST be true.
/// </summary>
internal static string OpenApiParameterRequiredPropertyMandatory {
get {
return ResourceManager.GetString("OpenApiParameterRequiredPropertyMandatory", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The given OpenAPI specification version &apos;{0}&apos; is not supported..
/// </summary>
internal static string OpenApiSpecVersionNotSupported {
get {
return ResourceManager.GetString("OpenApiSpecVersionNotSupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The type &apos;{0}&apos; is not supported in Open API document..
/// </summary>
internal static string OpenApiUnsupportedValueType {
get {
return ResourceManager.GetString("OpenApiUnsupportedValueType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to An error occurred while writing the Open API document..
/// </summary>
internal static string OpenApiWriterExceptionGenericError {
get {
return ResourceManager.GetString("OpenApiWriterExceptionGenericError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The given primitive type &apos;{0}&apos; is not supported..
/// </summary>
internal static string PrimitiveTypeNotSupported {
get {
return ResourceManager.GetString("PrimitiveTypeNotSupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The reference string &apos;{0}&apos; has invalid format..
/// </summary>
internal static string ReferenceHasInvalidFormat {
get {
return ResourceManager.GetString("ReferenceHasInvalidFormat", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The reference type &apos;{0}&apos; does not suppoted in Open API v2.0..
/// </summary>
internal static string ReferenceTypeNotSupportedV2 {
get {
return ResourceManager.GetString("ReferenceTypeNotSupportedV2", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The runtime expression &apos;{0}&apos; has invalid format..
/// </summary>
internal static string RuntimeExpressionHasInvalidFormat {
get {
return ResourceManager.GetString("RuntimeExpressionHasInvalidFormat", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The runtime expression &apos;{0}&apos; should start with &apos;$&apos;.
/// </summary>
internal static string RuntimeExpressionMustBeginWithDollar {
get {
return ResourceManager.GetString("RuntimeExpressionMustBeginWithDollar", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Scope must be present to end..
/// </summary>
internal static string ScopeMustBePresentToEnd {
get {
return ResourceManager.GetString("ScopeMustBePresentToEnd", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The scope to end is expected to be of type &apos;{0}&apos; but it is of type &apos;{0}&apos;..
/// </summary>
internal static string ScopeToEndHasIncorrectType {
get {
return ResourceManager.GetString("ScopeToEndHasIncorrectType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The source expression &apos;{0}&apos; has invalid format..
/// </summary>
internal static string SourceExpressionHasInvalidFormat {
get {
return ResourceManager.GetString("SourceExpressionHasInvalidFormat", resourceCulture);
}
}
}
}