C# 클래스 SmartMonkey.SetupCacheMonkey

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

Private Properties

프로퍼티 타입 설명
Setup IMonkey
cacheArtistPage IEnumerable
cacheMovieInfo IEnumerable
cacheMoviePage IEnumerable

공개 메소드들

메소드 설명
CacheArtistPage ( ) : IMonkey
CacheMoviePage ( ) : IMonkey
SetupCacheMonkey ( string apiurl, string weburl ) : System

비공개 메소드들

메소드 설명
Setup ( Func funcLevel1, Func funcLevel2 = null ) : IMonkey
cacheArtistPage ( Test test ) : IEnumerable
cacheMovieInfo ( Test test ) : IEnumerable
cacheMoviePage ( Test test ) : IEnumerable

메소드 상세

CacheArtistPage() 공개 메소드

public CacheArtistPage ( ) : IMonkey
리턴 IMonkey

CacheMoviePage() 공개 메소드

public CacheMoviePage ( ) : IMonkey
리턴 IMonkey

SetupCacheMonkey() 공개 메소드

public SetupCacheMonkey ( string apiurl, string weburl ) : System
apiurl string
weburl string
리턴 System