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

Inheritance: Collection, IHaveRepositories, IHaveServers, ILaunchableContent, IHavePath
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetHasServers ( ) : bool
GetModsCount ( ) : int
GetPath ( string name ) : string

Méthodes protégées

Méthode Description
NetworkCollection ( System.Guid id, System.Guid gameId, string name ) : System

Method Details

GetHasServers() public méthode

public GetHasServers ( ) : bool
Résultat bool

GetModsCount() public méthode

public GetModsCount ( ) : int
Résultat int

GetPath() public méthode

public GetPath ( string name ) : string
name string
Résultat string

NetworkCollection() protected méthode

protected NetworkCollection ( System.Guid id, System.Guid gameId, string name ) : System
id System.Guid
gameId System.Guid
name string
Résultat System