C# Class withSIX.Play.Infra.Data.Services.UserSettingsStorage.LegacySettingsConverter

Mostra file Open project: SIXNetworks/withSIX.Desktop

Public Properties

Property Type Description
LowestVersion System.Version
LowestVersion2 System.Version

Public Methods

Method Description
ConvertLegacy ( IAbsoluteFilePath settingsFile ) : void
ConvertLegacy2 ( IAbsoluteFilePath settingsFile ) : void

Private Methods

Method Description
ProcessLocalMissionFolders ( string data ) : string
ProcessLocalModFolders ( string data ) : string
ProcessModSets ( string data ) : string
ProcessNamespaces2 ( string data ) : string

Method Details

ConvertLegacy() public static method

public static ConvertLegacy ( IAbsoluteFilePath settingsFile ) : void
settingsFile IAbsoluteFilePath
return void

ConvertLegacy2() public static method

public static ConvertLegacy2 ( IAbsoluteFilePath settingsFile ) : void
settingsFile IAbsoluteFilePath
return void

Property Details

LowestVersion public_oe static_oe property

public static Version,System LowestVersion
return System.Version

LowestVersion2 public_oe static_oe property

public static Version,System LowestVersion2
return System.Version