C# 클래스 fit.Test.NUnit.BusinessObject

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

공개 메소드들

메소드 설명
BusinessObject ( string strs ) : System
GetFirstString ( ) : string
GetStrings ( ) : string[]

메소드 상세

BusinessObject() 공개 메소드

public BusinessObject ( string strs ) : System
strs string
리턴 System

GetFirstString() 공개 메소드

public GetFirstString ( ) : string
리턴 string

GetStrings() 공개 메소드

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