C# Class WaveBox.Core.Model.Folder

Inheritance: IItem, IGroupingItem
Show file Open project: einsteinx2/WaveBox Class Usage Examples

Private Properties

Property Type Description
MediaFolder Folder

Public Methods

Method Description
CompareFolderByName ( Folder x, Folder y ) : int
Folder ( ) : System

Constructors

InsertFolder ( bool isMediaFolder ) : bool
IsMediaFolder ( ) : bool
ListOfMediaItems ( ) : IList
ListOfSongs ( bool recursive = false ) : IList
ListOfSubFolders ( ) : IList
ListOfVideos ( bool recursive = false ) : IList
ParentFolder ( ) : Folder
Scan ( ) : void
ToString ( ) : string

Private Methods

Method Description
MediaFolder ( ) : Folder

Method Details

CompareFolderByName() public static method

public static CompareFolderByName ( Folder x, Folder y ) : int
x Folder
y Folder
return int

Folder() public method

Constructors
public Folder ( ) : System
return System

InsertFolder() public method

public InsertFolder ( bool isMediaFolder ) : bool
isMediaFolder bool
return bool

IsMediaFolder() public method

public IsMediaFolder ( ) : bool
return bool

ListOfMediaItems() public method

public ListOfMediaItems ( ) : IList
return IList

ListOfSongs() public method

public ListOfSongs ( bool recursive = false ) : IList
recursive bool
return IList

ListOfSubFolders() public method

public ListOfSubFolders ( ) : IList
return IList

ListOfVideos() public method

public ListOfVideos ( bool recursive = false ) : IList
recursive bool
return IList

ParentFolder() public method

public ParentFolder ( ) : Folder
return Folder

Scan() public method

public Scan ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string