C# Class Mp3TagTest.TestMp3File

Inheritance: IMp3File
显示文件 Open project: Confirmit/Students Class Usage Examples

Public Methods

Method Description
ChangeName ( string newName ) : void
GetMemento ( ) : Mp3Memento
GetTags ( ) : Mp3Tags
Save ( ) : void
SetMemento ( Mp3Memento memento ) : void
SetTags ( Mp3Tags tags ) : void

Method Details

ChangeName() public method

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

GetMemento() public method

public GetMemento ( ) : Mp3Memento
return Mp3TagLib.Mp3Memento

GetTags() public method

public GetTags ( ) : Mp3Tags
return Mp3TagLib.Mp3Tags

Save() public method

public Save ( ) : void
return void

SetMemento() public method

public SetMemento ( Mp3Memento memento ) : void
memento Mp3TagLib.Mp3Memento
return void

SetTags() public method

public SetTags ( Mp3Tags tags ) : void
tags Mp3TagLib.Mp3Tags
return void