Method | Description | |
---|---|---|
addLevel ( string newLevel, int atIndex, bool isExisting ) : bool | ||
changeLevel ( string oldlevel, string newlevel ) : bool | ||
delLevel ( string level, int index ) : bool | ||
getDuplicateCatagory ( string level ) : |
||
getFinalList ( List |
public addLevel ( string newLevel, int atIndex, bool isExisting ) : bool | ||
newLevel | string | |
atIndex | int | |
isExisting | bool | |
return | bool |
public changeLevel ( string oldlevel, string newlevel ) : bool | ||
oldlevel | string | |
newlevel | string | |
return | bool |
public delLevel ( string level, int index ) : bool | ||
level | string | |
index | int | |
return | bool |
public getDuplicateCatagory ( string level ) : |
||
level | string | |
return |