public ENCABEZADORow AddENCABEZADORow(System.Decimal ANOS_CCOD, string SEDE_TDESC) { ENCABEZADORow rowENCABEZADORow = ((ENCABEZADORow)(this.NewRow())); rowENCABEZADORow.ItemArray = new object[] { ANOS_CCOD, SEDE_TDESC }; this.Rows.Add(rowENCABEZADORow); return(rowENCABEZADORow); }
public ENCABEZADORow AddENCABEZADORow(string NOMBRE_COMPLETO, string RUT, string REPA_NCORR, string REPA_FREPACTACION, string MREP_TDESC, string correlativo) { ENCABEZADORow rowENCABEZADORow = ((ENCABEZADORow)(this.NewRow())); rowENCABEZADORow.ItemArray = new object[] { NOMBRE_COMPLETO, RUT, REPA_NCORR, REPA_FREPACTACION, MREP_TDESC, correlativo }; this.Rows.Add(rowENCABEZADORow); return(rowENCABEZADORow); }
public ENCABEZADORow AddENCABEZADORow(System.Decimal CCAR_NCORR, string CARRERA_ORIGEN, string CARRERA_DESTINO, string RUT, string NOMBRE, System.DateTime CCAR_FCAMBIO, string NOMBRE_APODERADO, string SEDE_TDESC, string STRFECHA, System.Decimal SEDE_CCOD) { ENCABEZADORow rowENCABEZADORow = ((ENCABEZADORow)(this.NewRow())); rowENCABEZADORow.ItemArray = new object[] { CCAR_NCORR, CARRERA_ORIGEN, CARRERA_DESTINO, RUT, NOMBRE, CCAR_FCAMBIO, NOMBRE_APODERADO, SEDE_TDESC, STRFECHA, SEDE_CCOD }; this.Rows.Add(rowENCABEZADORow); return(rowENCABEZADORow); }
public ENCABEZADORow AddENCABEZADORow(string LINEA1, string LINEA2, string LINEA3, string LINEA4, string CARR_TDESC, System.DateTime ACTI_FEMISION, string ESPE_TDESC, string CODIGO, System.Decimal ACTI_NCORR, string ESPE_CCOD, string CARR_CCOD) { ENCABEZADORow rowENCABEZADORow = ((ENCABEZADORow)(this.NewRow())); rowENCABEZADORow.ItemArray = new object[] { LINEA1, LINEA2, LINEA3, LINEA4, CARR_TDESC, ACTI_FEMISION, ESPE_TDESC, CODIGO, ACTI_NCORR, ESPE_CCOD, CARR_CCOD }; this.Rows.Add(rowENCABEZADORow); return(rowENCABEZADORow); }
public void RemoveENCABEZADORow(ENCABEZADORow row) { this.Rows.Remove(row); }
public void AddENCABEZADORow(ENCABEZADORow row) { this.Rows.Add(row); }
public ENCABEZADORowChangeEvent(ENCABEZADORow row, DataRowAction action) { this.eventRow = row; this.eventAction = action; }