C# 클래스 MusicBrainzXML.MusicBrainzXMLDocumentRelease

파일 보기 프로젝트 열기: joslinm/CSL

공개 프로퍼티들

프로퍼티 타입 설명
artist string
artistId string
discListCount string
ext_score string
releaseASIN string
releaseEventList string[][]
releaseID string
releaseTitle string
releaseType string
trackListCount string

공개 메소드들

메소드 설명
MusicBrainzXMLDocumentRelease ( ) : System

메소드 상세

MusicBrainzXMLDocumentRelease() 공개 메소드

public MusicBrainzXMLDocumentRelease ( ) : System
리턴 System

프로퍼티 상세

artist 공개적으로 프로퍼티

public string artist
리턴 string

artistId 공개적으로 프로퍼티

public string artistId
리턴 string

discListCount 공개적으로 프로퍼티

public string discListCount
리턴 string

ext_score 공개적으로 프로퍼티

public string ext_score
리턴 string

releaseASIN 공개적으로 프로퍼티

public string releaseASIN
리턴 string

releaseEventList 공개적으로 프로퍼티

public string[][] releaseEventList
리턴 string[][]

releaseID 공개적으로 프로퍼티

public string releaseID
리턴 string

releaseTitle 공개적으로 프로퍼티

public string releaseTitle
리턴 string

releaseType 공개적으로 프로퍼티

public string releaseType
리턴 string

trackListCount 공개적으로 프로퍼티

public string trackListCount
리턴 string