Click or drag to resize
TextBuilder Class
This class creates text from it's sub parts.
Inheritance Hierarchy
SystemObject
  ArtDatabankenTextBuilder

Namespace: ArtDatabanken
Assembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class TextBuilder

The TextBuilder type exposes the following members.

Constructors
  NameDescription
Public methodTextBuilder
Create a TextBuilder instance.
Top
Methods
  NameDescription
Public methodAddAndText
Add text, surrounded by brackets.
Public methodAddBracketedText
Add text, surrounded by brackets.
Public methodAddSentence
Add a sentence.
Public methodAddText
Add text.
Public methodBeginAndSentence
Start writing a sentence. The sentence has a leading text and 0 or more text parts that are put together with "and".
Public methodBeginAndText
Start writing a text that has 0 or more text parts that are put together with "and".
Public methodBeginSentence
Start writing a sentence.
Public methodEndSentence
Finish writing a sentence.
Public methodEndSentence(String)
Finish writing a sentence.
Public methodToString
Get text.
(Overrides ObjectToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodCheckNotNull
Check that an argument is not null.
(Defined by ObjectExtension.)
Public Extension MethodCheckNull
Check that an argument is null.
(Defined by ObjectExtension.)
Public Extension MethodIsNotNull
Test if an object reference is not null.
(Defined by ObjectExtension.)
Public Extension MethodIsNull
Test if an object reference is null.
(Defined by ObjectExtension.)
Top
See Also