C# Class DataCleaner.GenerateSalesData

Mostrar archivo Open project: Microsoft/WingTipTickets Class Usage Examples

Public Properties

Property Type Description
OnGeneratingLine Action
Random System.Random

Public Methods

Method Description
GenerateSalesData ( string filePath ) : System
GzipFile ( ) : void
Run ( int taskCount, long targetSize ) : void

Private Methods

Method Description
LineGeneratedHandler ( long lineCount ) : void
WriteDataToFileHandler ( string data ) : void

Method Details

GenerateSalesData() public method

public GenerateSalesData ( string filePath ) : System
filePath string
return System

GzipFile() public method

public GzipFile ( ) : void
return void

Run() public method

public Run ( int taskCount, long targetSize ) : void
taskCount int
targetSize long
return void

Property Details

OnGeneratingLine public_oe property

public Action OnGeneratingLine
return Action

Random public_oe property

public Random,System Random
return System.Random