/// <summary> /// Defines this cell as an Sanity checking cell /// </summary> /// <returns></returns> public SanityCheckingCell ToSanityCheckingCell() { var cell = new SanityCheckingCell() { Id = Id, Content = Content, Location = Location, SifLocation = SifLocation }; return(cell); }
/// <summary> /// Defines this cell as an Sanity checking cell /// </summary> /// <returns></returns> public SanityCheckingCell ToSanityCheckingCell() { var cell = new SanityCheckingCell() { Id = Id, Content = Content, Location = Location, SifLocation = SifLocation }; return cell; }