Méthode | 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 AddVideo ( |
||
video | ||
Résultat | void |
public DeleteFile ( string fileName ) : void | ||
fileName | string | |
Résultat | void |
public GetCategories ( int mediaTypeId ) : List |
||
mediaTypeId | int | |
Résultat | List |
public GetCustomRatingCategories ( ) : List |
||
Résultat | List |
public static GetFileType ( string fileName ) : DataAccess.MediaType | ||
fileName | string | |
Résultat | DataAccess.MediaType |
public GetRatings ( |
||
video | ||
Résultat | Business.EditRatingsBusiness |
public GetVideoByFileName ( string fileName ) : |
||
fileName | string | |
Résultat |
public GetVideoById ( System.Guid videoId ) : |
||
videoId | System.Guid | |
Résultat |
public GetVideoByTitle ( DataAccess.MediaType mediaType, string artist, string title ) : |
||
mediaType | DataAccess.MediaType | |
artist | string | |
title | string | |
Résultat |
public IsTitleDuplicate ( |
||
video | ||
Résultat | bool |