Property | Type | Description | |
---|---|---|---|
CharacterNeedsEscaping | bool | ||
CheckText | void | ||
CreateEscapedJsonStringTable | string[] | ||
EnterScope | void | ||
ExitScope | JsonNodeType | ||
InitializeWriter | void | ||
IsUnicodeNewlineCharacter | bool | ||
StartText | void | ||
ThrowClosed | void | ||
ThrowIfServerTypeWritten | void | ||
ThrowInvalidAttributeContent | void | ||
TryEscapeControlCharacter | bool | ||
TrySetWritingNameWithMapping | bool | ||
WriteDataTypeServerType | void | ||
WriteDocType | void | ||
WriteEscapedJsonString | void | ||
WriteIndent | void | ||
WriteJsonElementName | void | ||
WriteJsonQuote | void | ||
WriteNewLine | void | ||
WritePrimitiveValue | void | ||
WriteServerTypeAttribute | void | ||
WriteStartAttribute | void | ||
WriteValue | void | ||
WriteValue | void | ||
WriteWhitespace | void |
Method | Description | |
---|---|---|
Flush ( ) : void | ||
LookupPrefix ( string ns ) : string | ||
SetOutput ( Stream stream, |
||
WriteArray ( string prefix, |
||
WriteArray ( string prefix, |
||
WriteArray ( string prefix, |
||
WriteArray ( string prefix, |
||
WriteArray ( string prefix, |
||
WriteArray ( string prefix, |
||
WriteArray ( string prefix, |
||
WriteArray ( string prefix, |
||
WriteArray ( string prefix, |
||
WriteArray ( string prefix, |
||
WriteArray ( string prefix, string localName, string namespaceUri, System.DateTime array, int offset, int count ) : void | ||
WriteArray ( string prefix, string localName, string namespaceUri, System.Guid array, int offset, int count ) : void | ||
WriteArray ( string prefix, string localName, string namespaceUri, |
||
WriteArray ( string prefix, string localName, string namespaceUri, |
||
WriteArray ( string prefix, string localName, string namespaceUri, System.Int64 array, int offset, int count ) : void | ||
WriteArray ( string prefix, string localName, string namespaceUri, System.TimeSpan array, int offset, int count ) : void | ||
WriteArray ( string prefix, string localName, string namespaceUri, bool array, int offset, int count ) : void | ||
WriteArray ( string prefix, string localName, string namespaceUri, decimal array, int offset, int count ) : void | ||
WriteArray ( string prefix, string localName, string namespaceUri, double array, int offset, int count ) : void | ||
WriteArray ( string prefix, string localName, string namespaceUri, float array, int offset, int count ) : void | ||
WriteBase64 ( byte buffer, int index, int count ) : void | ||
WriteBinHex ( byte buffer, int index, int count ) : void | ||
WriteCData ( string text ) : void | ||
WriteCharEntity ( char ch ) : void | ||
WriteChars ( char buffer, int index, int count ) : void | ||
WriteComment ( string text ) : void | ||
WriteEndAttribute ( ) : void | ||
WriteEndDocument ( ) : void | ||
WriteEndElement ( ) : void | ||
WriteEntityRef ( string name ) : void | ||
WriteFullEndElement ( ) : void | ||
WriteProcessingInstruction ( string name, string text ) : void | ||
WriteQualifiedName ( string localName, string ns ) : void | ||
WriteRaw ( char buffer, int index, int count ) : void | ||
WriteRaw ( string data ) : void | ||
WriteStartDocument ( ) : void | ||
WriteStartDocument ( bool standalone ) : void | ||
WriteStartElement ( string prefix, string localName, string ns ) : void | ||
WriteString ( string text ) : void | ||
WriteSurrogateCharEntity ( char lowChar, char highChar ) : void | ||
WriteValue ( System.DateTime value ) : void | ||
WriteValue ( System.Guid value ) : void | ||
WriteValue ( System.TimeSpan value ) : void | ||
WriteValue ( |
||
WriteValue ( bool value ) : void | ||
WriteValue ( decimal value ) : void | ||
WriteValue ( double value ) : void | ||
WriteValue ( float value ) : void | ||
WriteValue ( int value ) : void | ||
WriteValue ( long value ) : void | ||
WriteValue ( object value ) : void | ||
WriteValue ( string value ) : void | ||
WriteXmlAttribute ( |
||
WriteXmlAttribute ( string localName, string value ) : void | ||
WriteXmlnsAttribute ( string prefix, |
||
WriteXmlnsAttribute ( string prefix, string namespaceUri ) : void | ||
XmlJsonWriter ( ) : System.Diagnostics.CodeAnalysis | ||
XmlJsonWriter ( bool indent, string indentChars ) : System.Diagnostics.CodeAnalysis |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
CharacterNeedsEscaping ( char ch ) : bool | ||
CheckText ( JsonNodeType nextNodeType ) : void | ||
CreateEscapedJsonStringTable ( ) : string[] | ||
EnterScope ( JsonNodeType currentNodeType ) : void | ||
ExitScope ( ) : JsonNodeType | ||
InitializeWriter ( ) : void | ||
IsUnicodeNewlineCharacter ( char c ) : bool | ||
StartText ( ) : void | ||
ThrowClosed ( ) : void | ||
ThrowIfServerTypeWritten ( string dataTypeSpecified ) : void | ||
ThrowInvalidAttributeContent ( ) : void | ||
TryEscapeControlCharacter ( char ch, char &abbrev ) : bool | ||
TrySetWritingNameWithMapping ( string localName, string ns ) : bool | ||
WriteDataTypeServerType ( ) : void | ||
WriteDocType ( string name, string pubid, string sysid, string subset ) : void | ||
WriteEscapedJsonString ( string str ) : void | ||
WriteIndent ( ) : void | ||
WriteJsonElementName ( string localName ) : void | ||
WriteJsonQuote ( ) : void | ||
WriteNewLine ( ) : void | ||
WritePrimitiveValue ( object value ) : void | ||
WriteServerTypeAttribute ( ) : void | ||
WriteStartAttribute ( string prefix, string localName, string ns ) : void | ||
WriteValue ( |
||
WriteValue ( ulong value ) : void | ||
WriteWhitespace ( string ws ) : void |
public SetOutput ( Stream stream, |
||
stream | Stream | |
encoding | ||
ownsStream | bool | |
return | void |
public WriteArray ( string prefix, |
||
prefix | string | |
localName | ||
namespaceUri | ||
array | System.DateTime | |
offset | int | |
count | int | |
return | void |
public WriteArray ( string prefix, |
||
prefix | string | |
localName | ||
namespaceUri | ||
array | System.Guid | |
offset | int | |
count | int | |
return | void |
public WriteArray ( string prefix, |
||
prefix | string | |
localName | ||
namespaceUri | ||
array | System.TimeSpan | |
offset | int | |
count | int | |
return | void |
public WriteArray ( string prefix, |
||
prefix | string | |
localName | ||
namespaceUri | ||
array | bool | |
offset | int | |
count | int | |
return | void |
public WriteArray ( string prefix, |
||
prefix | string | |
localName | ||
namespaceUri | ||
array | decimal | |
offset | int | |
count | int | |
return | void |
public WriteArray ( string prefix, |
||
prefix | string | |
localName | ||
namespaceUri | ||
array | double | |
offset | int | |
count | int | |
return | void |
public WriteArray ( string prefix, |
||
prefix | string | |
localName | ||
namespaceUri | ||
array | float | |
offset | int | |
count | int | |
return | void |
public WriteArray ( string prefix, |
||
prefix | string | |
localName | ||
namespaceUri | ||
array | int | |
offset | int | |
count | int | |
return | void |
public WriteArray ( string prefix, |
||
prefix | string | |
localName | ||
namespaceUri | ||
array | long | |
offset | int | |
count | int | |
return | void |
public WriteArray ( string prefix, |
||
prefix | string | |
localName | ||
namespaceUri | ||
array | short | |
offset | int | |
count | int | |
return | void |
public WriteArray ( string prefix, string localName, string namespaceUri, System.DateTime array, int offset, int count ) : void | ||
prefix | string | |
localName | string | |
namespaceUri | string | |
array | System.DateTime | |
offset | int | |
count | int | |
return | void |
public WriteArray ( string prefix, string localName, string namespaceUri, System.Guid array, int offset, int count ) : void | ||
prefix | string | |
localName | string | |
namespaceUri | string | |
array | System.Guid | |
offset | int | |
count | int | |
return | void |
public WriteArray ( string prefix, string localName, string namespaceUri, |
||
prefix | string | |
localName | string | |
namespaceUri | string | |
array | ||
offset | int | |
count | int | |
return | void |
public WriteArray ( string prefix, string localName, string namespaceUri, |
||
prefix | string | |
localName | string | |
namespaceUri | string | |
array | ||
offset | int | |
count | int | |
return | void |
public WriteArray ( string prefix, string localName, string namespaceUri, System.Int64 array, int offset, int count ) : void | ||
prefix | string | |
localName | string | |
namespaceUri | string | |
array | System.Int64 | |
offset | int | |
count | int | |
return | void |
public WriteArray ( string prefix, string localName, string namespaceUri, System.TimeSpan array, int offset, int count ) : void | ||
prefix | string | |
localName | string | |
namespaceUri | string | |
array | System.TimeSpan | |
offset | int | |
count | int | |
return | void |
public WriteArray ( string prefix, string localName, string namespaceUri, bool array, int offset, int count ) : void | ||
prefix | string | |
localName | string | |
namespaceUri | string | |
array | bool | |
offset | int | |
count | int | |
return | void |
public WriteArray ( string prefix, string localName, string namespaceUri, decimal array, int offset, int count ) : void | ||
prefix | string | |
localName | string | |
namespaceUri | string | |
array | decimal | |
offset | int | |
count | int | |
return | void |
public WriteArray ( string prefix, string localName, string namespaceUri, double array, int offset, int count ) : void | ||
prefix | string | |
localName | string | |
namespaceUri | string | |
array | double | |
offset | int | |
count | int | |
return | void |
public WriteArray ( string prefix, string localName, string namespaceUri, float array, int offset, int count ) : void | ||
prefix | string | |
localName | string | |
namespaceUri | string | |
array | float | |
offset | int | |
count | int | |
return | void |
public WriteBase64 ( byte buffer, int index, int count ) : void | ||
buffer | byte | |
index | int | |
count | int | |
return | void |
public WriteBinHex ( byte buffer, int index, int count ) : void | ||
buffer | byte | |
index | int | |
count | int | |
return | void |
public WriteChars ( char buffer, int index, int count ) : void | ||
buffer | char | |
index | int | |
count | int | |
return | void |
public WriteProcessingInstruction ( string name, string text ) : void | ||
name | string | |
text | string | |
return | void |
public WriteQualifiedName ( string localName, string ns ) : void | ||
localName | string | |
ns | string | |
return | void |
public WriteRaw ( char buffer, int index, int count ) : void | ||
buffer | char | |
index | int | |
count | int | |
return | void |
public WriteStartDocument ( bool standalone ) : void | ||
standalone | bool | |
return | void |
public WriteStartElement ( string prefix, string localName, string ns ) : void | ||
prefix | string | |
localName | string | |
ns | string | |
return | void |
public WriteSurrogateCharEntity ( char lowChar, char highChar ) : void | ||
lowChar | char | |
highChar | char | |
return | void |
public WriteValue ( System.DateTime value ) : void | ||
value | System.DateTime | |
return | void |
public WriteValue ( System.Guid value ) : void | ||
value | System.Guid | |
return | void |
public WriteValue ( System.TimeSpan value ) : void | ||
value | System.TimeSpan | |
return | void |
public WriteValue ( |
||
value | ||
return | void |
public WriteXmlAttribute ( |
||
localName | ||
value | ||
return | void |
public WriteXmlAttribute ( string localName, string value ) : void | ||
localName | string | |
value | string | |
return | void |
public WriteXmlnsAttribute ( string prefix, |
||
prefix | string | |
namespaceUri | ||
return | void |
public WriteXmlnsAttribute ( string prefix, string namespaceUri ) : void | ||
prefix | string | |
namespaceUri | string | |
return | void |
public XmlJsonWriter ( ) : System.Diagnostics.CodeAnalysis | ||
return | System.Diagnostics.CodeAnalysis |
public XmlJsonWriter ( bool indent, string indentChars ) : System.Diagnostics.CodeAnalysis | ||
indent | bool | |
indentChars | string | |
return | System.Diagnostics.CodeAnalysis |