C# Class ModelViewer.Cache.VarEquipCache

Exibir arquivo Open project: nohbdy/ffxivmodelviewer Class Usage Examples

Public Methods

Method Description
FillCache ( ) : void
GetById ( int varEquipId ) : VarEquip
Init ( ) : void
Insert ( System dt ) : void
Insert ( VarEquip row ) : void
InsertRange ( List rows ) : void
Shutdown ( ) : void

Private Methods

Method Description
InsertRow ( VarEquip row ) : void

Method Details

FillCache() public static method

public static FillCache ( ) : void
return void

GetById() public static method

public static GetById ( int varEquipId ) : VarEquip
varEquipId int
return VarEquip

Init() public static method

public static Init ( ) : void
return void

Insert() public static method

public static Insert ( System dt ) : void
dt System
return void

Insert() public static method

public static Insert ( VarEquip row ) : void
row VarEquip
return void

InsertRange() public static method

public static InsertRange ( List rows ) : void
rows List
return void

Shutdown() public static method

public static Shutdown ( ) : void
return void