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

Inheritance: Collection, IHaveRepositories, IHaveServers, ILaunchableContent, IHavePath
显示文件 Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetHasServers ( ) : bool
GetModsCount ( ) : int
GetPath ( string name ) : string

Protected Methods

Method Description
NetworkCollection ( System.Guid id, System.Guid gameId, string name ) : System

Method Details

GetHasServers() public method

public GetHasServers ( ) : bool
return bool

GetModsCount() public method

public GetModsCount ( ) : int
return int

GetPath() public method

public GetPath ( string name ) : string
name string
return string

NetworkCollection() protected method

protected NetworkCollection ( System.Guid id, System.Guid gameId, string name ) : System
id System.Guid
gameId System.Guid
name string
return System