[This is preliminary documentation and is subject to change.]
The LaconfigWritingOptions type exposes the following members.Constructors
Name | Description | |
---|---|---|
![]() | LaconfigWritingOptions | Initializes a new instance of the LaconfigWritingOptions class |
Methods
Name | Description | |
---|---|---|
![]() | Configure | |
![]() | ![]() | Determines whether the specified object is equal to the current object. (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as the default hash function. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Extension Methods
Fields
Name | Description | |
---|---|---|
![]() | AttributeLineBreak | |
![]() | DontWriteRootSectionDeclaration |
If true, does not write the very top node declaration: name, value and { }.
The attributes are still written as usual.
This is needed for storage conf in db where the root node is not needed to save space
|
![]() | IndentWidth | |
![]() | SectionLineBreak |
Properties
Name | Description | |
---|---|---|
![]() ![]() | Compact |
Writes Laconfig without line breaks between members and no indenting. Suitable for data transmission
|
![]() ![]() | PrettyPrint |
Writes Laconfig suitable for printing/screen display
|
See Also