C# 클래스 Tests.FileBuilder

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

공개 메소드들

메소드 설명
Build ( ) : TestFile
FileBuilder ( ) : System.Collections.Generic
FilePath ( string value ) : FileBuilder
Tag ( FrameType type, string value ) : FileBuilder
Tags ( string>.Dictionary value ) : FileBuilder

메소드 상세

Build() 공개 메소드

public Build ( ) : TestFile
리턴 TestFile

FileBuilder() 공개 메소드

public FileBuilder ( ) : System.Collections.Generic
리턴 System.Collections.Generic

FilePath() 공개 메소드

public FilePath ( string value ) : FileBuilder
value string
리턴 FileBuilder

Tag() 공개 메소드

public Tag ( FrameType type, string value ) : FileBuilder
type FrameType
value string
리턴 FileBuilder

Tags() 공개 메소드

public Tags ( string>.Dictionary value ) : FileBuilder
value string>.Dictionary
리턴 FileBuilder