Exemplo n.º 1
0
        public Cells.SanityConstraintCell ToSanityConstraintCell()
        {
            var cell = new Cells.SanityConstraintCell()
            {
                Id          = this.Id,
                Content     = this.Content,
                Location    = this.Location,
                SifLocation = this.SifLocation
            };

            return(cell);
        }
Exemplo n.º 2
0
 public Cells.SanityConstraintCell ToSanityConstraintCell()
 {
     var cell = new Cells.SanityConstraintCell()
     {
         Id = this.Id,
         Content = this.Content,
         Location = this.Location,
         SifLocation = this.SifLocation
     };
     return cell;
 }