Beispiel #1
0
 public static string GetWorldHighway(IProjectSettings that) => that.Value <string>("worldHighway");
Beispiel #2
0
 public static string GetTypeHouse(IProjectSettings that) => that.Value <string>("typeHouse");
Beispiel #3
0
 public static string GetTypeProperty(IProjectSettings that) => that.Value <string>("typeProperty");
Beispiel #4
0
 public static string GetTheDistrict(IProjectSettings that) => that.Value <string>("theDistrict");
Beispiel #5
0
 public static string GetPriceFilter(IProjectSettings that) => that.Value <string>("priceFilter");
Beispiel #6
0
 public static string GetNumberOfBedrooms(IProjectSettings that) => that.Value <string>("numberOfBedrooms");
Beispiel #7
0
 public static string GetFacingHouse(IProjectSettings that) => that.Value <string>("facingHouse");
Beispiel #8
0
 public static string GetAcreageFilter(IProjectSettings that) => that.Value <string>("acreageFilter");