API reference
API reference
Select your platform
No SDKs available
No versions available

WitResponseClass Class

Extends WitResponseNode, IEnumerable

Fields

override string [] ChildNodeNames[Get]

Properties

override WitResponseNode this[string aKey][Get]
override WitResponseNode this[int aIndex][Get]
override int Count[Get]
override IEnumerable< WitResponseNode > Childs[Get]

Member Functions

bool HasChild
( string child )
virtual override void Add
( string aKey,
virtual override WitResponseNode Remove
( string aKey )
virtual override WitResponseNode Remove
( int aIndex )
virtual override WitResponseNode Remove
( WitResponseNode aNode )
IEnumerator GetEnumerator ( )
T GetChild< T >
( string aKey,
T defaultValue )
override string ToString ( )
Converts this object into a JSON string.
Parameters
ignoreEmptyFields
when true, will skip KeyValue pairs which have empty values
Returns
a JSON string representing this object
virtual override string ToString
( string aPrefix )
virtual override void Serialize
( System.IO.BinaryWriter aWriter )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon