C# Class Tests.TestFileSystem

Inheritance: IFileHandler, IFolderHandler
Mostra file Open project: Confirmit/Students Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GetAllMp3s ( string path ) : List
GetTags ( GetTagsOption option ) : string>.Dictionary
Rename ( string newName ) : void
SetTags ( string>.Dictionary tags ) : void
TestFileSystem ( ) : System.Collections.Generic

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetAllMp3s() public method

public GetAllMp3s ( string path ) : List
path string
return List

GetTags() public method

public GetTags ( GetTagsOption option ) : string>.Dictionary
option GetTagsOption
return string>.Dictionary

Rename() public method

public Rename ( string newName ) : void
newName string
return void

SetTags() public method

public SetTags ( string>.Dictionary tags ) : void
tags string>.Dictionary
return void

TestFileSystem() public method

public TestFileSystem ( ) : System.Collections.Generic
return System.Collections.Generic