C# Class BSky.Statistics.Common.ValueLabelDialogMatrix

Show file Open project: BlueSkyStatistics/BlueSkyRepository Class Usage Examples

Public Methods

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 ) : DuplicateInfo
getFinalList ( List vlst ) : List

Method Details

addLevel() public method

public addLevel ( string newLevel, int atIndex, bool isExisting ) : bool
newLevel string
atIndex int
isExisting bool
return bool

changeLevel() public method

public changeLevel ( string oldlevel, string newlevel ) : bool
oldlevel string
newlevel string
return bool

delLevel() public method

public delLevel ( string level, int index ) : bool
level string
index int
return bool

getDuplicateCatagory() public method

public getDuplicateCatagory ( string level ) : DuplicateInfo
level string
return DuplicateInfo

getFinalList() public method

public getFinalList ( List vlst ) : List
vlst List
return List