Method | Description | |
---|---|---|
AddVideo ( |
||
Delete ( |
||
DeleteFile ( string fileName ) : void | ||
EditVideoBusiness ( ) : System | ||
GetCategories ( int mediaTypeId ) : List |
||
GetCustomRatingCategories ( ) : List |
||
GetFileType ( string fileName ) : DataAccess.MediaType | ||
GetRatings ( |
||
GetVideoByFileName ( string fileName ) : |
||
GetVideoById ( System.Guid videoId ) : |
||
GetVideoByTitle ( DataAccess.MediaType mediaType, string artist, string title ) : |
||
IsTitleDuplicate ( |
||
NewVideo ( ) : |
||
Save ( ) : void |
public GetCategories ( int mediaTypeId ) : List |
||
mediaTypeId | int | |
return | List |
public static GetFileType ( string fileName ) : DataAccess.MediaType | ||
fileName | string | |
return | DataAccess.MediaType |
public GetRatings ( |
||
video | ||
return | Business.EditRatingsBusiness |
public GetVideoByFileName ( string fileName ) : |
||
fileName | string | |
return |
public GetVideoById ( System.Guid videoId ) : |
||
videoId | System.Guid | |
return |
public GetVideoByTitle ( DataAccess.MediaType mediaType, string artist, string title ) : |
||
mediaType | DataAccess.MediaType | |
artist | string | |
title | string | |
return |
public IsTitleDuplicate ( |
||
video | ||
return | bool |