You are here: Symbol Reference > Stimulsoft.Base.Json Namespace > WriteState Enumeration
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Stimulsoft.Base.Json.WriteState Enumeration

Specifies the state of the JsonWriter.

Syntax
C++
C#
Visual Basic
public: enum WriteState { Error = 0, Closed = 1, Object = 2, Array = 3, Constructor = 4, Property = 5, Start = 6 };
Members
Members 
Description 
Error 
An exception has been thrown, which has left the JsonWriter in an invalid state. You may call the JsonWriter.Close method to put the JsonWriter in the Closed state. Any other JsonWriter method calls results in an InvalidOperationException being thrown.  
Closed 
The JsonWriter.Close method has been called.  
Object 
An object is being written.  
Array 
A array is being written.  
Constructor 
A constructor is being written.  
Property 
A property is being written.  
Start 
A write method has not been called.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.