コード例 #1
0
            public tsy_EstadosDevolucionesRow Addtsy_EstadosDevolucionesRow(long IdEstadoDevolucion, string Descripcion, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa)
            {
                tsy_EstadosDevolucionesRow rowtsy_EstadosDevolucionesRow = ((tsy_EstadosDevolucionesRow)(this.NewRow()));

                rowtsy_EstadosDevolucionesRow.ItemArray = new object[] {
                    IdEstadoDevolucion,
                    Descripcion,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa
                };
                this.Rows.Add(rowtsy_EstadosDevolucionesRow);
                return(rowtsy_EstadosDevolucionesRow);
            }
コード例 #2
0
 public tsy_EstadosDevolucionesRowChangeEvent(tsy_EstadosDevolucionesRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
コード例 #3
0
 public void Removetsy_EstadosDevolucionesRow(tsy_EstadosDevolucionesRow row)
 {
     this.Rows.Remove(row);
 }
コード例 #4
0
 public void Addtsy_EstadosDevolucionesRow(tsy_EstadosDevolucionesRow row)
 {
     this.Rows.Add(row);
 }