C# Class Viki.LoadRunner.Engine.Aggregators.Utils.OrderLearner

Tool for learning sort order of columns
显示文件 Open project: Vycka/LoadRunner Class Usage Examples

Public Methods

Method Description
Learn ( string names ) : void
OrderLearner ( ) : System.Collections.Generic
Reset ( ) : void

Method Details

Learn() public method

public Learn ( string names ) : void
names string
return void

OrderLearner() public method

public OrderLearner ( ) : System.Collections.Generic
return System.Collections.Generic

Reset() public method

public Reset ( ) : void
return void