C# Class Sakuno.KanColle.Amatsukaze.Game.Services.Records.BattleDetailRecords

Inheritance: RecordsGroup
显示文件 Open project: amatukaze/IntelligentNavalGun Class Usage Examples

Protected Methods

Method Description
CreateTable ( ) : void
UpgradeFromOldVersionPreprocessStep ( int rpOldVersion ) : void

Private Methods

Method Description
BattleDetailRecords ( SQLiteConnection rpConnection, int rpUserID ) : Newtonsoft.Json
CompressJson ( JToken rpJsonToken ) : byte[]
ProcessHeavilyDamagedShip ( IList rpParticipants, ParticipantFleetType rpType ) : void
ProcessParticipantFleet ( StringBuilder rpCommandTextBuilder, Fleet rpFleet, ParticipantFleetType rpType ) : void
ProcessPracticeFirstStage ( ApiInfo rpInfo ) : void
ProcessResult ( ApiInfo rpInfo ) : void
ProcessSecondStage ( ApiInfo rpInfo ) : void
ProcessSortieFirstStage ( ApiInfo rpInfo ) : void

Method Details

CreateTable() protected method

protected CreateTable ( ) : void
return void

UpgradeFromOldVersionPreprocessStep() protected method

protected UpgradeFromOldVersionPreprocessStep ( int rpOldVersion ) : void
rpOldVersion int
return void