public ListMortgageImportTemplateRow AddListMortgageImportTemplateRow(int TemplateID, string TemplateName, string TypeName)
            {
                ListMortgageImportTemplateRow rowListMortgageImportTemplateRow = ((ListMortgageImportTemplateRow)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    TemplateID,
                    TemplateName,
                    TypeName
                };
                rowListMortgageImportTemplateRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowListMortgageImportTemplateRow);
                return(rowListMortgageImportTemplateRow);
            }
 public ListMortgageImportTemplateRowChangeEvent(ListMortgageImportTemplateRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void RemoveListMortgageImportTemplateRow(ListMortgageImportTemplateRow row)
 {
     this.Rows.Remove(row);
 }
 public void AddListMortgageImportTemplateRow(ListMortgageImportTemplateRow row)
 {
     this.Rows.Add(row);
 }