C# Class WaveBox.Core.Model.MediaItem

Inheritance: IMediaItem, IGroupingItem
Afficher le fichier Open project: einsteinx2/WaveBox

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AddToPlaylist ( Playlist thePlaylist, int index ) : void

Public methods

Equals ( IMediaItem op ) : bool
Equals ( Object obj ) : bool
GetHashCode ( ) : int
InsertMediaItem ( ) : void
ToString ( ) : string

Method Details

AddToPlaylist() public méthode

Public methods
public AddToPlaylist ( Playlist thePlaylist, int index ) : void
thePlaylist Playlist
index int
Résultat void

Equals() public méthode

public Equals ( IMediaItem op ) : bool
op IMediaItem
Résultat bool

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

InsertMediaItem() public méthode

public InsertMediaItem ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string