C# 클래스 BatchGuy.App.Extensions.ExtensionMethods

파일 보기 프로젝트 열기: yaboy58/BatchGuy

공개 메소드들

메소드 설명
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