Update 20210528 - mit LoginPopup

This commit is contained in:
shu
2021-05-28 16:20:53 +02:00
parent 5dcd0d1046
commit a437ae0be4
172 changed files with 16125 additions and 103 deletions
+9 -13
View File
@@ -4,22 +4,20 @@ using System.Text;
namespace BWPMModels
{
public class Menu
public class MenuItem
{
public int ID { get; set; } = 0;
public string ID { get; set; } = "";
public string menutext { get; set; } = "";
public string text { get; set; } = "";
public string parentId { get; set; } = "";
public string url { get; set; } = "";
public string menuvalue { get; set; } = "";
public string tooltip { get; set; } = "";
public string navigationurl { get; set; } = "";
public int? menutype { get; set; } = 0;
public int? parentnr { get; set; } = 0;
public int? sort { get; set; } = 0;
public DateTime? erstellt_am { get; set; } = DateTime.Now;
@@ -30,9 +28,7 @@ namespace BWPMModels
public bool? aktiv { get; set; } = true;
public int? mandantnr { get; set; } = 0;
public int? mandanttype { get; set; } = 0;
}
}
+1 -1
View File
@@ -33,7 +33,7 @@ namespace BWPMModels
public DateTime? mutiert_am { get; set; } = DateTime.Now;
public bool? altiv { get; set; } = true;
public bool? aktiv { get; set; } = true;
public int? mandantnr { get; set; } = 0;
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
1f01e9243f015a9d18dfcc6e9896b40820e52a3f
01db6f561c7613aeeb8e57c0605daa281b0ba0c8
@@ -15,4 +15,3 @@ E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\Models\obj\Debug\netcoreapp3.1\
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\Models\obj\Debug\netcoreapp3.1\BWPMModels.csproj.CoreCompileInputs.cache
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\Models\obj\Debug\netcoreapp3.1\BWPMModels.dll
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\Models\obj\Debug\netcoreapp3.1\BWPMModels.pdb
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\Models\obj\Debug\netcoreapp3.1\BWPMModels.csprojAssemblyReference.cache
Binary file not shown.
Binary file not shown.