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

Inheritance: ContentBase, IContent
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Private Properties

Свойство Type Description
GetMyApiPath string
GetPlayPath string

Méthodes publiques

Méthode Description
ClearSelection ( ) : void
GetChangelogUrl ( ) : Uri
ProfileUrl ( ) : Uri
ToggleFavorite ( ) : void

Méthodes protégées

Méthode Description
Content ( System.Guid id ) : System
GetGameSlug ( ) : string
GetSlugType ( ) : string

Private Methods

Méthode Description
GetMyApiPath ( ) : string
GetPlayPath ( ) : string

Method Details

ClearSelection() public méthode

public ClearSelection ( ) : void
Résultat void

Content() protected méthode

protected Content ( System.Guid id ) : System
id System.Guid
Résultat System

GetChangelogUrl() public méthode

public GetChangelogUrl ( ) : Uri
Résultat System.Uri

GetGameSlug() protected méthode

protected GetGameSlug ( ) : string
Résultat string

GetSlugType() protected méthode

protected GetSlugType ( ) : string
Résultat string

ProfileUrl() public méthode

public ProfileUrl ( ) : Uri
Résultat System.Uri

ToggleFavorite() public méthode

public ToggleFavorite ( ) : void
Résultat void