Exemplo n.º 1
0
        public void Insert(string Ma, string Mota, short?Stt, int?IdDichvuchitiet, string Bodypart, string Viewposition, byte?Rtxt, byte?TopLabel, string MaDoc)
        {
            DynamicField item = new DynamicField();

            item.Ma = Ma;

            item.Mota = Mota;

            item.Stt = Stt;

            item.IdDichvuchitiet = IdDichvuchitiet;

            item.Bodypart = Bodypart;

            item.Viewposition = Viewposition;

            item.Rtxt = Rtxt;

            item.TopLabel = TopLabel;

            item.MaDoc = MaDoc;


            item.Save(UserName);
        }
Exemplo n.º 2
0
 public bool Destroy(object Id)
 {
     return(DynamicField.Destroy(Id) == 1);
 }
Exemplo n.º 3
0
 public bool Delete(object Id)
 {
     return(DynamicField.Delete(Id) == 1);
 }