C# Class ModelViewer.Cache.ActorCache

Mostra file Open project: nohbdy/ffxivmodelviewer Class Usage Examples

Public Methods

Method Description
FillCache ( ) : void
Init ( ) : void
SearchByName ( string search ) : ReadOnlyCollection
Shutdown ( ) : void

Private Methods

Method Description
Insert ( DataTable actorclass_graphic, DataTable actorclass, DataTable displayEn ) : void
InsertRange ( List rows ) : void
InsertRow ( Actor row ) : void

Method Details

FillCache() public static method

public static FillCache ( ) : void
return void

Init() public static method

public static Init ( ) : void
return void

SearchByName() public static method

public static SearchByName ( string search ) : ReadOnlyCollection
search string
return ReadOnlyCollection

Shutdown() public static method

public static Shutdown ( ) : void
return void