Пример #1
0
            public consipkind_extRow Addconsipkind_extRow(int idconsipkind, System.DateTime ct, string cu, string description, System.DateTime lt, string lu, string active, int position, string flagheader, string shortdescription)
            {
                consipkind_extRow rowconsipkind_extRow = ((consipkind_extRow)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    idconsipkind,
                    ct,
                    cu,
                    description,
                    lt,
                    lu,
                    active,
                    position,
                    flagheader,
                    shortdescription
                };
                rowconsipkind_extRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowconsipkind_extRow);
                return(rowconsipkind_extRow);
            }
Пример #2
0
 public consipkind_extRowChangeEvent(consipkind_extRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Пример #3
0
 public void Removeconsipkind_extRow(consipkind_extRow row)
 {
     this.Rows.Remove(row);
 }
Пример #4
0
 public void Addconsipkind_extRow(consipkind_extRow row)
 {
     this.Rows.Add(row);
 }