Energy Core Library
Energy.Base.Json.JsonLayout Class Reference
Inheritance diagram for Energy.Base.Json.JsonLayout:
Energy.Base.Pattern.DefaultProperty< JsonLayout >

Public Member Functions

 JsonLayout ()
 
void Reset ()
 

Public Attributes

bool Indent
 
bool AllowCommaExtra
 
bool AllowCommaEmpty
 
bool InlineArray
 
bool InlineObject
 
int IndentLevel
 
string IndentString
 

Additional Inherited Members

- Properties inherited from Energy.Base.Pattern.DefaultProperty< JsonLayout >
static T Default [get]
 Single static instance of class (default) More...
 

Constructor & Destructor Documentation

◆ JsonLayout()

Energy.Base.Json.JsonLayout.JsonLayout ( )

Member Function Documentation

◆ Reset()

void Energy.Base.Json.JsonLayout.Reset ( )

Member Data Documentation

◆ AllowCommaEmpty

bool Energy.Base.Json.JsonLayout.AllowCommaEmpty

◆ AllowCommaExtra

bool Energy.Base.Json.JsonLayout.AllowCommaExtra

◆ Indent

bool Energy.Base.Json.JsonLayout.Indent

◆ IndentLevel

int Energy.Base.Json.JsonLayout.IndentLevel

◆ IndentString

string Energy.Base.Json.JsonLayout.IndentString

◆ InlineArray

bool Energy.Base.Json.JsonLayout.InlineArray

◆ InlineObject

bool Energy.Base.Json.JsonLayout.InlineObject

The documentation for this class was generated from the following file: