Shorter Title
How to do something?
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
111
public class PropertyLocationForComparableGridViewModel
{
public required string AddressLine1 { get; set; }
public string? AddressLine2 { get; set; }
public required string City { get; set; }
public required string State { get; set; }
public string AddressLineConcatenated => (AddressLine1 + (AddressLine2 == null ? "" : $", {AddressLine2}")).Trim();
public string CityStateConcatenated => (City + ", " + State).Trim();
}
appraise_request_id | story_id | field_name | field_value | field_type | field_sub_type | form_submission_id |
|---|---|---|---|---|---|---|
1828 | 42158 | executive_summary_date_of_inspection | 2025-01-22T00:00:00.000Z | date | date | 8093 |
1828 | 42158 | executive_summary_date_of_construction_completion | 2025-01-15T00:00:00.000Z | date | date | 8093 |
1828 | 42205 | executive_summary_leaseable_area | 1111.22 | text | finance | 8094 |
1828 | 42205 | executive_summary_leaseable_area_per_unit | 1111.44 | text | finance | 8094 |
1828 | 42205 | executive_summary_unit_count | 25 | text | finance | 8094 |