Esri Business Analyst Server API for Silverlight 2.2 Reference
BAJsonWriter Class Members
See Also  Properties  Methods  Send Feedback
ESRI.ArcGIS.Client.BACore Namespace : BAJsonWriter Class


Glossary Item Box

The following tables list the members exposed by BAJsonWriter.

Public Constructors

 NameDescription
Public ConstructorBAJsonWriter ConstructorOverloaded. Initializes a new instance of the BAJsonWriter class.  
Top

Public Properties

 NameDescription
Public PropertyPrettyNewLine Specifies how to place an open tag of a JSON object or array in pretty mode: on a new line or not.  
Top

Public Methods

 NameDescription
Public MethodClear Clears writer.  
Public Methodstatic (Shared in Visual Basic)IsJsonType Tests if an instance of the given type is writable as JSON object.  
Public Methodstatic (Shared in Visual Basic)ToJson Converts an object to JSON string.  
Public MethodToString Gets the string representation of completed JSON object.  
Public MethodWriteBeginArray Writes the begin-array tag.  
Public MethodWriteBeginObject Writes the begin-object tag.  
Public MethodWriteEndArray Writes the end-array tag.  
Public MethodWriteEndObject Writes the end-object tag.  
Public MethodWriteName Writes a property name.  
Public MethodWriteOptionalProperty Writes a property if its value is specified (is a nonempty string, nonempty array, or non-null object).  
Public MethodWriteProperty Writes a property.  
Public MethodWriteValueOverloaded. Writes a value.  
Top

Protected Methods

 NameDescription
Protected MethodWriteObject Writes an object.  
Top

See Also

© 2010-2012 Esri, Inc. All Rights Reserved.