C# 클래스 OnlineVideos.Sites.EITBUtil

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

공개 메소드들

메소드 설명
DiscoverDynamicCategories ( ) : int
DiscoverSubCategories ( Category parentCategory ) : int
GetVideoUrl ( VideoInfo video ) : string
GetVideos ( Category category ) : List

보호된 메소드들

메소드 설명
GetFileUrl ( VideoInfo video, string data ) : string

비공개 메소드들

메소드 설명
ConvertFromUnixTimestamp ( double timestamp ) : System.DateTime
CreateCategory ( String name, String url, String thumbUrl, CategoryType categoryType, String description, Category parentCategory ) : RssLink
DiscoverSubmenu ( RssLink parentCategory, Regex regexp ) : List
getCategoria ( RssLink parentCategory, String url ) : CategoryType
replaceRegExp ( String s ) : String

메소드 상세

DiscoverDynamicCategories() 공개 메소드

public DiscoverDynamicCategories ( ) : int
리턴 int

DiscoverSubCategories() 공개 메소드

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

GetFileUrl() 보호된 메소드

protected GetFileUrl ( VideoInfo video, string data ) : string
video VideoInfo
data string
리턴 string

GetVideoUrl() 공개 메소드

public GetVideoUrl ( VideoInfo video ) : string
video VideoInfo
리턴 string

GetVideos() 공개 메소드

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