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

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

Public Methods

Method Description
GetImageById ( long abilityId ) : string
GetImages ( ) : IEnumerable
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

Initialize() public method

public Initialize ( ) : void
return void

IsUnknown() public method

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