C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
Resources.Designer.cs
Go to the documentation of this file.
1//------------------------------------------------------------------------------
2// <auto-generated>
3// This code was generated by a tool.
4//
5// Changes to this file may cause incorrect behavior and will be lost if
6// the code is regenerated.
7// </auto-generated>
8//------------------------------------------------------------------------------
9
11 using System;
12
13
14 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
15 [System.Diagnostics.DebuggerNonUserCodeAttribute()]
16 [System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
17 internal class Resources {
18
19 private static System.Resources.ResourceManager resourceMan;
20
21 private static System.Globalization.CultureInfo resourceCulture;
22
23 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
24 internal Resources() {
25 }
26
27 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
28 internal static System.Resources.ResourceManager ResourceManager {
29 get {
30 if (object.Equals(null, resourceMan)) {
31 System.Resources.ResourceManager temp = new System.Resources.ResourceManager("AnalyzeReTesting.Properties.Resources", typeof(Resources).Assembly);
32 resourceMan = temp;
33 }
34 return resourceMan;
35 }
36 }
37
38 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
39 internal static System.Globalization.CultureInfo Culture {
40 get {
41 return resourceCulture;
42 }
43 set {
44 resourceCulture = value;
45 }
46 }
47
48 internal static string custom_frequency_distribution_data {
49 get {
50 return ResourceManager.GetString("custom_frequency_distribution_data", resourceCulture);
51 }
52 }
53
54 internal static string custom_seasonality_distribution_data {
55 get {
56 return ResourceManager.GetString("custom_seasonality_distribution_data", resourceCulture);
57 }
58 }
59
60 internal static string custom_severity_distribution_data {
61 get {
62 return ResourceManager.GetString("custom_severity_distribution_data", resourceCulture);
63 }
64 }
65
66 internal static string event_catalog_data {
67 get {
68 return ResourceManager.GetString("event_catalog_data", resourceCulture);
69 }
70 }
71
72 internal static string exchange_rate_table {
73 get {
74 return ResourceManager.GetString("exchange_rate_table", resourceCulture);
75 }
76 }
77
78 internal static string loss_set_1_data {
79 get {
80 return ResourceManager.GetString("loss_set_1_data", resourceCulture);
81 }
82 }
83
84 internal static string loss_set_2_data {
85 get {
86 return ResourceManager.GetString("loss_set_2_data", resourceCulture);
87 }
88 }
89
90 internal static string loss_set_3_data {
91 get {
92 return ResourceManager.GetString("loss_set_3_data", resourceCulture);
93 }
94 }
95
96 internal static string static_simulation_data {
97 get {
98 return ResourceManager.GetString("static_simulation_data", resourceCulture);
99 }
100 }
101
102 internal static string yelt_loss_set_10trials {
103 get {
104 return ResourceManager.GetString("yelt_loss_set_10trials", resourceCulture);
105 }
106 }
107
108 internal static string yelt_loss_set_10trials_for_binary {
109 get {
110 return ResourceManager.GetString("yelt_loss_set_10trials_for_binary", resourceCulture);
111 }
112 }
113
114 internal static string yelt_loss_set_with_reinstatements_10trials {
115 get {
116 return ResourceManager.GetString("yelt_loss_set_with_reinstatements_10trials", resourceCulture);
117 }
118 }
119
120 internal static string ylt_loss_set_10trials {
121 get {
122 return ResourceManager.GetString("ylt_loss_set_10trials", resourceCulture);
123 }
124 }
125
126 internal static string ylt_loss_set_with_reinstatements_10trials {
127 get {
128 return ResourceManager.GetString("ylt_loss_set_with_reinstatements_10trials", resourceCulture);
129 }
130 }
131 }
132}