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
Show file Open project: pjmagee/swtor-caster

Public Methods

Method Description
GetImageById ( long abilityId ) : string
GetImages ( ) : IEnumerable
ImageService ( ILoggerService loggerService ) : System
Initialize ( ) : void
IsUnknown ( long abilityId ) : bool

Method Details

GetImageById() public method

public GetImageById ( long abilityId ) : string
abilityId long
return string

GetImages() public method

public GetImages ( ) : IEnumerable
return IEnumerable

ImageService() public method

public ImageService ( ILoggerService loggerService ) : System
loggerService ILoggerService
return System

Initialize() public method

public Initialize ( ) : void
return void

IsUnknown() public method

public IsUnknown ( long abilityId ) : bool
abilityId long
return bool