C# 클래스 Lemon.Core.Discover.PaginationDiscovery

상속: IDiscover
파일 보기 프로젝트 열기: dream-365/lemon

보호된 프로퍼티들

프로퍼티 타입 설명
_config GeneralXPatUriFindSetting
_currentRunningTask System.Threading.Tasks.Task
_isCanceled bool

공개 메소드들

메소드 설명
PaginationDiscovery ( GeneralXPatUriFindSetting config ) : System
Start ( ) : void

보호된 메소드들

메소드 설명
Cancel ( ) : void
Dsicover ( ) : System.Threading.Tasks.Task
InternalOnDiscovered ( string url ) : void

비공개 메소드들

메소드 설명
IsMatch ( string text ) : bool
Parse ( string text ) : void
Transform ( string value ) : string
TryTransform ( string value, string &output ) : bool

메소드 상세

Cancel() 보호된 메소드

protected Cancel ( ) : void
리턴 void

Dsicover() 보호된 메소드

protected Dsicover ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

InternalOnDiscovered() 보호된 메소드

protected InternalOnDiscovered ( string url ) : void
url string
리턴 void

PaginationDiscovery() 공개 메소드

public PaginationDiscovery ( GeneralXPatUriFindSetting config ) : System
config GeneralXPatUriFindSetting
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

_config 보호되어 있는 프로퍼티

protected GeneralXPatUriFindSetting,Lemon.Core.Discover _config
리턴 GeneralXPatUriFindSetting

_currentRunningTask 보호되어 있는 프로퍼티

protected Task,System.Threading.Tasks _currentRunningTask
리턴 System.Threading.Tasks.Task

_isCanceled 보호되어 있는 프로퍼티

protected bool _isCanceled
리턴 bool