Click or drag to resize
DiscussionMacroResolver Methods

The DiscussionMacroResolver type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetBold
Returns the forum discussion bold tag.
Protected methodGetClosingTag
Gets the closing tag for specified BB tag.
Public methodStatic memberGetColor
Returns the forum discussion color tag.
Public methodStatic memberGetImage
Returns the forum discussion image tag.
Public methodStatic memberGetItalics
Returns the forum discussion italics tag.
Public methodStatic memberGetQuote
Returns the forum discussion Quote tag.
Public methodStatic memberGetSize
Returns the forum discussion size tag.
Public methodStatic memberGetStrikeThrough
Returns the forum discussion strike through tag.
Public methodStatic memberGetUnderline
Returns the forum discussion underline tag.
Public methodStatic memberGetURL
Returns the forum discussion URL tag.
Public methodStatic memberIsBBCodeEnabled
Returns true if BBcode is enabled for given actions set (for DB column with stored enabled actions).
Public methodStatic memberIsURL
Returns true if the given string is URL, decodes the string before the validation.
Protected methodProcessText
Processes the standard text.
Public methodStatic memberRemoveTags
Remove all BB tags from the text.
Public methodResolveMacros(String)
Resolves BB macros in a given text.
Public methodResolveMacros(String, String)
Resolves BB macros in a given text.
Public methodStatic memberSetBBCode
Sets enabled BBcode (for DB column with stored enabled actions).
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
See Also