C# Class ModelViewer.Cache.ActorCache

Afficher le fichier Open project: nohbdy/ffxivmodelviewer Class Usage Examples

Méthodes publiques

Méthode Description
FillCache ( ) : void
Init ( ) : void
SearchByName ( string search ) : ReadOnlyCollection
Shutdown ( ) : void

Private Methods

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

Method Details

FillCache() public static méthode

public static FillCache ( ) : void
Résultat void

Init() public static méthode

public static Init ( ) : void
Résultat void

SearchByName() public static méthode

public static SearchByName ( string search ) : ReadOnlyCollection
search string
Résultat ReadOnlyCollection

Shutdown() public static méthode

public static Shutdown ( ) : void
Résultat void