WCF-Xtensions Class Reference for .NET
WriteState Enumeration






Specifies the state of the JsonWriter.
Syntax
public enum WriteState : System.Enum 
public enum WriteState = class(System.Enum)
public enum WriteState extends System.Enum
__value public enum WriteState : public System.Enum 
public enum class WriteState : public System.Enum 
'Declaration
 
Public Enum WriteState 
   Inherits System.Enum
 
'Usage
 
Dim instance As WriteState
Members
MemberDescription
Array A array is being written.
ClosedThe JsonWriter.Close method has been called.
Constructor A constructor is being written.
ErrorAn 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 System.InvalidOperationException being thrown.
Object An object is being written.
Property A property is being written.
Start A write method has not been called.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Noemax.Newtonsoft.Json.WriteState

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Noemax.Newtonsoft.Json Namespace

Send Feedback