コード例 #1
0
ファイル: sy_Reglas.cs プロジェクト: windygu/ger20160318
            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
ファイル: sy_Reglas.cs プロジェクト: windygu/ger20160318
 public sy_ReglasRowChangeEvent(sy_ReglasRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
コード例 #3
0
ファイル: sy_Reglas.cs プロジェクト: windygu/ger20160318
 public void Removesy_ReglasRow(sy_ReglasRow row)
 {
     this.Rows.Remove(row);
 }
コード例 #4
0
ファイル: sy_Reglas.cs プロジェクト: windygu/ger20160318
 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;
 }