Example #1
0
            public tsy_MotivosDiferenciasComprasRow Addtsy_MotivosDiferenciasComprasRow(string Descripcion, bool Activo, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdSucursal, long IdEmpresa)
            {
                tsy_MotivosDiferenciasComprasRow rowtsy_MotivosDiferenciasComprasRow = ((tsy_MotivosDiferenciasComprasRow)(this.NewRow()));

                rowtsy_MotivosDiferenciasComprasRow.ItemArray = new object[] {
                    null,
                    Descripcion,
                    Activo,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdSucursal,
                    IdEmpresa
                };
                this.Rows.Add(rowtsy_MotivosDiferenciasComprasRow);
                return(rowtsy_MotivosDiferenciasComprasRow);
            }
Example #2
0
 public tsy_MotivosDiferenciasComprasRowChangeEvent(tsy_MotivosDiferenciasComprasRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Example #3
0
 public void Removetsy_MotivosDiferenciasComprasRow(tsy_MotivosDiferenciasComprasRow row)
 {
     this.Rows.Remove(row);
 }
Example #4
0
 public void Addtsy_MotivosDiferenciasComprasRow(tsy_MotivosDiferenciasComprasRow row)
 {
     this.Rows.Add(row);
 }