C# Class TouchRemote.Core.Library.SpecialPlaylistBase

Inheritance: IPlaylist, IPropertyExtender
Afficher le fichier Open project: pieceofsummer/TouchRemote

Protected Properties

Свойство Type Description
m_library IMediaLibrary
m_type PlaylistType

Méthodes publiques

Méthode Description
Equals ( IPlaylist other ) : bool
Equals ( object obj ) : bool
Extend ( object>.IDictionary data ) : void
GetHashCode ( ) : int

Méthodes protégées

Méthode Description
SpecialPlaylistBase ( IMediaLibrary library, PlaylistType type, string name ) : System

Method Details

Equals() public méthode

public Equals ( IPlaylist other ) : bool
other IPlaylist
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

Extend() public méthode

public Extend ( object>.IDictionary data ) : void
data object>.IDictionary
Résultat void

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

SpecialPlaylistBase() protected méthode

protected SpecialPlaylistBase ( IMediaLibrary library, PlaylistType type, string name ) : System
library IMediaLibrary
type PlaylistType
name string
Résultat System

Property Details

m_library protected_oe property

protected IMediaLibrary m_library
Résultat IMediaLibrary

m_type protected_oe property

protected PlaylistType m_type
Résultat PlaylistType