C# Class TraktPlugin.TraktGenres

Afficher le fichier Open project: trakt/Trakt-for-Mediaportal

Méthodes publiques

Свойство Type Description
MovieGenres string>.Dictionary
ShowGenres string>.Dictionary

Méthodes publiques

Méthode Description
Init ( ) : void
ItemName ( string genreKey ) : string
Translate ( List genreKeys ) : List
Translate ( string genreKey ) : string

Method Details

Init() public static méthode

public static Init ( ) : void
Résultat void

ItemName() public static méthode

public static ItemName ( string genreKey ) : string
genreKey string
Résultat string

Translate() public static méthode

public static Translate ( List genreKeys ) : List
genreKeys List
Résultat List

Translate() public static méthode

public static Translate ( string genreKey ) : string
genreKey string
Résultat string

Property Details

MovieGenres public_oe static_oe property

Key: Translation Field. Value: Trakt Slug
public static Dictionary MovieGenres
Résultat string>.Dictionary

ShowGenres public_oe static_oe property

public static Dictionary ShowGenres
Résultat string>.Dictionary