C# Class BatchGuy.App.FFMSIndex.Services.FFMSIndexBatchFileWriteService

Inheritance: IFFMSIndexBatchFileWriteService
Datei anzeigen Open project: yaboy58/BatchGuy Class Usage Examples

Public Properties

Property Type Description
_log log4net.ILog

Public Methods

Method Description
Delete ( ) : void
FFMSIndexBatchFileWriteService ( EAC3ToConfiguration eac3toConfiguration, IDirectorySystemService directorySystemService, List bluRayDiscInfo, AbstractEAC3ToOutputNamingService eac3ToOutputNamingService ) : System
IsValid ( ) : bool
Write ( ) : ErrorCollection

Private Methods

Method Description
IsAllBluRayPathsValid ( ) : bool
IsAllEpisodeNumbersSet ( ) : bool
IsAtLeastOneDiscSelected ( ) : bool
IsAtLeastOneSummarySelected ( ) : bool
IsFFMSIndexExePathValid ( ) : bool
WhenSummarySelectedAtLeastOneStreamSelected ( ) : bool

Method Details

Delete() public method

public Delete ( ) : void
return void

FFMSIndexBatchFileWriteService() public method

public FFMSIndexBatchFileWriteService ( EAC3ToConfiguration eac3toConfiguration, IDirectorySystemService directorySystemService, List bluRayDiscInfo, AbstractEAC3ToOutputNamingService eac3ToOutputNamingService ) : System
eac3toConfiguration BatchGuy.App.Eac3to.Models.EAC3ToConfiguration
directorySystemService IDirectorySystemService
bluRayDiscInfo List
eac3ToOutputNamingService BatchGuy.App.Eac3To.Abstracts.AbstractEAC3ToOutputNamingService
return System

IsValid() public method

public IsValid ( ) : bool
return bool

Write() public method

public Write ( ) : ErrorCollection
return ErrorCollection

Property Details

_log public_oe static_oe property

public static ILog,log4net _log
return log4net.ILog