Method | Description | |
---|---|---|
ApplySearchFilters ( IQueryable |
Applies all search filters to the video selection query.
|
|
GetAllFileNames ( ) : List |
||
GetCategoryArtists ( |
Returns the list of artists that have more than one song.
|
|
GetCategoryCategories ( |
Returns the list of categories.
|
|
GetCategoryElements ( |
Returns the list of elements.
|
|
GetCustomRatingCategories ( ) : List |
||
GetFilterClause ( IQueryable |
Returns the Where clause for specified rating filter.
|
|
GetList ( |
||
GetVideo ( System.Guid videoId ) : DataAccess.VideoListItem | ||
QueryVideoListItem ( IQueryable |
public static ApplySearchFilters ( IQueryable |
||
Query | IQueryable |
The video selection query. |
settings | The settings to apply to the query. | |
context | The data context to the database. | |
return | IQueryable |
public static GetCategoryArtists ( |
||
settings | ||
return | List |
public static GetCategoryCategories ( |
||
settings | ||
return | List |
public static GetCategoryElements ( |
||
settings | ||
return | List |
public static GetCustomRatingCategories ( ) : List |
||
return | List |
public static GetFilterClause ( IQueryable |
||
Query | IQueryable |
The video selection query to filter. |
item | The rating filter to apply. | |
ratingRatio | double | The rating ratio. |
context | The data context to the database. | |
return | bool>>.Expression |
public static GetList ( |
||
settings | ||
return | List |
public static GetVideo ( System.Guid videoId ) : DataAccess.VideoListItem | ||
videoId | System.Guid | |
return | DataAccess.VideoListItem |
public static QueryVideoListItem ( IQueryable |
||
query | IQueryable |
|
settings | ||
return | IQueryable |