C# Class AcoustID.Web.Release

Represents a release.
显示文件 Open project: wo80/AcoustID.NET Class Usage Examples

Public Methods

Method Description
Release ( string id, string title, string country, System.DateTime date, int tracks ) : System

Initializes a new instance of the Release class.

ToString ( ) : string

Method Details

Release() public method

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.
return System

ToString() public method

public ToString ( ) : string
return string