C# 클래스 withSIX.Play.Applications.Services.ServerModsMigrator

상속: IDomainService
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
MigrateServerMods ( Game currentGame, StatusRepo statusRepo ) : void
ShouldMoveServerMods ( Game currentGame ) : Task

비공개 메소드들

메소드 설명
GetServerModFolders ( Game game ) : IEnumerable
MigrateServerModFolder ( IAbsoluteDirectoryPath modFolder, IAbsoluteDirectoryPath modPath ) : void
MigrateServerMods ( IEnumerable folders, IAbsoluteDirectoryPath modPath, StatusRepo statusRepo ) : void

메소드 상세

MigrateServerMods() 공개 메소드

public MigrateServerMods ( Game currentGame, StatusRepo statusRepo ) : void
currentGame Game
statusRepo StatusRepo
리턴 void

ShouldMoveServerMods() 공개 메소드

public ShouldMoveServerMods ( Game currentGame ) : Task
currentGame Game
리턴 Task