C# 클래스 TTAPI.RoomMetadata

파일 보기 프로젝트 열기: Inumedia/Turntable-API.NET

공개 프로퍼티들

프로퍼티 타입 설명
creator User
current_song Song
dj_full bool
djs string[]
privacy string
random double
songlog TTAPI.Song[]
sync SyncInformation
upvotes int

공개 메소드들

메소드 설명
SetVoteLog ( string log ) : void

메소드 상세

SetVoteLog() 공개 메소드

public SetVoteLog ( string log ) : void
log string
리턴 void

프로퍼티 상세

creator 공개적으로 프로퍼티

public User,TTAPI creator
리턴 User

current_song 공개적으로 프로퍼티

public Song,TTAPI current_song
리턴 Song

dj_full 공개적으로 프로퍼티

public bool dj_full
리턴 bool

djs 공개적으로 프로퍼티

public string[] djs
리턴 string[]

privacy 공개적으로 프로퍼티

public string privacy
리턴 string

random 공개적으로 프로퍼티

public double random
리턴 double

songlog 공개적으로 프로퍼티

public Song[],TTAPI songlog
리턴 TTAPI.Song[]

sync 공개적으로 프로퍼티

public SyncInformation,TTAPI sync
리턴 SyncInformation

upvotes 공개적으로 프로퍼티

public int upvotes
리턴 int