예제 #1
0
            public twf_ValidacionesRow Addtwf_ValidacionesRow(long IdValidacion, string Descripcion, string Formula, long IdConexion, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, System.Guid RowId, string Observaciones)
            {
                twf_ValidacionesRow rowtwf_ValidacionesRow = ((twf_ValidacionesRow)(this.NewRow()));

                rowtwf_ValidacionesRow.ItemArray = new object[] {
                    IdValidacion,
                    Descripcion,
                    Formula,
                    IdConexion,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    RowId,
                    Observaciones
                };
                this.Rows.Add(rowtwf_ValidacionesRow);
                return(rowtwf_ValidacionesRow);
            }
예제 #2
0
 public twf_ValidacionesRowChangeEvent(twf_ValidacionesRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
예제 #3
0
 public void Removetwf_ValidacionesRow(twf_ValidacionesRow row)
 {
     this.Rows.Remove(row);
 }
예제 #4
0
 public void Addtwf_ValidacionesRow(twf_ValidacionesRow row)
 {
     this.Rows.Add(row);
 }