C# Class AcoustID.Web.Release

Represents a release.
Afficher le fichier Open project: wo80/AcoustID.NET Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string