You are here: Start » AVL.NET » JsonFormatParameters Class

JsonFormatParameters Class

Namespace:Avl
Assembly:AvlNet.Types.dll

JSON format parameters.

Constructors

 ConstructorDescription
JsonFormatParameters()
JsonFormatParameters(Boolean, Optional<Int32>, JsonFormatLineBreakType)

Properties

 NameTypeDescription
IndentationWidthAtl.Optional<System.Int32>
IndentationSystem.Boolean
IsDisposedSystem.BooleanInherited from Avl.UnmanagedObject
IsViewSystem.BooleanInherited from Avl.UnmanagedObject
LineBreakTypeAvl.JsonFormatLineBreakType

Methods

 NameDescription
CopyTo(Avl.JsonFormatParameters)
Dispose()Inherited from Avl.UnmanagedObject
Equals(Avl.JsonFormatParameters)
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
MoveTo(Avl.JsonFormatParameters)
ToString()Inherited from System.Object

Remarks

See also