C# Class DataCleaner.FileGenerator

Mostrar archivo Open project: Microsoft/WingTipTickets Class Usage Examples

Protected Properties

Property Type Description
Lines List>

Public Methods

Method Description
Generate ( ) : void
GetKeys ( ) : List
GetWeightedKeys ( ) : int>.Dictionary
GzipFile ( ) : void
SetFilePath ( string filePath ) : void

Protected Methods

Method Description
LoadDataFromResource ( string resourceText ) : void

Private Methods

Method Description
FileGenerator ( ) : System

Method Details

Generate() public method

public Generate ( ) : void
return void

GetKeys() public method

public GetKeys ( ) : List
return List

GetWeightedKeys() public method

public GetWeightedKeys ( ) : int>.Dictionary
return int>.Dictionary

GzipFile() public method

public GzipFile ( ) : void
return void

LoadDataFromResource() protected method

protected LoadDataFromResource ( string resourceText ) : void
resourceText string
return void

SetFilePath() public static method

public static SetFilePath ( string filePath ) : void
filePath string
return void

Property Details

Lines protected_oe property

protected List> Lines
return List>