MBArtist Class Reference
Inherits from | MBRateAndTaggableEntity : MBEntity : NSObject |
Declared in | MBArtist.h MBArtist.m |
Tasks
-
Type
Type of artist.
property -
Name
Name of the artist
property -
SortName
Sort name for the artist
property -
Gender
Gender of the artist if Type is “person”.
property -
Country
ISO-3166 Country for the artist
property -
Disambiguation
Disambiguation comment for the artist.
property -
Ipi
Artist IPI
property -
IpiList
MBList with MBIPI objects.
property -
LifeSpan
Lifespan of this artist
property -
AliasList
property -
RecordingList
MBList with MBRecording objects
property -
ReleaseList
property -
ReleaseGroupList
MBList with MBReleaseGroup objects
property -
LabelList
property -
WorkList
property -
RelationList
MBList with MBRelation objects
property
Properties
Country
ISO-3166 Country for the artist
@property (nonatomic, readonly) NSString *Country
Discussion
ISO-3166 Country for the artist
Matches regular expression [A-Z]{2}
or empty
Declared In
MBArtist.h
Disambiguation
Disambiguation comment for the artist.
@property (nonatomic, readonly) NSString *Disambiguation
Discussion
Disambiguation comment for the artist.
Declared In
MBArtist.h
Gender
Gender of the artist if Type is “person”.
@property (nonatomic, readonly) NSString *Gender
Discussion
Gender of the artist if Type is “person”.
Declared In
MBArtist.h
Ipi
Artist IPI
@property (nonatomic, readonly) MBIpi *Ipi
Discussion
Artist IPI
Deprecated before first release.
Declared In
MBArtist.h
IpiList
MBList with MBIPI objects.
@property (nonatomic, readonly) MBList *IpiList
Discussion
MBList with MBIPI objects.
Declared In
MBArtist.h
LifeSpan
Lifespan of this artist
@property (nonatomic, readonly) MBLifeSpan *LifeSpan
Discussion
Lifespan of this artist
Declared In
MBArtist.h
Name
Name of the artist
@property (nonatomic, readonly) NSString *Name
Discussion
Name of the artist
Declared In
MBArtist.h
RecordingList
MBList with MBRecording objects
@property (nonatomic, readonly) MBList *RecordingList
Discussion
MBList with MBRecording objects
Declared In
MBArtist.h
RelationList
MBList with MBRelation objects
@property (nonatomic, readonly) MBList *RelationList
Discussion
MBList with MBRelation objects
Declared In
MBArtist.h
ReleaseGroupList
MBList with MBReleaseGroup objects
@property (nonatomic, readonly) MBList *ReleaseGroupList
Discussion
MBList with MBReleaseGroup objects
Declared In
MBArtist.h
SortName
Sort name for the artist
@property (nonatomic, readonly) NSString *SortName
Discussion
Sort name for the artist
Declared In
MBArtist.h