C# Class withSIX.Play.Core.Games.Legacy.Content

Inheritance: ContentBase, IContent
显示文件 Open project: SIXNetworks/withSIX.Desktop

Private Properties

Property Type Description
GetMyApiPath string
GetPlayPath string

Public Methods

Method Description
ClearSelection ( ) : void
GetChangelogUrl ( ) : Uri
ProfileUrl ( ) : Uri
ToggleFavorite ( ) : void

Protected Methods

Method Description
Content ( System.Guid id ) : System
GetGameSlug ( ) : string
GetSlugType ( ) : string

Private Methods

Method Description
GetMyApiPath ( ) : string
GetPlayPath ( ) : string

Method Details

ClearSelection() public method

public ClearSelection ( ) : void
return void

Content() protected method

protected Content ( System.Guid id ) : System
id System.Guid
return System

GetChangelogUrl() public method

public GetChangelogUrl ( ) : Uri
return System.Uri

GetGameSlug() protected method

protected GetGameSlug ( ) : string
return string

GetSlugType() protected method

protected GetSlugType ( ) : string
return string

ProfileUrl() public method

public ProfileUrl ( ) : Uri
return System.Uri

ToggleFavorite() public method

public ToggleFavorite ( ) : void
return void