Class TextTreeConfiguration
Inheritance
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
Fields
addBlankLineIfNoChildren
Declaration
public readonly bool addBlankLineIfNoChildren
Field Value
afterDescriptionIfBody
Declaration
public readonly string afterDescriptionIfBody
Field Value
afterName
Declaration
public readonly string afterName
Field Value
afterProperties
Declaration
public readonly string afterProperties
Field Value
beforeProperties
Declaration
public readonly string beforeProperties
Field Value
bodyIndent
Declaration
public readonly string bodyIndent
Field Value
childLinkSpace
Declaration
public readonly string childLinkSpace
Field Value
Declaration
public readonly string footer
Field Value
isBlankLineBetweenPropertiesAndChildren
Declaration
public readonly bool isBlankLineBetweenPropertiesAndChildren
Field Value
isNameOnOwnLine
Declaration
public readonly bool isNameOnOwnLine
Field Value
lineBreak
Declaration
public readonly string lineBreak
Field Value
lineBreakProperties
Declaration
public readonly bool lineBreakProperties
Field Value
linkCharacter
Declaration
public readonly string linkCharacter
Field Value
prefixLastChildLineOne
Declaration
public readonly string prefixLastChildLineOne
Field Value
prefixLineOne
Declaration
public readonly string prefixLineOne
Field Value
prefixOtherLines
Declaration
public readonly string prefixOtherLines
Field Value
prefixOtherLinesRootNode
Declaration
public readonly string prefixOtherLinesRootNode
Field Value
propertyPrefixIfChildren
Declaration
public readonly string propertyPrefixIfChildren
Field Value
propertyPrefixNoChildren
Declaration
public readonly string propertyPrefixNoChildren
Field Value
propertySeparator
Declaration
public readonly string propertySeparator
Field Value
showChildren
Declaration
public readonly bool showChildren
Field Value