Beispiel #1
0
        public IHP_KAROTEKA_EX(KOMPLETACJAEntities context, IHP_KARTOTEKA item)
        {
            _context = context;
            this.ID_IHP_KARTOTEKA  = item.ID_IHP_KARTOTEKA;
            this.ID_IHP_STAWKAVAT  = item.ID_IHP_STAWKAVAT;
            this.ID_IHP_RODZAJKART = item.ID_IHP_RODZAJKART;
            this.ID_IHP_JM         = item.ID_IHP_JM;
            this.INDEKS            = item.INDEKS;
            this.NAZWASKR          = item.NAZWASKR;
            this.NAZWADL           = item.NAZWADL;
            this.SWW            = item.SWW;
            this.PKWIU          = item.PKWIU;
            this.UWAGI          = item.UWAGI;
            this.KODEAN         = item.KODEAN;
            this.ID_TOWSUBJECT  = item.ID_TOWSUBJECT;
            this.IHP_CENNIK     = item.IHP_CENNIK;
            this.IHP_JM         = item.IHP_JM;
            this.IHP_RODZAJKART = item.IHP_RODZAJKART;
            this.IHP_STAWKAVAT  = item.IHP_STAWKAVAT;

            this.IHP_POZDOK = item.IHP_POZDOK;
        }
Beispiel #2
0
 public void RemoveMaterialFilter()
 {
     _kartotekamat           = null;
     CanRemoveMaterialFilter = false;
 }