-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#20 updated view (add is unknown posfix if property is empty)
- Loading branch information
Showing
4 changed files
with
78 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
AlgoTecture.WebApi.QrCode/Models/GeoAdminBuildingViewModel.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
namespace AlgoTecture.WebApi.QrCode.Models; | ||
|
||
public class GeoAdminBuildingViewModel | ||
{ | ||
public string BuildingYear { get; set; } | ||
|
||
public string BuildingCategory { get; set; } | ||
|
||
public string BuildingClass { get; set; } | ||
|
||
public string BuildingName { get; set; } | ||
|
||
public string Levels { get; set; } | ||
|
||
public string Area { get; set; } | ||
|
||
public string FloorArea { get; set; } | ||
|
||
public string Flats { get; set; } | ||
|
||
public string PlaceName { get; set; } | ||
|
||
public string MunicipalityId { get; set; } | ||
|
||
public string MunicipalityName { get; set; } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters