C# 클래스 DataCleaner.GenerateSalesData

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

공개 프로퍼티들

프로퍼티 타입 설명
OnGeneratingLine Action
Random System.Random

공개 메소드들

메소드 설명
GenerateSalesData ( string filePath ) : System
GzipFile ( ) : void
Run ( int taskCount, long targetSize ) : void

비공개 메소드들

메소드 설명
LineGeneratedHandler ( long lineCount ) : void
WriteDataToFileHandler ( string data ) : void

메소드 상세

GenerateSalesData() 공개 메소드

public GenerateSalesData ( string filePath ) : System
filePath string
리턴 System

GzipFile() 공개 메소드

public GzipFile ( ) : void
리턴 void

Run() 공개 메소드

public Run ( int taskCount, long targetSize ) : void
taskCount int
targetSize long
리턴 void

프로퍼티 상세

OnGeneratingLine 공개적으로 프로퍼티

public Action OnGeneratingLine
리턴 Action

Random 공개적으로 프로퍼티

public Random,System Random
리턴 System.Random