Exemplo n.º 1
0
            public tcs_CargosRow Addtcs_CargosRow(long IdCargo, string Descripcion, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa)
            {
                tcs_CargosRow rowtcs_CargosRow = ((tcs_CargosRow)(this.NewRow()));

                rowtcs_CargosRow.ItemArray = new object[] {
                    IdCargo,
                    Descripcion,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa
                };
                this.Rows.Add(rowtcs_CargosRow);
                return(rowtcs_CargosRow);
            }
Exemplo n.º 2
0
 public tcs_CargosRowChangeEvent(tcs_CargosRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Exemplo n.º 3
0
 public void Removetcs_CargosRow(tcs_CargosRow row)
 {
     this.Rows.Remove(row);
 }
Exemplo n.º 4
0
 public void Addtcs_CargosRow(tcs_CargosRow row)
 {
     this.Rows.Add(row);
 }