C# Класс BatchGuy.App.Extensions.ExtensionMethods

Показать файл Открыть проект

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

Метод Описание
GetEpisodeByEpisodeNumber ( this value, string episodeNumber ) : BluRaySummaryInfo
IsNumeric ( this value ) : bool
NumberOfEpisodes ( this value ) : int
RemoveBackspaces ( this value ) : string
RemoveColons ( this value ) : string
RemoveDoubleQuotes ( this value ) : string
RemoveDoubleSpaces ( this value ) : string
ReplaceSpacesWithPeriods ( this value ) : string
SetEnabled ( this control, bool enabled ) : void
StringToInt ( this value ) : int
StringToNullInt ( this value ) : int?
SubtitleFileExtension ( this value ) : string

Описание методов

GetEpisodeByEpisodeNumber() публичный статический Метод

public static GetEpisodeByEpisodeNumber ( this value, string episodeNumber ) : BluRaySummaryInfo
value this
episodeNumber string
Результат BatchGuy.App.Parser.Models.BluRaySummaryInfo

IsNumeric() публичный статический Метод

public static IsNumeric ( this value ) : bool
value this
Результат bool

NumberOfEpisodes() публичный статический Метод

public static NumberOfEpisodes ( this value ) : int
value this
Результат int

RemoveBackspaces() публичный статический Метод

public static RemoveBackspaces ( this value ) : string
value this
Результат string

RemoveColons() публичный статический Метод

public static RemoveColons ( this value ) : string
value this
Результат string

RemoveDoubleQuotes() публичный статический Метод

public static RemoveDoubleQuotes ( this value ) : string
value this
Результат string

RemoveDoubleSpaces() публичный статический Метод

public static RemoveDoubleSpaces ( this value ) : string
value this
Результат string

ReplaceSpacesWithPeriods() публичный статический Метод

public static ReplaceSpacesWithPeriods ( this value ) : string
value this
Результат string

SetEnabled() публичный статический Метод

public static SetEnabled ( this control, bool enabled ) : void
control this
enabled bool
Результат void

StringToInt() публичный статический Метод

public static StringToInt ( this value ) : int
value this
Результат int

StringToNullInt() публичный статический Метод

public static StringToNullInt ( this value ) : int?
value this
Результат int?

SubtitleFileExtension() публичный статический Метод

public static SubtitleFileExtension ( this value ) : string
value this
Результат string