C# 클래스 TastyDomainDriven.Dsl.EventDslReader

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

공개 메소드들

메소드 설명
AddCsharpDefaults ( ) : void
EventDslReader ( ) : System
GetEventObjects ( ) : List
GetNamespaces ( ) : string[]
ParseCsvFile ( string filename ) : void
ParseLines ( string lines ) : void

메소드 상세

AddCsharpDefaults() 공개 메소드

public AddCsharpDefaults ( ) : void
리턴 void

EventDslReader() 공개 메소드

public EventDslReader ( ) : System
리턴 System

GetEventObjects() 공개 메소드

public GetEventObjects ( ) : List
리턴 List

GetNamespaces() 공개 메소드

public GetNamespaces ( ) : string[]
리턴 string[]

ParseCsvFile() 공개 메소드

public ParseCsvFile ( string filename ) : void
filename string
리턴 void

ParseLines() 공개 메소드

public ParseLines ( string lines ) : void
lines string
리턴 void