C# Class mp3lib_Tests.Classes_for_tests.TestMp3File

Inheritance: IMp3File
Afficher le fichier Open project: Confirmit/Students Class Usage Examples

Méthodes publiques

Méthode Description
ChangeFileName ( string fileName ) : void
Dispose ( ) : void
GetId3Data ( ) : string>.Dictionary
Rollback ( RollbackInfo rollbackInfo ) : void
TestMp3File ( string filePath ) : System
this ( TagType type ) : string

Method Details

ChangeFileName() public méthode

public ChangeFileName ( string fileName ) : void
fileName string
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetId3Data() public méthode

public GetId3Data ( ) : string>.Dictionary
Résultat string>.Dictionary

Rollback() public méthode

public Rollback ( RollbackInfo rollbackInfo ) : void
rollbackInfo mp3lib.Rollback.RollbackInfo
Résultat void

TestMp3File() public méthode

public TestMp3File ( string filePath ) : System
filePath string
Résultat System

this() public méthode

public this ( TagType type ) : string
type TagType
Résultat string