Method | Description | |
---|---|---|
Clone ( ) : CustomCollection | ||
ComparePK ( object obj ) : bool | ||
GetAuthorUri ( ) : |
||
SubscribedCollection ( System.Guid collectionID, System.Guid subscribedAccountId, ISupportModding game ) : System | ||
Unsubscribe ( IConnectApiHandler api ) : System.Threading.Tasks.Task | ||
UpdateFromMod ( IMod mod ) : void | ||
UpdateInfoFromOnline ( CollectionModel collection, CollectionVersionModel collectionVersion, |
Method | Description | |
---|---|---|
AddMod ( Mod mod ) : bool | ||
GetShortId ( ) : ShortGuid | ||
RemoveMod ( IMod mod ) : bool |
public SubscribedCollection ( System.Guid collectionID, System.Guid subscribedAccountId, ISupportModding game ) : System | ||
collectionID | System.Guid | |
subscribedAccountId | System.Guid | |
game | ISupportModding | |
return | System |
public Unsubscribe ( IConnectApiHandler api ) : System.Threading.Tasks.Task | ||
api | IConnectApiHandler | |
return | System.Threading.Tasks.Task |
public UpdateInfoFromOnline ( CollectionModel collection, CollectionVersionModel collectionVersion, |
||
collection | CollectionModel | |
collectionVersion | CollectionVersionModel | |
author | ||
contentList | IContentManager | |
return | System.Threading.Tasks.Task |