public GetAccountElementMgmtRow AddGetAccountElementMgmtRow(string FunctionValue, string Description, int SemiAnnualCode, int FunctionKeyID)
            {
                GetAccountElementMgmtRow rowGetAccountElementMgmtRow = ((GetAccountElementMgmtRow)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    FunctionValue,
                    Description,
                    SemiAnnualCode,
                    FunctionKeyID
                };
                rowGetAccountElementMgmtRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowGetAccountElementMgmtRow);
                return(rowGetAccountElementMgmtRow);
            }
 public GetAccountElementMgmtRowChangeEvent(GetAccountElementMgmtRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void RemoveGetAccountElementMgmtRow(GetAccountElementMgmtRow row)
 {
     this.Rows.Remove(row);
 }
 public void AddGetAccountElementMgmtRow(GetAccountElementMgmtRow row)
 {
     this.Rows.Add(row);
 }