inizio modifiche editing

This commit is contained in:
zaccaria.majid
2022-10-19 17:47:07 +02:00
parent cae7e50cbd
commit 01e181a4fc
7 changed files with 24 additions and 6 deletions
+1
View File
@@ -25,6 +25,7 @@ namespace MP.SPEC.Data
public int NumRec { get; set; } = 10;
public int TotCount { get; set; } = 0;
public int MaxRecord { get; set; } = 100;
public bool isEditing { get; set; } = false;
#endregion Public Properties
+1 -1
View File
@@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>MP.SPEC</RootNamespace>
<Version>6.16.2210.1916</Version>
<Version>6.16.2210.1917</Version>
</PropertyGroup>
<ItemGroup>
+1 -1
View File
@@ -54,7 +54,7 @@
</div>
</div>
</div>
<div class="row pt-4">
<div class="row pt-4 " >
<div class="col-3 pe-0">
</div>
<div class="col-3 pe-0">
+18 -1
View File
@@ -95,6 +95,19 @@ namespace MP.SPEC.Pages
}
}
private string css()
{
string answ = "";
if (isEditing == false)
{
answ = "disabled";
}
else
{
answ = "enabled";
}
return answ;
}
protected void updateTotal(int newTotCount)
{
@@ -134,7 +147,11 @@ namespace MP.SPEC.Pages
get => currFilter.NumRec;
set => currFilter.NumRec = value;
}
private bool isEditing
{
get => currFilter.isEditing;
set => currFilter.isEditing = value;
}
private int totalCount
{
get => currFilter.TotCount;
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>Modulo MAPOSPEC </i>
<h4>Versione: 6.16.2210.1916</h4>
<h4>Versione: 6.16.2210.1917</h4>
<br /> Note di rilascio:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
6.16.2210.1916
6.16.2210.1917
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>6.16.2210.1916</version>
<version>6.16.2210.1917</version>
<url>https://nexus.steamware.net/repository/SWS/MP-SPEC/stable/LAST/MP.SPEC.zip</url>
<changelog>https://nexus.steamware.net/repository/SWS/MP-SPEC/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>