C# Class BaconographyPortable.Common.UtilityCommandImpl

Show file Open project: Synergex/Baconography

Public Properties

Property Type Description
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

Public Methods

Method Description
GotoLinkImpl ( string str ) : void
GotoLinkImpl ( string str, TypedThing sourceLink ) : void
GotoUserDetails ( string str ) : void

Private Methods

Method Description
UtilityCommandImpl ( ) : BaconographyPortable.Messages

Method Details

GotoLinkImpl() public static method

public static GotoLinkImpl ( string str ) : void
str string
return void

GotoLinkImpl() public static method

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

GotoUserDetails() public static method

public static GotoUserDetails ( string str ) : void
str string
return void

Property Details

CommentRegex public static property

public static Regex,System.Text.RegularExpressions CommentRegex
return System.Text.RegularExpressions.Regex

CommentsPageRegex public static property

public static Regex,System.Text.RegularExpressions CommentsPageRegex
return System.Text.RegularExpressions.Regex

ShortCommentsPageRegex public static property

public static Regex,System.Text.RegularExpressions ShortCommentsPageRegex
return System.Text.RegularExpressions.Regex

SubredditRegex public static property

public static Regex,System.Text.RegularExpressions SubredditRegex
return System.Text.RegularExpressions.Regex

UserMultiredditRegex public static property

public static Regex,System.Text.RegularExpressions UserMultiredditRegex
return System.Text.RegularExpressions.Regex

UserRegex public static property

public static Regex,System.Text.RegularExpressions UserRegex
return System.Text.RegularExpressions.Regex