C# Class Mp3TagLib.Analyzer

Mostra file Open project: Confirmit/Students Class Usage Examples

Public Methods

Method Description
Analyze ( IEnumerable paths, Mask mask ) : void
Analyzer ( Tager tager ) : System
Analyzer ( Tager tager, bool>.Func filter ) : System
BuildPlan ( IEnumerable paths, Mask mask ) : SyncPlan

Private Methods

Method Description
Filtrate ( IEnumerable paths ) : IEnumerable
GetFileInfo ( Mask mask ) : string

Method Details

Analyze() public method

public Analyze ( IEnumerable paths, Mask mask ) : void
paths IEnumerable
mask Mask
return void

Analyzer() public method

public Analyzer ( Tager tager ) : System
tager Tager
return System

Analyzer() public method

public Analyzer ( Tager tager, bool>.Func filter ) : System
tager Tager
filter bool>.Func
return System

BuildPlan() public method

public BuildPlan ( IEnumerable paths, Mask mask ) : SyncPlan
paths IEnumerable
mask Mask
return SyncPlan