/// <remarks /> public ReleaseData() { Title = string.Empty; Status = string.Empty; Packaging = string.Empty; Textrepresentation = new ReleaseTextrepresentation(); Artistcredit = new List <ReleaseNamecredit>(); Releasegroup = new ReleaseReleasegroup(); Date = string.Empty; Country = string.Empty; Releaseeventlist = new ReleaseReleaseeventlist(); Barcode = string.Empty; Asin = string.Empty; Labelinfolist = new List <ReleaseLabelinfo>(); Mediumlist = new ReleaseMediumlist(); Id = string.Empty; Score = 0; }
/// <remarks /> public ReleaseData() { Title = string.Empty; Status = string.Empty; Packaging = string.Empty; Textrepresentation = new ReleaseTextrepresentation(); Artistcredit = new List<ReleaseNamecredit>(); Releasegroup = new ReleaseReleasegroup(); Date = string.Empty; Country = string.Empty; Releaseeventlist = new ReleaseReleaseeventlist(); Barcode = string.Empty; Asin = string.Empty; Labelinfolist = new List<ReleaseLabelinfo>(); Mediumlist = new ReleaseMediumlist(); Id = string.Empty; Score = 0; }