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

Public Methods

Method Description
GetImageById ( long abilityId ) : string
GetImages ( ) : IEnumerable
Initialize ( ) : void
IsUnknown ( long abilityId ) : bool

Private Methods

Method Description
LoadMappings ( ) : void

Method Details

GetImageById() public method

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

GetImages() public method

public GetImages ( ) : IEnumerable
return IEnumerable

Initialize() public method

public Initialize ( ) : void
return void

IsUnknown() public method

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