C# 클래스 AcoustID.Web.Release

Represents a release.
파일 보기 프로젝트 열기: wo80/AcoustID.NET 1 사용 예제들

공개 메소드들

메소드 설명
Release ( string id, string title, string country, System.DateTime date, int tracks ) : System

Initializes a new instance of the Release class.

ToString ( ) : string

메소드 상세

Release() 공개 메소드

Initializes a new instance of the Release class.
public Release ( string id, string title, string country, System.DateTime date, int tracks ) : System
id string The MusicBrainz ID.
title string The title of the release.
country string The country of the release.
date System.DateTime The date of the release.
tracks int The track-count of the release.
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string