C# Class withSIX.Play.Core.Options.GameOptions

Inheritance: OptionBase
Show file Open project: SIXNetworks/withSIX.Desktop

Private Properties

Property Type Description
ClearLegacyGameSettings void
OnDeserialized void
RemoveDesiredPackageVersion void

Public Methods

Method Description
AddFavorite ( Dlc dlc ) : void
AddFavorite ( Game game ) : void
GetDesiredPackageVersion ( string packageName ) : string
GetLegacyGameSetSettings ( System.Guid gameId ) : LegacyGameSetSettings
GetLegacyGameSettings ( System.Guid gameId ) : LegacyGameSettings
IsFavorite ( Dlc dlc ) : bool
IsFavorite ( Game game ) : bool
RemoveFavorite ( Dlc dlc ) : void
RemoveFavorite ( Game game ) : void
SetDesiredPackageVersion ( string packageName, string versionData ) : void

Private Methods

Method Description
ClearLegacyGameSettings ( ) : void
OnDeserialized ( StreamingContext context ) : void
RemoveDesiredPackageVersion ( string packageName ) : void

Method Details

AddFavorite() public method

public AddFavorite ( Dlc dlc ) : void
dlc Dlc
return void

AddFavorite() public method

public AddFavorite ( Game game ) : void
game Game
return void

GetDesiredPackageVersion() public method

public GetDesiredPackageVersion ( string packageName ) : string
packageName string
return string

GetLegacyGameSetSettings() public method

public GetLegacyGameSetSettings ( System.Guid gameId ) : LegacyGameSetSettings
gameId System.Guid
return LegacyGameSetSettings

GetLegacyGameSettings() public method

public GetLegacyGameSettings ( System.Guid gameId ) : LegacyGameSettings
gameId System.Guid
return LegacyGameSettings

IsFavorite() public method

public IsFavorite ( Dlc dlc ) : bool
dlc Dlc
return bool

IsFavorite() public method

public IsFavorite ( Game game ) : bool
game Game
return bool

RemoveFavorite() public method

public RemoveFavorite ( Dlc dlc ) : void
dlc Dlc
return void

RemoveFavorite() public method

public RemoveFavorite ( Game game ) : void
game Game
return void

SetDesiredPackageVersion() public method

public SetDesiredPackageVersion ( string packageName, string versionData ) : void
packageName string
versionData string
return void