public tadpoleRow AddtadpoleRow(entityRow parententityRowByentity_tadpole, double Depth, double Azimuth, double Dip, double Value) {
     tadpoleRow rowtadpoleRow = ((tadpoleRow)(this.NewRow()));
     rowtadpoleRow.ItemArray = new object[] {
             null,
             parententityRowByentity_tadpole[0],
             Depth,
             Azimuth,
             Dip,
             Value};
     this.Rows.Add(rowtadpoleRow);
     return rowtadpoleRow;
 }
 public textRow AddtextRow(entityRow parententityRowByentity_text, double Top, double Base, string Text, string Font) {
     textRow rowtextRow = ((textRow)(this.NewRow()));
     rowtextRow.ItemArray = new object[] {
             null,
             parententityRowByentity_text[0],
             Top,
             Base,
             Text,
             Font};
     this.Rows.Add(rowtextRow);
     return rowtextRow;
 }
 public wellRow AddwellRow(entityRow parententityRowByentity_well, double Top, double Base, double Outer, double Inner, string Material) {
     wellRow rowwellRow = ((wellRow)(this.NewRow()));
     rowwellRow.ItemArray = new object[] {
             null,
             parententityRowByentity_well[0],
             Top,
             Base,
             Outer,
             Inner,
             Material};
     this.Rows.Add(rowwellRow);
     return rowwellRow;
 }
 public sampleRow AddsampleRow(entityRow parententityRowByentity_sample) {
     sampleRow rowsampleRow = ((sampleRow)(this.NewRow()));
     rowsampleRow.ItemArray = new object[] {
             null,
             parententityRowByentity_sample[0]};
     this.Rows.Add(rowsampleRow);
     return rowsampleRow;
 }
 public symbolRow AddsymbolRow(entityRow parententityRowByentity_symbol, double Depth, short Symbol, float Size, int Count) {
     symbolRow rowsymbolRow = ((symbolRow)(this.NewRow()));
     rowsymbolRow.ItemArray = new object[] {
             null,
             parententityRowByentity_symbol[0],
             Depth,
             Symbol,
             Size,
             Count};
     this.Rows.Add(rowsymbolRow);
     return rowsymbolRow;
 }
 public crossplotRow AddcrossplotRow(entityRow parententityRowByentity_crossplot, double Depth, double CrossPlot1, double CrossPlot2) {
     crossplotRow rowcrossplotRow = ((crossplotRow)(this.NewRow()));
     rowcrossplotRow.ItemArray = new object[] {
             null,
             parententityRowByentity_crossplot[0],
             Depth,
             CrossPlot1,
             CrossPlot2};
     this.Rows.Add(rowcrossplotRow);
     return rowcrossplotRow;
 }
 public percentRow AddpercentRow(
             entityRow parententityRowByentity_percent, 
             double Top, 
             double Base, 
             double a1, 
             double a2, 
             double a3, 
             double a4, 
             double a5, 
             double a6, 
             double a7, 
             double a8, 
             double a9, 
             double a10, 
             double a11, 
             double a12, 
             double a13, 
             double a14, 
             double a15, 
             double a16, 
             double a17, 
             double a18, 
             double a19, 
             double a20, 
             double prosity, 
             int Error) {
     percentRow rowpercentRow = ((percentRow)(this.NewRow()));
     rowpercentRow.ItemArray = new object[] {
             null,
             parententityRowByentity_percent[0],
             Top,
             Base,
             a1,
             a2,
             a3,
             a4,
             a5,
             a6,
             a7,
             a8,
             a9,
             a10,
             a11,
             a12,
             a13,
             a14,
             a15,
             a16,
             a17,
             a18,
             a19,
             a20,
             prosity,
             Error};
     this.Rows.Add(rowpercentRow);
     return rowpercentRow;
 }
 public histogramRow AddhistogramRow(entityRow parententityRowByentity_histogram, double Top, double Base, double Value) {
     histogramRow rowhistogramRow = ((histogramRow)(this.NewRow()));
     rowhistogramRow.ItemArray = new object[] {
             null,
             parententityRowByentity_histogram[0],
             Top,
             Base,
             Value};
     this.Rows.Add(rowhistogramRow);
     return rowhistogramRow;
 }
 public horizontalRow AddhorizontalRow(entityRow parententityRowByentity_horizontal, double Left, double Right) {
     horizontalRow rowhorizontalRow = ((horizontalRow)(this.NewRow()));
     rowhorizontalRow.ItemArray = new object[] {
             null,
             parententityRowByentity_horizontal[0],
             Left,
             Right};
     this.Rows.Add(rowhorizontalRow);
     return rowhorizontalRow;
 }
 public fillRow AddfillRow(entityRow parententityRowByentity_fill, double Top, double Base) {
     fillRow rowfillRow = ((fillRow)(this.NewRow()));
     rowfillRow.ItemArray = new object[] {
             null,
             parententityRowByentity_fill[0],
             Top,
             Base};
     this.Rows.Add(rowfillRow);
     return rowfillRow;
 }
 public fossilRow AddfossilRow(entityRow parententityRowByentity_fossil, int Top, int Base, int Distribution_Of_Fossiles) {
     fossilRow rowfossilRow = ((fossilRow)(this.NewRow()));
     rowfossilRow.ItemArray = new object[] {
             null,
             parententityRowByentity_fossil[0],
             Top,
             Base,
             Distribution_Of_Fossiles};
     this.Rows.Add(rowfossilRow);
     return rowfossilRow;
 }
 public void RemoveentityRow(entityRow row) {
     this.Rows.Remove(row);
 }
 public void AddentityRow(entityRow row) {
     this.Rows.Add(row);
 }
 public curveRow AddcurveRow(entityRow parententityRowByentity_curve, double Depth, double Value) {
     curveRow rowcurveRow = ((curveRow)(this.NewRow()));
     rowcurveRow.ItemArray = new object[] {
             null,
             parententityRowByentity_curve[0],
             Depth,
             Value};
     this.Rows.Add(rowcurveRow);
     return rowcurveRow;
 }
 public seaRow AddseaRow(entityRow parententityRowByentity_sea, int Top, int Base, int Value) {
     seaRow rowseaRow = ((seaRow)(this.NewRow()));
     rowseaRow.ItemArray = new object[] {
             null,
             parententityRowByentity_sea[0],
             Top,
             Base,
             Value};
     this.Rows.Add(rowseaRow);
     return rowseaRow;
 }
 public lithologyRow AddlithologyRow(entityRow parententityRowByentity_lithology, double Top, double Base, string Lithology, short Contact, string Name) {
     lithologyRow rowlithologyRow = ((lithologyRow)(this.NewRow()));
     rowlithologyRow.ItemArray = new object[] {
             null,
             parententityRowByentity_lithology[0],
             Top,
             Base,
             Lithology,
             Contact,
             Name};
     this.Rows.Add(rowlithologyRow);
     return rowlithologyRow;
 }
 public entityRowChangeEvent(entityRow row, System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public bitmapRow AddbitmapRow(entityRow parententityRowByentity_bitmap, double Top, double Base, byte[] Bitmap, bool Stretch) {
     bitmapRow rowbitmapRow = ((bitmapRow)(this.NewRow()));
     rowbitmapRow.ItemArray = new object[] {
             null,
             parententityRowByentity_bitmap[0],
             Top,
             Base,
             Bitmap,
             Stretch};
     this.Rows.Add(rowbitmapRow);
     return rowbitmapRow;
 }