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

Inheritance: IFFMSIndexBatchFileWriteService
Afficher le fichier Open project: yaboy58/BatchGuy Class Usage Examples

Méthodes publiques

Свойство Type Description
_log log4net.ILog

Méthodes publiques

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

Private Methods

Méthode Description
IsAllBluRayPathsValid ( ) : bool
IsAllEpisodeNumbersSet ( ) : bool
IsAtLeastOneDiscSelected ( ) : bool
IsAtLeastOneSummarySelected ( ) : bool
IsFFMSIndexExePathValid ( ) : bool
WhenSummarySelectedAtLeastOneStreamSelected ( ) : bool

Method Details

Delete() public méthode

public Delete ( ) : void
Résultat void

FFMSIndexBatchFileWriteService() public méthode

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
Résultat System

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

Write() public méthode

public Write ( ) : ErrorCollection
Résultat ErrorCollection

Property Details

_log public_oe static_oe property

public static ILog,log4net _log
Résultat log4net.ILog