Show / Hide Table of Contents

Class BBCodeCommandBase

The base class for a BBCode command.

Inheritance
object
ParseCommandBase
BBCodeCommandBase
Bold
Italic
Lower
Recolor
Strikethrough
Underline
Upper
Inherited Members
ParseCommandBase.CommandType
ParseCommandBase.Build(ref ColoredGlyphAndEffect, ColoredGlyphAndEffect[], int, ICellSurface, ref int, ReadOnlySpan<char>, ParseCommandStacks)
ParseCommandBase.Removed()
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: SadConsole.StringParser.BBCode
Assembly: SadConsole.dll
Syntax
public abstract class BBCodeCommandBase : ParseCommandBase

Constructors

BBCodeCommandBase()

Declaration
protected BBCodeCommandBase()

Properties

Tag

The tag used to create this command.

Declaration
public string Tag { get; protected set; }
Property Value
Type Description
string

Methods

SetBBCode(string, string?, Dictionary<string, string>?)

Provides the information about the tag that triggered this command.

Declaration
public abstract void SetBBCode(string tag, string? value, Dictionary<string, string>? parameters)
Parameters
Type Name Description
string tag

The BBCode tag condition that triggered the command.

string value

Optional value provided by the BBCode.

Dictionary<string, string> parameters

Optional parameters provided by the BBCode.

Extension Methods

ExtensionsSystem.GetDebuggerDisplayValue(object)
In this article

Back to top

Back to top Generated by DocFX