C# 클래스 TVSorter.Model.FileResult

The file result.
파일 보기 프로젝트 열기: a-jackson/tvsorter 1 사용 예제들

공개 메소드들

메소드 설명
FormatOutputPath ( string formatString ) : string

Formats the output path of the episode.

비공개 메소드들

메소드 설명
ContainsKeyword ( IEnumerable keywords ) : bool

Determines the file's name contains any of the specified keywords.

FileResult ( ) : System

Initializes a new instance of the FileResult class.

FormatName ( string name, string arg ) : string

Formatted the name of an episode or show

FormatNum ( string arg ) : string

Format the numbers for output

GetEpisodeName ( ) : string

Gets the name of the episode. Used if there is more than one episode.

GetFullPath ( IDirectoryInfo destination, IStorageProvider provider ) : IFileInfo

Gets the full path of the file for the specified destination.

GetOuptutFormat ( IStorageProvider provider ) : string

Gets the output format the result should use.

ProcessMatch ( Match match ) : string

Processes a single match of a format code.

메소드 상세

FormatOutputPath() 공개 메소드

Formats the output path of the episode.
public FormatOutputPath ( string formatString ) : string
formatString string /// The format string to use. ///
리턴 string