C# Class Last.fm_Scrubbler_WPF.Models.User

Represents a last.fm user.
Mostrar archivo Open project: coczero/Last.fm-Scrubbler-WPF Class Usage Examples

Public Methods

Method Description
User ( )

Constructor for serializing.

User ( string username, string token, bool isSubscriber )

Constructor.

Method Details

User() public method

Constructor for serializing.
public User ( )

User() public method

Constructor.
public User ( string username, string token, bool isSubscriber )
username string Username of the user.
token string Login token.
isSubscriber bool If this user is a subscriber.