add isinservice property
This commit is contained in:
parent
160f5c7130
commit
27a2797aa5
@ -7,5 +7,7 @@
|
||||
public string Schools { get; set; }
|
||||
public string Schedules { get; set; }
|
||||
public string Impact { get; set; }
|
||||
|
||||
public bool IsInService => !Impact.Contains("No Service", StringComparison.OrdinalIgnoreCase);
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user