C# Class BaconographyPortable.Common.UtilityCommandImpl

Afficher le fichier Open project: Synergex/Baconography

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
GotoLinkImpl ( string str ) : void
GotoLinkImpl ( string str, TypedThing sourceLink ) : void
GotoUserDetails ( string str ) : void

Private Methods

Méthode Description
UtilityCommandImpl ( ) : BaconographyPortable.Messages

Method Details

GotoLinkImpl() public static méthode

public static GotoLinkImpl ( string str ) : void
str string
Résultat void

GotoLinkImpl() public static méthode

public static GotoLinkImpl ( string str, TypedThing sourceLink ) : void
str string
sourceLink TypedThing
Résultat void

GotoUserDetails() public static méthode

public static GotoUserDetails ( string str ) : void
str string
Résultat void

Property Details

CommentRegex public_oe static_oe property

public static Regex,System.Text.RegularExpressions CommentRegex
Résultat System.Text.RegularExpressions.Regex

CommentsPageRegex public_oe static_oe property

public static Regex,System.Text.RegularExpressions CommentsPageRegex
Résultat System.Text.RegularExpressions.Regex

ShortCommentsPageRegex public_oe static_oe property

public static Regex,System.Text.RegularExpressions ShortCommentsPageRegex
Résultat System.Text.RegularExpressions.Regex

SubredditRegex public_oe static_oe property

public static Regex,System.Text.RegularExpressions SubredditRegex
Résultat System.Text.RegularExpressions.Regex

UserMultiredditRegex public_oe static_oe property

public static Regex,System.Text.RegularExpressions UserMultiredditRegex
Résultat System.Text.RegularExpressions.Regex

UserRegex public_oe static_oe property

public static Regex,System.Text.RegularExpressions UserRegex
Résultat System.Text.RegularExpressions.Regex