Esempio n. 1
0
            public tsh_ContactosRow Addtsh_ContactosRow(string IdCuenta, string IdPersona, long IdTipoContacto, long IdCargo, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa)
            {
                tsh_ContactosRow rowtsh_ContactosRow = ((tsh_ContactosRow)(this.NewRow()));

                rowtsh_ContactosRow.ItemArray = new object[] {
                    IdCuenta,
                    IdPersona,
                    IdTipoContacto,
                    IdCargo,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa
                };
                this.Rows.Add(rowtsh_ContactosRow);
                return(rowtsh_ContactosRow);
            }
Esempio n. 2
0
 public tsh_ContactosRowChangeEvent(tsh_ContactosRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Esempio n. 3
0
 public void Removetsh_ContactosRow(tsh_ContactosRow row)
 {
     this.Rows.Remove(row);
 }
Esempio n. 4
0
 public void Addtsh_ContactosRow(tsh_ContactosRow row)
 {
     this.Rows.Add(row);
 }