C# Class AcoustID.Web.ReleaseGroup

Represents a release group.
ファイルを表示 Open project: wo80/AcoustID.NET Class Usage Examples

Public Methods

Method Description
ReleaseGroup ( string id, string title, string type ) : System.Collections.Generic

Initializes a new instance of the ReleaseGroup class.

ToString ( ) : string

Method Details

ReleaseGroup() public method

Initializes a new instance of the ReleaseGroup class.
public ReleaseGroup ( string id, string title, string type ) : System.Collections.Generic
id string The MusicBrainz ID.
title string The title of the release-group.
type string The type of the release-group.
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string