C# 클래스 MediaPortal.GUI.Video.VideoViewHandler

Summary description for VideoViewHandler.
상속: MediaPortal.GUI.Library.ViewHandler
파일 보기 프로젝트 열기: MediaPortal/MediaPortal-1 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( ) : ArrayList
Select ( IMDBMovie movie ) : void
SetLabel ( IMDBMovie movie, GUIListItem &item ) : void
VideoViewHandler ( ) : System

보호된 메소드들

메소드 설명
GetLocalizedViewLevel ( string lvlName ) : string

비공개 메소드들

메소드 설명
BuildOrder ( MediaPortal.GUI.View.FilterDefinition filter, string &orderClause ) : void
BuildRestriction ( MediaPortal.GUI.View.FilterDefinition filter, string &whereClause ) : void
BuildSelect ( MediaPortal.GUI.View.FilterDefinition filter, string &whereClause, string &fromClause ) : void
BuildWhere ( MediaPortal.GUI.View.FilterDefinition filter, string &whereClause ) : void
GetField ( string where ) : string
GetFieldId ( string where ) : string
GetFieldIdValue ( IMDBMovie movie, string where ) : string
GetFieldName ( string where ) : string
GetTable ( string where, bool &useMovieInfoTable, bool &useAlbumTable, bool &useActorsTable, bool &useGenreTable, bool &useUserGroupsTable, bool &useMovieCollectionTable ) : string

메소드 상세

Execute() 공개 메소드

public Execute ( ) : ArrayList
리턴 System.Collections.ArrayList

GetLocalizedViewLevel() 보호된 메소드

protected GetLocalizedViewLevel ( string lvlName ) : string
lvlName string
리턴 string

Select() 공개 메소드

public Select ( IMDBMovie movie ) : void
movie MediaPortal.Video.Database.IMDBMovie
리턴 void

SetLabel() 공개 메소드

public SetLabel ( IMDBMovie movie, GUIListItem &item ) : void
movie MediaPortal.Video.Database.IMDBMovie
item MediaPortal.GUI.Library.GUIListItem
리턴 void

VideoViewHandler() 공개 메소드

public VideoViewHandler ( ) : System
리턴 System