C# 클래스 DataCleaner.FileGenerator

파일 보기 프로젝트 열기: Microsoft/WingTipTickets 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
Lines List>

공개 메소드들

메소드 설명
Generate ( ) : void
GetKeys ( ) : List
GetWeightedKeys ( ) : int>.Dictionary
GzipFile ( ) : void
SetFilePath ( string filePath ) : void

보호된 메소드들

메소드 설명
LoadDataFromResource ( string resourceText ) : void

비공개 메소드들

메소드 설명
FileGenerator ( ) : System

메소드 상세

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

GetKeys() 공개 메소드

public GetKeys ( ) : List
리턴 List

GetWeightedKeys() 공개 메소드

public GetWeightedKeys ( ) : int>.Dictionary
리턴 int>.Dictionary

GzipFile() 공개 메소드

public GzipFile ( ) : void
리턴 void

LoadDataFromResource() 보호된 메소드

protected LoadDataFromResource ( string resourceText ) : void
resourceText string
리턴 void

SetFilePath() 공개 정적인 메소드

public static SetFilePath ( string filePath ) : void
filePath string
리턴 void

프로퍼티 상세

Lines 보호되어 있는 프로퍼티

protected List> Lines
리턴 List>