C# 클래스 BaconographyPortable.Common.UtilityCommandImpl

파일 보기 프로젝트 열기: Synergex/Baconography

공개 프로퍼티들

프로퍼티 타입 설명
CommentRegex System.Text.RegularExpressions.Regex
CommentsPageRegex System.Text.RegularExpressions.Regex
ShortCommentsPageRegex System.Text.RegularExpressions.Regex
SubredditRegex System.Text.RegularExpressions.Regex
UserMultiredditRegex System.Text.RegularExpressions.Regex
UserRegex System.Text.RegularExpressions.Regex

공개 메소드들

메소드 설명
GotoLinkImpl ( string str ) : void
GotoLinkImpl ( string str, TypedThing sourceLink ) : void
GotoUserDetails ( string str ) : void

비공개 메소드들

메소드 설명
UtilityCommandImpl ( ) : BaconographyPortable.Messages

메소드 상세

GotoLinkImpl() 공개 정적인 메소드

public static GotoLinkImpl ( string str ) : void
str string
리턴 void

GotoLinkImpl() 공개 정적인 메소드

public static GotoLinkImpl ( string str, TypedThing sourceLink ) : void
str string
sourceLink TypedThing
리턴 void

GotoUserDetails() 공개 정적인 메소드

public static GotoUserDetails ( string str ) : void
str string
리턴 void

프로퍼티 상세

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

public static Regex,System.Text.RegularExpressions CommentRegex
리턴 System.Text.RegularExpressions.Regex

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

public static Regex,System.Text.RegularExpressions CommentsPageRegex
리턴 System.Text.RegularExpressions.Regex

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

public static Regex,System.Text.RegularExpressions ShortCommentsPageRegex
리턴 System.Text.RegularExpressions.Regex

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

public static Regex,System.Text.RegularExpressions SubredditRegex
리턴 System.Text.RegularExpressions.Regex

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

public static Regex,System.Text.RegularExpressions UserMultiredditRegex
리턴 System.Text.RegularExpressions.Regex

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

public static Regex,System.Text.RegularExpressions UserRegex
리턴 System.Text.RegularExpressions.Regex