C# 클래스 FluentTc.Locators.CountBuilder

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

공개 메소드들

메소드 설명
Count ( int count ) : ICountBuilder
DefaultCount ( ) : ICountBuilder
GetCount ( ) : string
LookupLimit ( int lookupLimit ) : ICountBuilder
Start ( int start ) : ICountBuilder

메소드 상세

Count() 공개 메소드

public Count ( int count ) : ICountBuilder
count int
리턴 ICountBuilder

DefaultCount() 공개 메소드

public DefaultCount ( ) : ICountBuilder
리턴 ICountBuilder

GetCount() 공개 메소드

public GetCount ( ) : string
리턴 string

LookupLimit() 공개 메소드

public LookupLimit ( int lookupLimit ) : ICountBuilder
lookupLimit int
리턴 ICountBuilder

Start() 공개 메소드

public Start ( int start ) : ICountBuilder
start int
리턴 ICountBuilder