C# 클래스 OnlineVideos.Sites.BrowserUtilConnectors.NetfilxWebUtil

상속: SiteUtilBase, IBrowserSiteUtil
파일 보기 프로젝트 열기: offbyoneBB/mp-onlinevideos2

보호된 프로퍼티들

프로퍼티 타입 설명
i18n string>.Dictionary

Private Properties

프로퍼티 타입 설명
AddToMyListCategories List
GetCharactersCategories List
GetDetailsCategories List
GetGenreListCategories List
GetHomeCategories List
GetListCategories List
GetPathData string
GetPlayNowMovieVideos List
GetPlayNowShowVideos List
GetProfileSubCategories List
GetSeasonVideos List
GetSubCategories List
GetTitleCategories List
GetTraileVideos List
LoadProfiles void
MyGetWebData string
SetApiAndIds void
Translate string

공개 메소드들

메소드 설명
DiscoverDynamicCategories ( ) : int
DiscoverNextPageCategories ( NextPageCategory category ) : int
DiscoverSubCategories ( Category parentCategory ) : int
ExecuteContextMenuEntry ( Category selectedCategory, System.VideoInfo selectedItem, ContextMenuEntry choice ) : ContextMenuExecutionResult
GetContextMenuEntries ( Category selectedCategory, System.VideoInfo selectedItem ) : List
GetVideos ( Category category ) : List
Search ( string query, string category = null ) : List

비공개 메소드들

메소드 설명
AddToMyListCategories ( Category parentCategory ) : List
GetCharactersCategories ( RssLink parentCategory ) : List
GetDetailsCategories ( Category parentCategory ) : List
GetGenreListCategories ( Category parentCategory ) : List
GetHomeCategories ( Category parentCategory ) : List
GetListCategories ( Category parentCategory, string listType, uint startIndex ) : List
GetPathData ( string postData ) : string
GetPlayNowMovieVideos ( Category category ) : List
GetPlayNowShowVideos ( Category category ) : List
GetProfileSubCategories ( Category parentCategory, JToken profile ) : List
GetSeasonVideos ( Category category, uint noOfEpisodes ) : List
GetSubCategories ( Category parentCategory, string categoryType, uint startIndex, bool getSubGenres = false ) : List
GetTitleCategories ( Category parentCategory ) : List
GetTraileVideos ( Category trailers, List videos ) : List
LoadProfiles ( ) : void
MyGetWebData ( string url, string postData = null, string referer = null, string contentType = null, bool forceUTF8 = true ) : string
SetApiAndIds ( string data = "" ) : void
Translate ( string key ) : string

메소드 상세

DiscoverDynamicCategories() 공개 메소드

public DiscoverDynamicCategories ( ) : int
리턴 int

DiscoverNextPageCategories() 공개 메소드

public DiscoverNextPageCategories ( NextPageCategory category ) : int
category NextPageCategory
리턴 int

DiscoverSubCategories() 공개 메소드

public DiscoverSubCategories ( Category parentCategory ) : int
parentCategory Category
리턴 int

ExecuteContextMenuEntry() 공개 메소드

public ExecuteContextMenuEntry ( Category selectedCategory, System.VideoInfo selectedItem, ContextMenuEntry choice ) : ContextMenuExecutionResult
selectedCategory Category
selectedItem System.VideoInfo
choice ContextMenuEntry
리턴 ContextMenuExecutionResult

GetContextMenuEntries() 공개 메소드

public GetContextMenuEntries ( Category selectedCategory, System.VideoInfo selectedItem ) : List
selectedCategory Category
selectedItem System.VideoInfo
리턴 List

GetVideos() 공개 메소드

public GetVideos ( Category category ) : List
category Category
리턴 List

Search() 공개 메소드

public Search ( string query, string category = null ) : List
query string
category string
리턴 List

프로퍼티 상세

i18n 보호되어 있는 프로퍼티

protected Dictionary i18n
리턴 string>.Dictionary