C# 클래스 withSIX.Mini.Core.Games.NetworkCollection

상속: Collection, IHaveRepositories, IHaveServers, ILaunchableContent, IHavePath
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetHasServers ( ) : bool
GetModsCount ( ) : int
GetPath ( string name ) : string

보호된 메소드들

메소드 설명
NetworkCollection ( System.Guid id, System.Guid gameId, string name ) : System

메소드 상세

GetHasServers() 공개 메소드

public GetHasServers ( ) : bool
리턴 bool

GetModsCount() 공개 메소드

public GetModsCount ( ) : int
리턴 int

GetPath() 공개 메소드

public GetPath ( string name ) : string
name string
리턴 string

NetworkCollection() 보호된 메소드

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