C# 클래스 withSIX.Play.Core.Games.Legacy.Content

상속: ContentBase, IContent
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

Private Properties

프로퍼티 타입 설명
GetMyApiPath string
GetPlayPath string

공개 메소드들

메소드 설명
ClearSelection ( ) : void
GetChangelogUrl ( ) : Uri
ProfileUrl ( ) : Uri
ToggleFavorite ( ) : void

보호된 메소드들

메소드 설명
Content ( System.Guid id ) : System
GetGameSlug ( ) : string
GetSlugType ( ) : string

비공개 메소드들

메소드 설명
GetMyApiPath ( ) : string
GetPlayPath ( ) : string

메소드 상세

ClearSelection() 공개 메소드

public ClearSelection ( ) : void
리턴 void

Content() 보호된 메소드

protected Content ( System.Guid id ) : System
id System.Guid
리턴 System

GetChangelogUrl() 공개 메소드

public GetChangelogUrl ( ) : Uri
리턴 System.Uri

GetGameSlug() 보호된 메소드

protected GetGameSlug ( ) : string
리턴 string

GetSlugType() 보호된 메소드

protected GetSlugType ( ) : string
리턴 string

ProfileUrl() 공개 메소드

public ProfileUrl ( ) : Uri
리턴 System.Uri

ToggleFavorite() 공개 메소드

public ToggleFavorite ( ) : void
리턴 void