C# Класс TVSorter.Model.FileResult

The file result.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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