public override void Copy(ProductPartTaskOption to)
        {
            base.Copy(to);

            ((ProductPartHotPrintingOption)to).Foil = Foil;
            ((ProductPartHotPrintingOption)to).Format = Format;
        }
        public override void Copy(ProductPartTaskOption to)
        {
            base.Copy(to);

            ((ProductPartPrintRollOption)to).TypeOfTaskPrint = TypeOfTaskPrint;
            ((ProductPartPrintRollOption)to).Ink = Ink;
            ((ProductPartPrintRollOption)to).Overlay = Overlay;
        }
        public override void Copy(ProductPartTaskOption to)
        {
            base.Copy(to);

            ((ProductPartSerigraphyOption)to).TypeOfTaskSerigraphy = TypeOfTaskSerigraphy;
            ((ProductPartSerigraphyOption)to).InkSerigraphy = InkSerigraphy;
            ((ProductPartSerigraphyOption)to).Overlay = Overlay;
        }
 public virtual void Copy(ProductPartTaskOption to)
 {
     to.CodProductPartTaskOption = null;
     to.CodProductPartTask = null;
 }