C# 클래스 WykopSharpClient.Repository.Builder.RelatedQuery

상속: AbstractQuery
파일 보기 프로젝트 열기: adiospl/WykopSharp 1 사용 예제들

공개 메소드들

메소드 설명
Build ( ) : void
WithPlus18 ( bool plus18 ) : RelatedQuery
WithTitle ( string title ) : RelatedQuery
WithUrl ( Uri url ) : RelatedQuery

비공개 메소드들

메소드 설명
Fields ( ) : string>>.IEnumerable

메소드 상세

Build() 공개 메소드

public Build ( ) : void
리턴 void

WithPlus18() 공개 메소드

public WithPlus18 ( bool plus18 ) : RelatedQuery
plus18 bool
리턴 RelatedQuery

WithTitle() 공개 메소드

public WithTitle ( string title ) : RelatedQuery
title string
리턴 RelatedQuery

WithUrl() 공개 메소드

public WithUrl ( Uri url ) : RelatedQuery
url Uri
리턴 RelatedQuery