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

Inheritance: ModLocalContent
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ModRepoContent ( string packageName, System.Guid gameId, string version ) : System

Méthodes protégées

Méthode Description
CreateRelatedSpec ( string constraint ) : IContentSpec
HandleRelatedContentChildren ( ICollection x ) : void
ModRepoContent ( ) : System

Method Details

CreateRelatedSpec() protected méthode

protected CreateRelatedSpec ( string constraint ) : IContentSpec
constraint string
Résultat IContentSpec

HandleRelatedContentChildren() protected méthode

protected HandleRelatedContentChildren ( ICollection x ) : void
x ICollection
Résultat void

ModRepoContent() protected méthode

protected ModRepoContent ( ) : System
Résultat System

ModRepoContent() public méthode

public ModRepoContent ( string packageName, System.Guid gameId, string version ) : System
packageName string
gameId System.Guid
version string
Résultat System