예제 #1
0
            public tsh_TipoAceptacionRow Addtsh_TipoAceptacionRow(string IdTipoAceptacion, string Descripcion, string Aux1, string Aux2, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId)
            {
                tsh_TipoAceptacionRow rowtsh_TipoAceptacionRow = ((tsh_TipoAceptacionRow)(this.NewRow()));

                rowtsh_TipoAceptacionRow.ItemArray = new object[] {
                    IdTipoAceptacion,
                    Descripcion,
                    Aux1,
                    Aux2,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId
                };
                this.Rows.Add(rowtsh_TipoAceptacionRow);
                return(rowtsh_TipoAceptacionRow);
            }
예제 #2
0
 public tsh_TipoAceptacionRowChangeEvent(tsh_TipoAceptacionRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
예제 #3
0
 public void Removetsh_TipoAceptacionRow(tsh_TipoAceptacionRow row)
 {
     this.Rows.Remove(row);
 }
예제 #4
0
 public void Addtsh_TipoAceptacionRow(tsh_TipoAceptacionRow row)
 {
     this.Rows.Add(row);
 }