예제 #1
0
            public tsh_DocumentosRow Addtsh_DocumentosRow(string IdDocumento, long IdTipoArchivo, long IdClaseDocumento, string Descripcion, long Tamanio, System.Byte[] Documento, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdSucursal, long IdEmpresa)
            {
                tsh_DocumentosRow rowtsh_DocumentosRow = ((tsh_DocumentosRow)(this.NewRow()));

                rowtsh_DocumentosRow.ItemArray = new object[] {
                    IdDocumento,
                    IdTipoArchivo,
                    IdClaseDocumento,
                    Descripcion,
                    Tamanio,
                    Documento,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdSucursal,
                    IdEmpresa
                };
                this.Rows.Add(rowtsh_DocumentosRow);
                return(rowtsh_DocumentosRow);
            }
예제 #2
0
 public tsh_DocumentosRowChangeEvent(tsh_DocumentosRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
예제 #3
0
 public void Removetsh_DocumentosRow(tsh_DocumentosRow row)
 {
     this.Rows.Remove(row);
 }
예제 #4
0
 public void Addtsh_DocumentosRow(tsh_DocumentosRow row)
 {
     this.Rows.Add(row);
 }