Ejemplo n.º 1
0
            public NormativeDocumentTypeRow AddNormativeDocumentTypeRow(long NDTYPEID, string NAME)
            {
                NormativeDocumentTypeRow rowNormativeDocumentTypeRow = ((NormativeDocumentTypeRow)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    NDTYPEID,
                    NAME
                };
                rowNormativeDocumentTypeRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowNormativeDocumentTypeRow);
                return(rowNormativeDocumentTypeRow);
            }
Ejemplo n.º 2
0
 public NormativeDocumentTypeRowChangeEvent(NormativeDocumentTypeRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Ejemplo n.º 3
0
 public void RemoveNormativeDocumentTypeRow(NormativeDocumentTypeRow row)
 {
     this.Rows.Remove(row);
 }
Ejemplo n.º 4
0
 public void AddNormativeDocumentTypeRow(NormativeDocumentTypeRow row)
 {
     this.Rows.Add(row);
 }