Exemple #1
0
            public sy_VariablesReglasRow Addsy_VariablesReglasRow(string IdVariable, string IdConfiguracion, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, System.Guid RowId)
            {
                sy_VariablesReglasRow rowsy_VariablesReglasRow = ((sy_VariablesReglasRow)(this.NewRow()));

                rowsy_VariablesReglasRow.ItemArray = new object[] {
                    IdVariable,
                    IdConfiguracion,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    RowId
                };
                this.Rows.Add(rowsy_VariablesReglasRow);
                return(rowsy_VariablesReglasRow);
            }
Exemple #2
0
 public sy_VariablesReglasRowChangeEvent(sy_VariablesReglasRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Exemple #3
0
 public void Removesy_VariablesReglasRow(sy_VariablesReglasRow row)
 {
     this.Rows.Remove(row);
 }
Exemple #4
0
 public void Addsy_VariablesReglasRow(sy_VariablesReglasRow row)
 {
     this.Rows.Add(row);
 }