C# Class SwtorCaster.Core.Services.Images.Flattened.ImageService

Default flattend images implemenetation finds an image file with the name of the ability ID.
Inheritance: IImageService
Afficher le fichier Open project: pjmagee/swtor-caster

Méthodes publiques

Méthode Description
GetImageById ( long abilityId ) : string
GetImages ( ) : IEnumerable
ImageService ( ILoggerService loggerService ) : System
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

ImageService() public méthode

public ImageService ( ILoggerService loggerService ) : System
loggerService ILoggerService
Résultat System

Initialize() public méthode

public Initialize ( ) : void
Résultat void

IsUnknown() public méthode

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