Click or drag to resize

DocumentDefinitionBaseAppendToStringBuilder Method

Appends descriptions of its contents to the string builder specified. For ToString()

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
protected virtual void AppendToStringBuilder(
	StringBuilder sb,
	int indentLevel
)

Parameters

sb
Type: System.TextStringBuilder
The sb.
indentLevel
Type: SystemInt32
The indent level.
See Also