C# 클래스 WatchThis.Models.FindAPhotoProvider

상속: IProvider
파일 보기 프로젝트 열기: kevintavog/WatchThis.net 1 사용 예제들

공개 메소드들

메소드 설명
CreatedDate ( object data ) : System.DateTime
Enumerate ( MediaCollector collector, System.Action itemsAvailable = null ) : void
FindAPhotoProvider ( string host, string search ) : System
GetLocation ( object data ) : Location
Identifier ( object data ) : string
Length ( object data ) : long
ParentDirectoryName ( object data ) : string
Signature ( object data ) : string
Stream ( object data ) : Stream

메소드 상세

CreatedDate() 공개 메소드

public CreatedDate ( object data ) : System.DateTime
data object
리턴 System.DateTime

Enumerate() 공개 메소드

public Enumerate ( MediaCollector collector, System.Action itemsAvailable = null ) : void
collector MediaCollector
itemsAvailable System.Action
리턴 void

FindAPhotoProvider() 공개 메소드

public FindAPhotoProvider ( string host, string search ) : System
host string
search string
리턴 System

GetLocation() 공개 메소드

public GetLocation ( object data ) : Location
data object
리턴 Location

Identifier() 공개 메소드

public Identifier ( object data ) : string
data object
리턴 string

Length() 공개 메소드

public Length ( object data ) : long
data object
리턴 long

ParentDirectoryName() 공개 메소드

public ParentDirectoryName ( object data ) : string
data object
리턴 string

Signature() 공개 메소드

public Signature ( object data ) : string
data object
리턴 string

Stream() 공개 메소드

public Stream ( object data ) : Stream
data object
리턴 Stream