Пример #1
0
            public sy_ReglasRow Addsy_ReglasRow(string IdRegla, string Descripcion, string Comentario, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, System.Guid RowId)
            {
                sy_ReglasRow rowsy_ReglasRow = ((sy_ReglasRow)(this.NewRow()));

                rowsy_ReglasRow.ItemArray = new object[] {
                    IdRegla,
                    Descripcion,
                    Comentario,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    RowId
                };
                this.Rows.Add(rowsy_ReglasRow);
                return(rowsy_ReglasRow);
            }
Пример #2
0
 public sy_ReglasRowChangeEvent(sy_ReglasRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Пример #3
0
 public void Removesy_ReglasRow(sy_ReglasRow row)
 {
     this.Rows.Remove(row);
 }
Пример #4
0
 public void Addsy_ReglasRow(sy_ReglasRow row)
 {
     this.Rows.Add(row);
 }
Пример #5
0
 public sy_ReglasRowChangeEvent(sy_ReglasRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }