C# Class SwtorCaster.Core.Services.Images.JediPedia.JediPediaImageService

JediPedia implementation allows us to find an image in a file
Inheritance: IImageService
Afficher le fichier Open project: pjmagee/swtor-caster

Méthodes publiques

Méthode Description
GetImageById ( long abilityId ) : string
GetImages ( ) : IEnumerable
Initialize ( ) : void
IsUnknown ( long abilityId ) : bool

Method Details

GetImageById() public méthode

public GetImageById ( long abilityId ) : string
abilityId long
Résultat string

GetImages() public méthode

public GetImages ( ) : IEnumerable
Résultat IEnumerable

Initialize() public méthode

public Initialize ( ) : void
Résultat void

IsUnknown() public méthode

public IsUnknown ( long abilityId ) : bool
abilityId long
Résultat bool