Class TextTreeConfiguration
Inheritance
System.Object
TextTreeConfiguration
Syntax
public class TextTreeConfiguration
Constructors
TextTreeConfiguration(String, String, String, String, String, String, String, String, Boolean, String, String, String, String, String, String, String, Boolean, Boolean, Boolean, Boolean)
Declaration
public TextTreeConfiguration(string prefixLineOne = null, string prefixOtherLines = null, string prefixLastChildLineOne = null, string prefixOtherLinesRootNode = null, string linkCharacter = null, string propertyPrefixIfChildren = null, string propertyPrefixNoChildren = null, string lineBreak = "\n", bool lineBreakProperties = true, string afterName = ":", string afterDescriptionIfBody = "", string beforeProperties = "", string afterProperties = "", string propertySeparator = "", string bodyIndent = "", string footer = "", bool showChildren = true, bool addBlankLineIfNoChildren = true, bool isNameOnOwnLine = false, bool isBlankLineBetweenPropertiesAndChildren = true)
Parameters
| Type |
Name |
Description |
| System.String |
prefixLineOne |
|
| System.String |
prefixOtherLines |
|
| System.String |
prefixLastChildLineOne |
|
| System.String |
prefixOtherLinesRootNode |
|
| System.String |
linkCharacter |
|
| System.String |
propertyPrefixIfChildren |
|
| System.String |
propertyPrefixNoChildren |
|
| System.String |
lineBreak |
|
| System.Boolean |
lineBreakProperties |
|
| System.String |
afterName |
|
| System.String |
afterDescriptionIfBody |
|
| System.String |
beforeProperties |
|
| System.String |
afterProperties |
|
| System.String |
propertySeparator |
|
| System.String |
bodyIndent |
|
| System.String |
footer |
|
| System.Boolean |
showChildren |
|
| System.Boolean |
addBlankLineIfNoChildren |
|
| System.Boolean |
isNameOnOwnLine |
|
| System.Boolean |
isBlankLineBetweenPropertiesAndChildren |
|
Fields
addBlankLineIfNoChildren
Declaration
public readonly bool addBlankLineIfNoChildren
Field Value
| Type |
Description |
| System.Boolean |
|
afterDescriptionIfBody
Declaration
public readonly string afterDescriptionIfBody
Field Value
| Type |
Description |
| System.String |
|
afterName
Declaration
public readonly string afterName
Field Value
| Type |
Description |
| System.String |
|
afterProperties
Declaration
public readonly string afterProperties
Field Value
| Type |
Description |
| System.String |
|
beforeProperties
Declaration
public readonly string beforeProperties
Field Value
| Type |
Description |
| System.String |
|
bodyIndent
Declaration
public readonly string bodyIndent
Field Value
| Type |
Description |
| System.String |
|
childLinkSpace
Declaration
public readonly string childLinkSpace
Field Value
| Type |
Description |
| System.String |
|
Declaration
public readonly string footer
Field Value
| Type |
Description |
| System.String |
|
isBlankLineBetweenPropertiesAndChildren
Declaration
public readonly bool isBlankLineBetweenPropertiesAndChildren
Field Value
| Type |
Description |
| System.Boolean |
|
isNameOnOwnLine
Declaration
public readonly bool isNameOnOwnLine
Field Value
| Type |
Description |
| System.Boolean |
|
lineBreak
Declaration
public readonly string lineBreak
Field Value
| Type |
Description |
| System.String |
|
lineBreakProperties
Declaration
public readonly bool lineBreakProperties
Field Value
| Type |
Description |
| System.Boolean |
|
linkCharacter
Declaration
public readonly string linkCharacter
Field Value
| Type |
Description |
| System.String |
|
prefixLastChildLineOne
Declaration
public readonly string prefixLastChildLineOne
Field Value
| Type |
Description |
| System.String |
|
prefixLineOne
Declaration
public readonly string prefixLineOne
Field Value
| Type |
Description |
| System.String |
|
prefixOtherLines
Declaration
public readonly string prefixOtherLines
Field Value
| Type |
Description |
| System.String |
|
prefixOtherLinesRootNode
Declaration
public readonly string prefixOtherLinesRootNode
Field Value
| Type |
Description |
| System.String |
|
propertyPrefixIfChildren
Declaration
public readonly string propertyPrefixIfChildren
Field Value
| Type |
Description |
| System.String |
|
propertyPrefixNoChildren
Declaration
public readonly string propertyPrefixNoChildren
Field Value
| Type |
Description |
| System.String |
|
propertySeparator
Declaration
public readonly string propertySeparator
Field Value
| Type |
Description |
| System.String |
|
showChildren
Declaration
public readonly bool showChildren
Field Value
| Type |
Description |
| System.Boolean |
|