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