Пример #1
0
            public tsh_PersonasRow Addtsh_PersonasRow(
                string IdPersona,
                string Nombre,
                string Comentarios,
                string Telefonos,
                string Email,
                string InstantMesseger,
                string Observaciones,
                bool Activo,
                System.DateTime FechaCreacion,
                long IdConexionCreacion,
                System.Byte[] UltimaModificacion,
                long IdConexionUltimaModificacion,
                long IdReservado,
                System.Guid RowId,
                long IdTratamiento,
                long IdEmpresa,
                long IdSucursal)
            {
                tsh_PersonasRow rowtsh_PersonasRow = ((tsh_PersonasRow)(this.NewRow()));

                rowtsh_PersonasRow.ItemArray = new object[] {
                    IdPersona,
                    Nombre,
                    Comentarios,
                    Telefonos,
                    Email,
                    InstantMesseger,
                    Observaciones,
                    Activo,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdTratamiento,
                    IdEmpresa,
                    IdSucursal
                };
                this.Rows.Add(rowtsh_PersonasRow);
                return(rowtsh_PersonasRow);
            }
Пример #2
0
 public tsh_PersonasRowChangeEvent(tsh_PersonasRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Пример #3
0
 public void Removetsh_PersonasRow(tsh_PersonasRow row)
 {
     this.Rows.Remove(row);
 }
Пример #4
0
 public void Addtsh_PersonasRow(tsh_PersonasRow row)
 {
     this.Rows.Add(row);
 }