C# 클래스 WaveBox.Core.Model.MediaItem

상속: IMediaItem, IGroupingItem
파일 보기 프로젝트 열기: einsteinx2/WaveBox

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddToPlaylist ( Playlist thePlaylist, int index ) : void

Public methods

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

메소드 상세

AddToPlaylist() 공개 메소드

Public methods
public AddToPlaylist ( Playlist thePlaylist, int index ) : void
thePlaylist Playlist
index int
리턴 void

Equals() 공개 메소드

public Equals ( IMediaItem op ) : bool
op IMediaItem
리턴 bool

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

InsertMediaItem() 공개 메소드

public InsertMediaItem ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string