C# Class BSky.Statistics.Common.ValueLabelDialogMatrix

Afficher le fichier Open project: BlueSkyStatistics/BlueSkyRepository Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public addLevel ( string newLevel, int atIndex, bool isExisting ) : bool
newLevel string
atIndex int
isExisting bool
Résultat bool

changeLevel() public méthode

public changeLevel ( string oldlevel, string newlevel ) : bool
oldlevel string
newlevel string
Résultat bool

delLevel() public méthode

public delLevel ( string level, int index ) : bool
level string
index int
Résultat bool

getDuplicateCatagory() public méthode

public getDuplicateCatagory ( string level ) : DuplicateInfo
level string
Résultat DuplicateInfo

getFinalList() public méthode

public getFinalList ( List vlst ) : List
vlst List
Résultat List