PageRenderTime 24ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/WCFWebApi/prototype/Microsoft.ApplicationServer.HttpEnhancements/SR.Designer.cs

#
C# | 151 lines | 82 code | 25 blank | 44 comment | 1 complexity | ef356d18bc2e1100a9df922a41756734 MD5 | raw file
Possible License(s): CC-BY-SA-3.0, Apache-2.0
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:4.0.30319.239
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace Microsoft.ApplicationServer.HttpEnhancements {
  11. internal partial class SR {
  12. static System.Resources.ResourceManager resourceManager;
  13. static System.Globalization.CultureInfo resourceCulture;
  14. private SR() {
  15. }
  16. internal static System.Resources.ResourceManager ResourceManager {
  17. get {
  18. if (object.ReferenceEquals(resourceManager, null)) {
  19. System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Microsoft.ApplicationServer.HttpEnhancements.SR", typeof(SR).Assembly);
  20. resourceManager = temp;
  21. }
  22. return resourceManager;
  23. }
  24. }
  25. [System.CodeDom.Compiler.GeneratedCodeAttribute("StrictResXFileCodeGenerator", "4.0.0.0")]
  26. internal static System.Globalization.CultureInfo Culture {
  27. get {
  28. return resourceCulture;
  29. }
  30. set {
  31. resourceCulture = value;
  32. }
  33. }
  34. /// <summary>Gets localized string like: This formatter only supports bare style when used in request or response.</summary>
  35. internal static string FormEncodedMustBeBare {
  36. get {
  37. return ResourceManager.GetString("FormEncodedMustBeBare", Culture);
  38. }
  39. }
  40. /// <summary>Gets localized string like: MessageVersion must be None.</summary>
  41. internal static string MessageVersionMustBeNone {
  42. get {
  43. return ResourceManager.GetString("MessageVersionMustBeNone", Culture);
  44. }
  45. }
  46. /// <summary>Gets localized string like: Expected either to receive JSON in the message body or the content-type to be application/x-www-form-urlencoded.</summary>
  47. internal static string ExpectUrlEncodedOrJson {
  48. get {
  49. return ResourceManager.GetString("ExpectUrlEncodedOrJson", Culture);
  50. }
  51. }
  52. /// <summary>Gets localized string like: Query string name cannot be null.</summary>
  53. internal static string QueryStringNameShouldNotNull {
  54. get {
  55. return ResourceManager.GetString("QueryStringNameShouldNotNull", Culture);
  56. }
  57. }
  58. /// <summary>Gets localized string like: OperationContract {0} has both [WebGet] and [WebInvoke]. Only one of [WebGet] or [WebInvoke] can be applied to each operation contract.</summary>
  59. /// <param name="param0">Parameter 0 for string: OperationContract {0} has both [WebGet] and [WebInvoke]. Only one of [WebGet] or [WebInvoke] can be applied to each operation contract.</param>
  60. internal static string OperationContractConflictsWebGetOrWebInvoke(object param0) {
  61. return string.Format(Culture, ResourceManager.GetString("OperationContractConflictsWebGetOrWebInvoke", Culture), param0);
  62. }
  63. /// <summary>Gets localized string like: Operation '{0}' of contract '{1}' specifies at least one request body parameter in addition to the JsonValue parameter which is not mapped to the UriTemplate. All non-JsonValue parameters must be mapped to the UriTemplate.</summary>
  64. /// <param name="param0">Parameter 0 for string: Operation '{0}' of contract '{1}' specifies at least one request body parameter in addition to the JsonValue parameter which is not mapped to the UriTemplate. All non-JsonValue parameters must be mapped to the UriTemplate.</param>
  65. /// <param name="param1">Parameter 1 for string: Operation '{0}' of contract '{1}' specifies at least one request body parameter in addition to the JsonValue parameter which is not mapped to the UriTemplate. All non-JsonValue parameters must be mapped to the UriTemplate.</param>
  66. internal static string ParameterUnmappedInUriTemplate(object param0, object param1) {
  67. return string.Format(Culture, ResourceManager.GetString("ParameterUnmappedInUriTemplate", Culture), param0, param1);
  68. }
  69. /// <summary>Gets localized string like: Operation '{0}' in contract '{1}' has a query variable named '{2}' of type '{3}', but type '{3}' is not convertible by '{4}'. Variables for UriTemplate query values must have types that can be converted by '{4}'.</summary>
  70. /// <param name="param0">Parameter 0 for string: Operation '{0}' in contract '{1}' has a query variable named '{2}' of type '{3}', but type '{3}' is not convertible by '{4}'. Variables for UriTemplate query values must have types that can be converted by '{4}'.</param>
  71. /// <param name="param1">Parameter 1 for string: Operation '{0}' in contract '{1}' has a query variable named '{2}' of type '{3}', but type '{3}' is not convertible by '{4}'. Variables for UriTemplate query values must have types that can be converted by '{4}'.</param>
  72. /// <param name="param2">Parameter 2 for string: Operation '{0}' in contract '{1}' has a query variable named '{2}' of type '{3}', but type '{3}' is not convertible by '{4}'. Variables for UriTemplate query values must have types that can be converted by '{4}'.</param>
  73. /// <param name="param3">Parameter 3 for string: Operation '{0}' in contract '{1}' has a query variable named '{2}' of type '{3}', but type '{3}' is not convertible by '{4}'. Variables for UriTemplate query values must have types that can be converted by '{4}'.</param>
  74. /// <param name="param4">Parameter 4 for string: Operation '{0}' in contract '{1}' has a query variable named '{2}' of type '{3}', but type '{3}' is not convertible by '{4}'. Variables for UriTemplate query values must have types that can be converted by '{4}'.</param>
  75. internal static string QueryVariableCannotBeConverted(object param0, object param1, object param2, object param3, object param4) {
  76. return string.Format(Culture, ResourceManager.GetString("QueryVariableCannotBeConverted", Culture), param0, param1, param2, param3, param4);
  77. }
  78. /// <summary>Gets localized string like: The response format for the operation {0} is not supported. Operations returning JsonValue must have the ResponseFormat set to Json.</summary>
  79. /// <param name="param0">Parameter 0 for string: The response format for the operation {0} is not supported. Operations returning JsonValue must have the ResponseFormat set to Json.</param>
  80. internal static string ResponseFormatMustBeJson(object param0) {
  81. return string.Format(Culture, ResourceManager.GetString("ResponseFormatMustBeJson", Culture), param0);
  82. }
  83. /// <summary>Gets localized string like: Operation '{0}' in contract '{1}' has a UriTemplate that expects a parameter named '{2}', but there is no input parameter with that name on the operation.</summary>
  84. /// <param name="param0">Parameter 0 for string: Operation '{0}' in contract '{1}' has a UriTemplate that expects a parameter named '{2}', but there is no input parameter with that name on the operation.</param>
  85. /// <param name="param1">Parameter 1 for string: Operation '{0}' in contract '{1}' has a UriTemplate that expects a parameter named '{2}', but there is no input parameter with that name on the operation.</param>
  86. /// <param name="param2">Parameter 2 for string: Operation '{0}' in contract '{1}' has a UriTemplate that expects a parameter named '{2}', but there is no input parameter with that name on the operation.</param>
  87. internal static string UriTemplateParameterNotInOperation(object param0, object param1, object param2) {
  88. return string.Format(Culture, ResourceManager.GetString("UriTemplateParameterNotInOperation", Culture), param0, param1, param2);
  89. }
  90. /// <summary>Gets localized string like: {0} in the JsonValue object can not be both JsonObject and JsonArray.</summary>
  91. /// <param name="param0">Parameter 0 for string: {0} in the JsonValue object can not be both JsonObject and JsonArray.</param>
  92. internal static string ConflictingArrayPath(object param0) {
  93. return string.Format(Culture, ResourceManager.GetString("ConflictingArrayPath", Culture), param0);
  94. }
  95. /// <summary>Gets localized string like: Mismatching types at node '{0}'.</summary>
  96. /// <param name="param0">Parameter 0 for string: Mismatching types at node '{0}'.</param>
  97. internal static string FormUrlEncodedMismatchingTypes(object param0) {
  98. return string.Format(Culture, ResourceManager.GetString("FormUrlEncodedMismatchingTypes", Culture), param0);
  99. }
  100. /// <summary>Gets localized string like: Invalid array at node '{0}'.</summary>
  101. /// <param name="param0">Parameter 0 for string: Invalid array at node '{0}'.</param>
  102. internal static string InvalidArrayInsert(object param0) {
  103. return string.Format(Culture, ResourceManager.GetString("InvalidArrayInsert", Culture), param0);
  104. }
  105. /// <summary>Gets localized string like: Traditional style array without '[]' is not supported with nested object at location {0}.</summary>
  106. /// <param name="param0">Parameter 0 for string: Traditional style array without '[]' is not supported with nested object at location {0}.</param>
  107. internal static string JQuery13CompatModeNotSupportNestedJson(object param0) {
  108. return string.Format(Culture, ResourceManager.GetString("JQuery13CompatModeNotSupportNestedJson", Culture), param0);
  109. }
  110. /// <summary>Gets localized string like: The maximum read depth ({0}) has been exceeded because the forms url-encoded data being read has more levels of nesting than is allowed by the quota. This quota may be increased by changing the MaxDepth property on the ReaderQuotas object in the WebMessageEncodingBindingElement.</summary>
  111. /// <param name="param0">Parameter 0 for string: The maximum read depth ({0}) has been exceeded because the forms url-encoded data being read has more levels of nesting than is allowed by the quota. This quota may be increased by changing the MaxDepth property on the ReaderQuotas object in the WebMessageEncodingBindingElement.</param>
  112. internal static string MaxDepthExceeded(object param0) {
  113. return string.Format(Culture, ResourceManager.GetString("MaxDepthExceeded", Culture), param0);
  114. }
  115. /// <summary>Gets localized string like: Nested bracket is not valid for form-urlencoded at position {0}.</summary>
  116. /// <param name="param0">Parameter 0 for string: Nested bracket is not valid for form-urlencoded at position {0}.</param>
  117. internal static string NestedBracketNotValid(object param0) {
  118. return string.Format(Culture, ResourceManager.GetString("NestedBracketNotValid", Culture), param0);
  119. }
  120. /// <summary>Gets localized string like: There is an unmatched opened bracket for the form-urlencoded string at position {0}.</summary>
  121. /// <param name="param0">Parameter 0 for string: There is an unmatched opened bracket for the form-urlencoded string at position {0}.</param>
  122. internal static string UnMatchedBracketNotValid(object param0) {
  123. return string.Format(Culture, ResourceManager.GetString("UnMatchedBracketNotValid", Culture), param0);
  124. }
  125. }
  126. }