Esempio n. 1
0
            public tcs_TratamientoRow Addtcs_TratamientoRow(long IdTratamiento, string Abreviatura, string Texto, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa)
            {
                tcs_TratamientoRow rowtcs_TratamientoRow = ((tcs_TratamientoRow)(this.NewRow()));

                rowtcs_TratamientoRow.ItemArray = new object[] {
                    IdTratamiento,
                    Abreviatura,
                    Texto,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa
                };
                this.Rows.Add(rowtcs_TratamientoRow);
                return(rowtcs_TratamientoRow);
            }
Esempio n. 2
0
 public tcs_TratamientoRowChangeEvent(tcs_TratamientoRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Esempio n. 3
0
 public void Removetcs_TratamientoRow(tcs_TratamientoRow row)
 {
     this.Rows.Remove(row);
 }
Esempio n. 4
0
 public void Addtcs_TratamientoRow(tcs_TratamientoRow row)
 {
     this.Rows.Add(row);
 }