C# Class withSIX.Play.Core.Games.Legacy.Arma.GameController

Inheritance: PropertyChangedBase
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
AddPremium ( ) : System.Threading.Tasks.Task
AdditionalHandleModPreRequisites ( ) : System.Threading.Tasks.Task
FindPackage ( IHavePackageName content ) : PackageItem
FindPackage ( string searchName ) : PackageItem
RemovePremium ( ) : System.Threading.Tasks.Task
Supports ( IMod mod ) : bool
Update ( ) : void
UpdateBundleManager ( ) : System.Threading.Tasks.Task

Méthodes protégées

Méthode Description
CreateRepoIfNotExistent ( ContentPaths modPaths, Uri[]>.IEnumerable remotes ) : Task
GameController ( ISupportContent game ) : System
GetPremiumSet ( System.Guid repo ) : Uri[]>.KeyValuePair
GetSet ( System.Guid repo ) : Uri[]>.KeyValuePair

Private Methods

Méthode Description
CreateHandler ( ) : RepositoryHandler
CreateRepoItem ( ) : RepositoryItem
HandlePremium ( ) : System.Threading.Tasks.Task

Method Details

AddPremium() public méthode

public AddPremium ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

AdditionalHandleModPreRequisites() public méthode

public AdditionalHandleModPreRequisites ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

CreateRepoIfNotExistent() protected méthode

protected CreateRepoIfNotExistent ( ContentPaths modPaths, Uri[]>.IEnumerable remotes ) : Task
modPaths withSIX.Play.Core.Games.Entities.ContentPaths
remotes Uri[]>.IEnumerable
Résultat Task

FindPackage() public méthode

public FindPackage ( IHavePackageName content ) : PackageItem
content IHavePackageName
Résultat PackageItem

FindPackage() public méthode

public FindPackage ( string searchName ) : PackageItem
searchName string
Résultat PackageItem

GameController() protected méthode

protected GameController ( ISupportContent game ) : System
game ISupportContent
Résultat System

GetPremiumSet() protected static méthode

protected static GetPremiumSet ( System.Guid repo ) : Uri[]>.KeyValuePair
repo System.Guid
Résultat Uri[]>.KeyValuePair

GetSet() protected static méthode

protected static GetSet ( System.Guid repo ) : Uri[]>.KeyValuePair
repo System.Guid
Résultat Uri[]>.KeyValuePair

RemovePremium() public méthode

public RemovePremium ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

Supports() public méthode

public Supports ( IMod mod ) : bool
mod IMod
Résultat bool

Update() public méthode

public Update ( ) : void
Résultat void

UpdateBundleManager() public méthode

public UpdateBundleManager ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task