C# 클래스 fitnesse.slim.test.SampleClass

상속: DomainAdapter
파일 보기 프로젝트 열기: jediwhale/fitsharp

공개 프로퍼티들

프로퍼티 타입 설명
Count int
MethodCount int

공개 메소드들

메소드 설명
AbortTest ( ) : void
Culture ( ) : string
SampleClass ( ) : System
SampleClass ( string>.Dictionary dictionary, string>.Dictionary extra ) : System
SampleMethod ( ) : string
SampleMethodWithParm ( string parameter ) : string
SampleVoidMethod ( ) : void
query ( ) : List

메소드 상세

AbortTest() 공개 메소드

public AbortTest ( ) : void
리턴 void

Culture() 공개 메소드

public Culture ( ) : string
리턴 string

SampleClass() 공개 메소드

public SampleClass ( ) : System
리턴 System

SampleClass() 공개 메소드

public SampleClass ( string>.Dictionary dictionary, string>.Dictionary extra ) : System
dictionary string>.Dictionary
extra string>.Dictionary
리턴 System

SampleMethod() 공개 메소드

public SampleMethod ( ) : string
리턴 string

SampleMethodWithParm() 공개 메소드

public SampleMethodWithParm ( string parameter ) : string
parameter string
리턴 string

SampleVoidMethod() 공개 메소드

public SampleVoidMethod ( ) : void
리턴 void

query() 공개 메소드

public query ( ) : List
리턴 List

프로퍼티 상세

Count 공개적으로 정적으로 프로퍼티

public static int Count
리턴 int

MethodCount 공개적으로 정적으로 프로퍼티

public static int MethodCount
리턴 int