C# Класс OnlineVideos.Sites.BrowserUtilConnectors.NetfilxWebUtil

Наследование: SiteUtilBase, IBrowserSiteUtil
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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