C# 클래스 BatchGuy.App.FFMSIndex.Services.FFMSIndexBatchFileWriteService

상속: IFFMSIndexBatchFileWriteService
파일 보기 프로젝트 열기: yaboy58/BatchGuy 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_log log4net.ILog

공개 메소드들

메소드 설명
Delete ( ) : void
FFMSIndexBatchFileWriteService ( EAC3ToConfiguration eac3toConfiguration, IDirectorySystemService directorySystemService, List bluRayDiscInfo, AbstractEAC3ToOutputNamingService eac3ToOutputNamingService ) : System
IsValid ( ) : bool
Write ( ) : ErrorCollection

비공개 메소드들

메소드 설명
IsAllBluRayPathsValid ( ) : bool
IsAllEpisodeNumbersSet ( ) : bool
IsAtLeastOneDiscSelected ( ) : bool
IsAtLeastOneSummarySelected ( ) : bool
IsFFMSIndexExePathValid ( ) : bool
WhenSummarySelectedAtLeastOneStreamSelected ( ) : bool

메소드 상세

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

FFMSIndexBatchFileWriteService() 공개 메소드

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
리턴 System

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool

Write() 공개 메소드

public Write ( ) : ErrorCollection
리턴 ErrorCollection

프로퍼티 상세

_log 공개적으로 정적으로 프로퍼티

public static ILog,log4net _log
리턴 log4net.ILog