Enums.Designer.cs
7,308 bytes
| 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 | |
| 10 | namespace App.Resources.Domain { |
| 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 | public class Enums { |
| 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 Enums() { |
| 25 | } |
| 26 | |
| 27 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
| 28 | public static System.Resources.ResourceManager ResourceManager { |
| 29 | get { |
| 30 | if (object.Equals(null, resourceMan)) { |
| 31 | System.Resources.ResourceManager temp = new System.Resources.ResourceManager("App.Resources.Domain.Enums", typeof(Enums).Assembly); |
| 32 | resourceMan = temp; |
| 33 | } |
| 34 | return resourceMan; |
| 35 | } |
| 36 | } |
| 37 | |
| 38 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
| 39 | public static System.Globalization.CultureInfo Culture { |
| 40 | get { |
| 41 | return resourceCulture; |
| 42 | } |
| 43 | set { |
| 44 | resourceCulture = value; |
| 45 | } |
| 46 | } |
| 47 | |
| 48 | public static string ETripStatus_Active { |
| 49 | get { |
| 50 | return ResourceManager.GetString("ETripStatus_Active", resourceCulture); |
| 51 | } |
| 52 | } |
| 53 | |
| 54 | public static string ETripStatus_Settled { |
| 55 | get { |
| 56 | return ResourceManager.GetString("ETripStatus_Settled", resourceCulture); |
| 57 | } |
| 58 | } |
| 59 | |
| 60 | public static string ETripStatus_Archived { |
| 61 | get { |
| 62 | return ResourceManager.GetString("ETripStatus_Archived", resourceCulture); |
| 63 | } |
| 64 | } |
| 65 | |
| 66 | public static string ETripStatus_Finalizing { |
| 67 | get { |
| 68 | return ResourceManager.GetString("ETripStatus_Finalizing", resourceCulture); |
| 69 | } |
| 70 | } |
| 71 | |
| 72 | public static string ESplitMethod_EqualAll { |
| 73 | get { |
| 74 | return ResourceManager.GetString("ESplitMethod_EqualAll", resourceCulture); |
| 75 | } |
| 76 | } |
| 77 | |
| 78 | public static string ESplitMethod_EqualSubset { |
| 79 | get { |
| 80 | return ResourceManager.GetString("ESplitMethod_EqualSubset", resourceCulture); |
| 81 | } |
| 82 | } |
| 83 | |
| 84 | public static string ESplitMethod_ExactAmounts { |
| 85 | get { |
| 86 | return ResourceManager.GetString("ESplitMethod_ExactAmounts", resourceCulture); |
| 87 | } |
| 88 | } |
| 89 | |
| 90 | public static string ESplitMethod_Percentages { |
| 91 | get { |
| 92 | return ResourceManager.GetString("ESplitMethod_Percentages", resourceCulture); |
| 93 | } |
| 94 | } |
| 95 | |
| 96 | public static string EParticipantRole_Organizer { |
| 97 | get { |
| 98 | return ResourceManager.GetString("EParticipantRole_Organizer", resourceCulture); |
| 99 | } |
| 100 | } |
| 101 | |
| 102 | public static string EParticipantRole_Participant { |
| 103 | get { |
| 104 | return ResourceManager.GetString("EParticipantRole_Participant", resourceCulture); |
| 105 | } |
| 106 | } |
| 107 | |
| 108 | public static string EInvitationStatus_Pending { |
| 109 | get { |
| 110 | return ResourceManager.GetString("EInvitationStatus_Pending", resourceCulture); |
| 111 | } |
| 112 | } |
| 113 | |
| 114 | public static string EInvitationStatus_Accepted { |
| 115 | get { |
| 116 | return ResourceManager.GetString("EInvitationStatus_Accepted", resourceCulture); |
| 117 | } |
| 118 | } |
| 119 | |
| 120 | public static string EInvitationStatus_Declined { |
| 121 | get { |
| 122 | return ResourceManager.GetString("EInvitationStatus_Declined", resourceCulture); |
| 123 | } |
| 124 | } |
| 125 | |
| 126 | public static string EInvitationStatus_Expired { |
| 127 | get { |
| 128 | return ResourceManager.GetString("EInvitationStatus_Expired", resourceCulture); |
| 129 | } |
| 130 | } |
| 131 | |
| 132 | public static string EInvitationStatus_Revoked { |
| 133 | get { |
| 134 | return ResourceManager.GetString("EInvitationStatus_Revoked", resourceCulture); |
| 135 | } |
| 136 | } |
| 137 | |
| 138 | public static string EPaymentStatus_Pending { |
| 139 | get { |
| 140 | return ResourceManager.GetString("EPaymentStatus_Pending", resourceCulture); |
| 141 | } |
| 142 | } |
| 143 | |
| 144 | public static string EPaymentStatus_MarkedPaid { |
| 145 | get { |
| 146 | return ResourceManager.GetString("EPaymentStatus_MarkedPaid", resourceCulture); |
| 147 | } |
| 148 | } |
| 149 | |
| 150 | public static string EPaymentStatus_Confirmed { |
| 151 | get { |
| 152 | return ResourceManager.GetString("EPaymentStatus_Confirmed", resourceCulture); |
| 153 | } |
| 154 | } |
| 155 | |
| 156 | public static string ESettlementStatus_Pending { |
| 157 | get { |
| 158 | return ResourceManager.GetString("ESettlementStatus_Pending", resourceCulture); |
| 159 | } |
| 160 | } |
| 161 | |
| 162 | public static string ESettlementStatus_InProgress { |
| 163 | get { |
| 164 | return ResourceManager.GetString("ESettlementStatus_InProgress", resourceCulture); |
| 165 | } |
| 166 | } |
| 167 | |
| 168 | public static string ESettlementStatus_Completed { |
| 169 | get { |
| 170 | return ResourceManager.GetString("ESettlementStatus_Completed", resourceCulture); |
| 171 | } |
| 172 | } |
| 173 | |
| 174 | public static string EWishlistCategory_Place { |
| 175 | get { |
| 176 | return ResourceManager.GetString("EWishlistCategory_Place", resourceCulture); |
| 177 | } |
| 178 | } |
| 179 | |
| 180 | public static string EWishlistCategory_Activity { |
| 181 | get { |
| 182 | return ResourceManager.GetString("EWishlistCategory_Activity", resourceCulture); |
| 183 | } |
| 184 | } |
| 185 | |
| 186 | public static string EWishlistCategory_Restaurant { |
| 187 | get { |
| 188 | return ResourceManager.GetString("EWishlistCategory_Restaurant", resourceCulture); |
| 189 | } |
| 190 | } |
| 191 | |
| 192 | public static string EWishlistCategory_Other { |
| 193 | get { |
| 194 | return ResourceManager.GetString("EWishlistCategory_Other", resourceCulture); |
| 195 | } |
| 196 | } |
| 197 | |
| 198 | public static string EWishlistPriority_MustDo { |
| 199 | get { |
| 200 | return ResourceManager.GetString("EWishlistPriority_MustDo", resourceCulture); |
| 201 | } |
| 202 | } |
| 203 | |
| 204 | public static string EWishlistPriority_NiceToHave { |
| 205 | get { |
| 206 | return ResourceManager.GetString("EWishlistPriority_NiceToHave", resourceCulture); |
| 207 | } |
| 208 | } |
| 209 | |
| 210 | public static string EWishlistPriority_Optional { |
| 211 | get { |
| 212 | return ResourceManager.GetString("EWishlistPriority_Optional", resourceCulture); |
| 213 | } |
| 214 | } |
| 215 | } |
| 216 | } |
| 217 | |