C# Класс AcoustID.Web.Release

Represents a release.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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