C# 클래스 Last.fm_Scrubbler_WPF.Models.User

Represents a last.fm user.
파일 보기 프로젝트 열기: coczero/Last.fm-Scrubbler-WPF 1 사용 예제들

공개 메소드들

메소드 설명
User ( )

Constructor for serializing.

User ( string username, string token, bool isSubscriber )

Constructor.

메소드 상세

User() 공개 메소드

Constructor for serializing.
public User ( )

User() 공개 메소드

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.