C# Class DataCleaner.FileGenerator

Afficher le fichier Open project: Microsoft/WingTipTickets Class Usage Examples

Protected Properties

Свойство Type Description
Lines List>

Méthodes publiques

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

Méthodes protégées

Méthode Description
LoadDataFromResource ( string resourceText ) : void

Private Methods

Méthode Description
FileGenerator ( ) : System

Method Details

Generate() public méthode

public Generate ( ) : void
Résultat void

GetKeys() public méthode

public GetKeys ( ) : List
Résultat List

GetWeightedKeys() public méthode

public GetWeightedKeys ( ) : int>.Dictionary
Résultat int>.Dictionary

GzipFile() public méthode

public GzipFile ( ) : void
Résultat void

LoadDataFromResource() protected méthode

protected LoadDataFromResource ( string resourceText ) : void
resourceText string
Résultat void

SetFilePath() public static méthode

public static SetFilePath ( string filePath ) : void
filePath string
Résultat void

Property Details

Lines protected_oe property

protected List> Lines
Résultat List>