Beispiel #1
0
 public void UpdateFrom(GeocacheImage l)
 {
     BeginUpdate();
     this.ID           = l.ID;
     this.DataFromDate = l.DataFromDate;
     this.GeocacheCode = l.GeocacheCode;
     this.Url          = l.Url;
     this.MobileUrl    = l.MobileUrl;
     this.ThumbUrl     = l.ThumbUrl;
     this.Description  = l.Description;
     this.Name         = l.Name;
     EndUpdate();
 }
Beispiel #2
0
 public void UpdateFrom(GeocacheImage l)
 {
     BeginUpdate();
     this.ID = l.ID;
     this.DataFromDate = l.DataFromDate;
     this.GeocacheCode = l.GeocacheCode;
     this.Url = l.Url;
     this.MobileUrl = l.MobileUrl;
     this.ThumbUrl = l.ThumbUrl;
     this.Description = l.Description;
     this.Name = l.Name;
     EndUpdate();
 }