profileShare

rasmusjy / splitapp-backend-clean-onion

Read-only snapshot

No repository description.

main default branch 429 files Expires Sep 13, 2026, 9:06 AM
SettlementPayment.Designer.cs 2,556 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 SettlementPayment {
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 SettlementPayment() {
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.SettlementPayment", typeof(SettlementPayment).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 Amount {
49 get {
50 return ResourceManager.GetString("Amount", resourceCulture);
51 }
52 }
53
54 public static string Status {
55 get {
56 return ResourceManager.GetString("Status", resourceCulture);
57 }
58 }
59
60 public static string MarkedPaidAt {
61 get {
62 return ResourceManager.GetString("MarkedPaidAt", resourceCulture);
63 }
64 }
65
66 public static string ConfirmedAt {
67 get {
68 return ResourceManager.GetString("ConfirmedAt", resourceCulture);
69 }
70 }
71 }
72 }
73