Esempio n. 1
0
        /// <summary>
        /// Defines this cell as an Sanity explanation cell
        /// </summary>
        /// <returns></returns>
        public SanityExplanationCell ToSanityExplanationCell()
        {
            var cell = new SanityExplanationCell()
            {
                Id          = Id,
                Content     = Content,
                Location    = Location,
                SifLocation = SifLocation
            };

            return(cell);
        }
Esempio n. 2
0
 /// <summary>
 /// Defines this cell as an Sanity explanation cell
 /// </summary>
 /// <returns></returns>
 public SanityExplanationCell ToSanityExplanationCell()
 {
     var cell = new SanityExplanationCell()
     {
         Id = Id,
         Content = Content,
         Location = Location,
         SifLocation = SifLocation
     };
     return cell;
 }