Method | Description | |
---|---|---|
AddNewVersionNumberForMod ( IMod p_modMod, IModInfo p_mifNewestInfo ) : void |
Adds the newest information for the given mod.
|
|
AutoUpdater ( IModRepository p_mrpModRepository, |
A simple constructor that initializes the object with the given values.
|
|
SwitchModCategory ( IMod p_modMod, |
Switches the mod category.
|
|
ToggleModEndorsement ( IMod p_modMod ) : void |
Toggles the endorsement for the given mod.
|
Method | Description | |
---|---|---|
CheckForUpdate ( IMod p_modMod ) : IModInfo |
Checks for the updated information for the given mod.
|
|
GotNewVersionNumber ( IAsyncResult p_arsResult ) : void |
The callback when information about a mod has been retrieved.
|
|
RegisteredMods_CollectionChanged ( object sender, |
Handles the INotifyCollectionChanged.CollectionChanged event of the list of managed mods. This checks for the newest information for mods that are added to the mod manager. |
public AddNewVersionNumberForMod ( IMod p_modMod, IModInfo p_mifNewestInfo ) : void | ||
p_modMod | IMod | The mod for which to add the newest info. |
p_mifNewestInfo | IModInfo | The newest info to add for the given mod. |
return | void |
public AutoUpdater ( IModRepository p_mrpModRepository, |
||
p_mrpModRepository | IModRepository | The mod repository from which to get mods and mod metadata. |
p_mrgModRegistry | The |
|
p_eifEnvironmentInfo | IEnvironmentInfo | The application's envrionment info. |
return | System |
public SwitchModCategory ( IMod p_modMod, |
||
p_modMod | IMod | The mod. |
p_intCategoryId | The new category id. | |
return | void |
public ToggleModEndorsement ( IMod p_modMod ) : void | ||
p_modMod | IMod | The mod to endorse/unendorse. |
return | void |