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

WitResponseNode Class

Properties

WitResponseNode this[int aIndex][Get]
WitResponseNode this[string aKey][Get]
string Value[Get]
string [] ChildNodeNames[Get]
int Count[Get]
IEnumerable< WitResponseNode > Childs[Get]
IEnumerable< WitResponseNode > DeepChilds[Get]
int AsInt[Get]
float AsFloat[Get]
double AsDouble[Get]
bool AsBool[Get]
WitResponseArray AsArray[Get]
string [] AsStringArray[Get]
WitResponseClass AsObject[Get]

Member Functions

virtual void Add
( string aKey,
virtual void Add
( WitResponseNode aItem )
virtual WitResponseNode Remove
( string aKey )
virtual WitResponseNode Remove
( int aIndex )
virtual WitResponseNode Remove
( WitResponseNode aNode )
override string ToString ( )
virtual string ToString
( string aPrefix )
virtual T Cast< T >
( T defaultValue )
override bool Equals
( object obj )
override int GetHashCode ( )
virtual void Serialize
( System.IO.BinaryWriter aWriter )
void SaveToStream
( System.IO.Stream aData )
void SaveToCompressedStream
( System.IO.Stream aData )
void SaveToCompressedFile
( string aFileName )
string SaveToCompressedBase64 ( )
void SaveToFile
( string aFileName )
string SaveToBase64 ( )

Static Member Functions

static implicit operator WitResponseNode
( string s )
static implicit operator string
static bool operator==
object b )
static bool operator!=
object b )
static bool Equals
( WitResponseNode oldNode,
WitResponseNode newNode )
static WitResponseNode Parse
( string aJSON )
static WitResponseNode Deserialize
( System.IO.BinaryReader aReader )
static WitResponseNode LoadFromCompressedFile
( string aFileName )
static WitResponseNode LoadFromCompressedStream
( System.IO.Stream aData )
static WitResponseNode LoadFromCompressedBase64
( string aBase64 )
static WitResponseNode LoadFromStream
( System.IO.Stream aData )
static WitResponseNode LoadFromFile
( string aFileName )
static WitResponseNode LoadFromBase64
( string aBase64 )

Object Data for package-static-func

static string Escape
( string aText )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon