C# 클래스 TouchRemote.Core.Library.SpecialPlaylistBase

상속: IPlaylist, IPropertyExtender
파일 보기 프로젝트 열기: pieceofsummer/TouchRemote

보호된 프로퍼티들

프로퍼티 타입 설명
m_library IMediaLibrary
m_type PlaylistType

공개 메소드들

메소드 설명
Equals ( IPlaylist other ) : bool
Equals ( object obj ) : bool
Extend ( object>.IDictionary data ) : void
GetHashCode ( ) : int

보호된 메소드들

메소드 설명
SpecialPlaylistBase ( IMediaLibrary library, PlaylistType type, string name ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( IPlaylist other ) : bool
other IPlaylist
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

Extend() 공개 메소드

public Extend ( object>.IDictionary data ) : void
data object>.IDictionary
리턴 void

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

SpecialPlaylistBase() 보호된 메소드

protected SpecialPlaylistBase ( IMediaLibrary library, PlaylistType type, string name ) : System
library IMediaLibrary
type PlaylistType
name string
리턴 System

프로퍼티 상세

m_library 보호되어 있는 프로퍼티

protected IMediaLibrary m_library
리턴 IMediaLibrary

m_type 보호되어 있는 프로퍼티

protected PlaylistType m_type
리턴 PlaylistType