Inherits from MBRateAndTaggableEntity : MBEntity : NSObject
Declared in MBRelease.h
MBRelease.m

Overview

Represents a <release/> element

Tasks

Properties

ArtistCredit

Artist Credit for this release

@property (nonatomic, readonly) MBArtistCredit *ArtistCredit

Discussion

Artist Credit for this release

Declared In

MBRelease.h

Asin

Amazon ASIN for the release

@property (nonatomic, readonly) NSString *Asin

Discussion

Amazon ASIN for the release

Declared In

MBRelease.h

Barcode

Barcode for the release

@property (nonatomic, readonly) NSString *Barcode

Discussion

Barcode for the release

Declared In

MBRelease.h

CollectionList

MBList with MBCollection objects

@property (nonatomic, readonly) MBList *CollectionList

Discussion

MBList with MBCollection objects

Declared In

MBRelease.h

Country

ISO-3166 Country Code for this release

@property (nonatomic, readonly) NSString *Country

Discussion

ISO-3166 Country Code for this release

Matches regular expression [A-Z]{2} or empty

Declared In

MBRelease.h

Date

Date of release.

@property (nonatomic, readonly) NSString *Date

Discussion

Date of release.

Matches the regular expression [0-9]{4}(-[0-9]{2}){0,2} or empty.

Declared In

MBRelease.h

Disambiguation

Disambiguation comment for the release

@property (nonatomic, readonly) NSString *Disambiguation

Discussion

Disambiguation comment for the release

Declared In

MBRelease.h

LabelInfoList

MBList with MBLabelInfo objects

@property (nonatomic, readonly) MBList *LabelInfoList

Discussion

MBList with MBLabelInfo objects

Declared In

MBRelease.h

MediumList

MBList with MBMedium objects

@property (nonatomic, readonly) MBList *MediumList

Discussion

MBList with MBMedium objects

Declared In

MBRelease.h

Packaging

Packaging for this release

@property (nonatomic, readonly) NSString *Packaging

Discussion

Packaging for this release

Declared In

MBRelease.h

Quality

Quality of the release data

@property (nonatomic, readonly) NSString *Quality

Discussion

Quality of the release data

Declared In

MBRelease.h

RelationList

MBList with MBRelation objects

@property (nonatomic, readonly) MBList *RelationList

Discussion

MBList with MBRelation objects

Declared In

MBRelease.h

ReleaseGroup

Release Group that this release belongs to

@property (nonatomic, readonly) MBReleaseGroup *ReleaseGroup

Discussion

Release Group that this release belongs to

Declared In

MBRelease.h

Status

Status of the release

@property (nonatomic, readonly) NSString *Status

Discussion

Status of the release

Declared In

MBRelease.h

TextRepresentation

Text Representation for this release

@property (nonatomic, readonly) MBTextRepresentation *TextRepresentation

Discussion

Text Representation for this release

Declared In

MBRelease.h

Title

Title of the release

@property (nonatomic, readonly) NSString *Title

Discussion

Title of the release

Declared In

MBRelease.h