C# Class withSIX.Mini.Core.Games.ModRepoContent

Inheritance: ModLocalContent
Mostra file Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ModRepoContent ( string packageName, System.Guid gameId, string version ) : System

Protected Methods

Method Description
CreateRelatedSpec ( string constraint ) : IContentSpec
HandleRelatedContentChildren ( ICollection x ) : void
ModRepoContent ( ) : System

Method Details

CreateRelatedSpec() protected method

protected CreateRelatedSpec ( string constraint ) : IContentSpec
constraint string
return IContentSpec

HandleRelatedContentChildren() protected method

protected HandleRelatedContentChildren ( ICollection x ) : void
x ICollection
return void

ModRepoContent() protected method

protected ModRepoContent ( ) : System
return System

ModRepoContent() public method

public ModRepoContent ( string packageName, System.Guid gameId, string version ) : System
packageName string
gameId System.Guid
version string
return System