C# Class BaconographyPortable.Common.UtilityCommandImpl

Datei anzeigen 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_oe static_oe property

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

CommentsPageRegex public_oe static_oe property

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

ShortCommentsPageRegex public_oe static_oe property

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

SubredditRegex public_oe static_oe property

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

UserMultiredditRegex public_oe static_oe property

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

UserRegex public_oe static_oe property

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