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

상속: ModLocalContent
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ModRepoContent ( string packageName, System.Guid gameId, string version ) : System

보호된 메소드들

메소드 설명
CreateRelatedSpec ( string constraint ) : IContentSpec
HandleRelatedContentChildren ( ICollection x ) : void
ModRepoContent ( ) : System

메소드 상세

CreateRelatedSpec() 보호된 메소드

protected CreateRelatedSpec ( string constraint ) : IContentSpec
constraint string
리턴 IContentSpec

HandleRelatedContentChildren() 보호된 메소드

protected HandleRelatedContentChildren ( ICollection x ) : void
x ICollection
리턴 void

ModRepoContent() 보호된 메소드

protected ModRepoContent ( ) : System
리턴 System

ModRepoContent() 공개 메소드

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