예제 #1
0
 public ShemaStItem(Model.Data.ShemaSt item)
 {
     this.ID_ShemaSt      = item.ID_ShemaSt;
     this.ID_Shema        = item.ID_Shema;
     this.ID_KontniPlanSt = item.ID_KontniPlanSt;
     this.Potrazuje       = item.Potrazuje;
     this.Negativno       = item.Negativno;
     this.Sintetika       = item.Sintetika;
 }
 public ShemaStGridFormattedBase(Model.Data.ShemaSt gridformated)
 {
     this.ID_ShemaSt      = gridformated.ID_ShemaSt;
     this.ID_Shema        = gridformated.ID_Shema;
     this.ID_KontniPlanSt = gridformated.ID_KontniPlanSt;
     this.Potrazuje       = gridformated.Potrazuje;
     this.Negativno       = gridformated.Negativno;
     this.Sintetika       = gridformated.Sintetika;
 }
 public ShemaStFormFormattedBase(Model.Data.ShemaSt formformated)
 {
     this.ID_ShemaSt      = formformated.ID_ShemaSt;
     this.ID_Shema        = formformated.ID_Shema;
     this.ID_KontniPlanSt = formformated.ID_KontniPlanSt;
     this.Potrazuje       = formformated.Potrazuje;
     this.Negativno       = formformated.Negativno;
     this.Sintetika       = formformated.Sintetika;
 }