C# Class Mp3TagLib.Tager

Mostra file Open project: Confirmit/Students Class Usage Examples

Public Methods

Method Description
ChangeName ( Mask newNameMask ) : void
ChangeTags ( Mp3Tags tags ) : void
GetIncorectTags ( Mask mask ) : IEnumerable
Load ( string path ) : bool
Save ( ) : void
Tager ( IFileLoader fileLoader ) : System
ValidateFileName ( Mask mask ) : bool

Private Methods

Method Description
GenerateName ( Mask mask ) : string
GetFileProblems ( Mask mask ) : List
GetTagsFromName ( Mask mask ) : Mp3Tags

Method Details

ChangeName() public method

public ChangeName ( Mask newNameMask ) : void
newNameMask Mask
return void

ChangeTags() public method

public ChangeTags ( Mp3Tags tags ) : void
tags Mp3Tags
return void

GetIncorectTags() public method

public GetIncorectTags ( Mask mask ) : IEnumerable
mask Mask
return IEnumerable

Load() public method

public Load ( string path ) : bool
path string
return bool

Save() public method

public Save ( ) : void
return void

Tager() public method

public Tager ( IFileLoader fileLoader ) : System
fileLoader IFileLoader
return System

ValidateFileName() public method

public ValidateFileName ( Mask mask ) : bool
mask Mask
return bool