C# Class SwtorCaster.Core.Services.Images.Mapping.MappedImageService

Mapped image implementation uses a JSON file as a lookup index to find the real image file to display.
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

Private Methods

Méthode Description
LoadMappings ( ) : void

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