Property | Type | Description | |
---|---|---|---|
ContentIsInstalled | bool | ||
ContentIsUptodate | bool | ||
LogContentIsUptodate | void | ||
OriginalContentIsUptodate | bool | ||
ProcessDependenciesFirstThenOurContents | void | ||
ProcessOurContentsFirstThenDependencies | void |
Method | Description | |
---|---|---|
Install ( IInstallerSession installerSession, |
||
Replace ( ContentSpec existing, Content n ) : void | ||
ReplaceContent ( IEnumerable |
||
Uninstall ( IUninstallSession contentInstaller, |
||
UpdateState ( bool force = true ) : void |
Method | Description | |
---|---|---|
Collection ( System.Guid gameId, string name ) : System | ||
CreateRelatedSpec ( string constraint ) : IContentSpec |
||
GetCollections ( string constraint = null ) : IEnumerable |
||
HandleRelatedContentChildren ( ICollection |
||
HasUpdate ( string desiredVersion = null ) : bool |
Method | Description | |
---|---|---|
ContentIsInstalled ( ) : bool | ||
ContentIsUptodate ( ) : bool | ||
LogContentIsUptodate ( bool result ) : void | ||
OriginalContentIsUptodate ( ) : bool | ||
ProcessDependenciesFirstThenOurContents ( ICollection |
||
ProcessOurContentsFirstThenDependencies ( ICollection |
protected Collection ( System.Guid gameId, string name ) : System | ||
gameId | System.Guid | |
name | string | |
return | System |
protected CreateRelatedSpec ( string constraint ) : IContentSpec |
||
constraint | string | |
return | IContentSpec |
protected GetCollections ( string constraint = null ) : IEnumerable |
||
constraint | string | |
return | IEnumerable |
protected HandleRelatedContentChildren ( ICollection |
||
x | ICollection |
|
return | void |
protected HasUpdate ( string desiredVersion = null ) : bool | ||
desiredVersion | string | |
return | bool |
public Install ( IInstallerSession installerSession, |
||
installerSession | IInstallerSession | |
cancelToken | ||
constraint | string | |
return | Task |
public Replace ( ContentSpec existing, Content n ) : void | ||
existing | ContentSpec | |
n | Content | |
return | void |
public ReplaceContent ( IEnumerable |
||
contents | IEnumerable |
|
return | void |
public Uninstall ( IUninstallSession contentInstaller, |
||
contentInstaller | IUninstallSession | |
cancelToken | ||
constraint | string | |
return | Task |