My Project
 
All Classes Namespaces Files Functions Variables Properties
Loading...
Searching...
No Matches
HyperTrack.HyperTrack.Json.Object Class Reference
Inheritance diagram for HyperTrack.HyperTrack.Json.Object:
HyperTrack.HyperTrack.Json

Public Member Functions

 Object (Dictionary< string, Json > fields)
 
override string ToString ()
 
Dictionary< string, object?> ToDictionary ()
 
override bool Equals (Json? other)
 
override int GetHashCode ()
 
override int CompareTo (Json? other)
 
- Public Member Functions inherited from HyperTrack.HyperTrack.Json
bool Equals (Json? other)
 
override bool Equals (object? obj)
 
override int GetHashCode ()
 
int CompareTo (Json? other)
 
virtual int CompareTo (object? obj)
 

Properties

Dictionary< string, JsonFields [get]
 

Additional Inherited Members

- Static Public Member Functions inherited from HyperTrack.HyperTrack.Json
static bool operator== (Json? left, Json? right)
 
static bool operator!= (Json? left, Json? right)
 
static Json.? Object FromDictionary (Dictionary< string, object?> map)
 
static Json.? Object FromString (string json)
 
static ? T FromStringToObject< T > (string json)
 

Constructor & Destructor Documentation

◆ Object()

HyperTrack.HyperTrack.Json.Object.Object ( Dictionary< string, Json > fields)
inline

Member Function Documentation

◆ CompareTo()

override int HyperTrack.HyperTrack.Json.Object.CompareTo ( Json? other)
inline

◆ Equals()

override bool HyperTrack.HyperTrack.Json.Object.Equals ( Json? other)

◆ GetHashCode()

override int HyperTrack.HyperTrack.Json.Object.GetHashCode ( )

◆ ToDictionary()

Dictionary< string, object?> HyperTrack.HyperTrack.Json.Object.ToDictionary ( )

◆ ToString()

override string HyperTrack.HyperTrack.Json.Object.ToString ( )

Property Documentation

◆ Fields

Dictionary<string, Json> HyperTrack.HyperTrack.Json.Object.Fields
get

The documentation for this class was generated from the following file: