Exemplo n.º 1
0
 /// <summary>
 /// 刷新站状态
 /// </summary>
 /// <param name="pStationInfo"></param>
 public abstract void UpdateState(StationInfo pStationInfo);
Exemplo n.º 2
0
 public ClustererItem(StationInfo pItem)
 {
     this.DicProperties.Add("RSBT_STATION_CACHE.STAT_LG", pItem.DicProperties["RSBT_STATION_CACHE.STAT_LG"]);
     this.DicProperties.Add("RSBT_STATION_CACHE.STAT_LA", pItem.DicProperties["RSBT_STATION_CACHE.STAT_LA"]);
     this.DicProperties.Add("RSBT_STATION_CACHE.COUNT", pItem.DicProperties["RSBT_STATION_CACHE.COUNT"]);
 }