◆ CompareTo() [1/2]
| int HyperTrack.HyperTrack.Json.CompareTo |
( |
Json? | other | ) |
|
|
abstract |
◆ CompareTo() [2/2]
| virtual int HyperTrack.HyperTrack.Json.CompareTo |
( |
object? | obj | ) |
|
|
inlinevirtual |
◆ Equals() [1/2]
| bool HyperTrack.HyperTrack.Json.Equals |
( |
Json? | other | ) |
|
|
abstract |
◆ Equals() [2/2]
| override bool HyperTrack.HyperTrack.Json.Equals |
( |
object? | obj | ) |
|
◆ FromString()
| class Object(Dictionary< string, Json > fields) static ? Object HyperTrack.HyperTrack.Json.FromString |
( |
string | json | ) |
|
|
static |
◆ FromStringToObject< T >()
| static ? T HyperTrack.HyperTrack.Json.FromStringToObject< T > |
( |
string | json | ) |
|
|
static |
◆ GetHashCode()
| override int HyperTrack.HyperTrack.Json.GetHashCode |
( |
| ) |
|
|
abstract |
◆ operator!=()
| static bool HyperTrack.HyperTrack.Json.operator!= |
( |
Json? | left, |
|
|
Json? | right ) |
|
static |
◆ operator==()
| static bool HyperTrack.HyperTrack.Json.operator== |
( |
Json? | left, |
|
|
Json? | right ) |
|
static |
◆ TryFromJsonElement()
| static ? Json HyperTrack.HyperTrack.Json.TryFromJsonElement |
( |
JsonElement | element | ) |
|
|
inlinestaticprivate |
◆ TryFromJsonMap()
| static ? Object HyperTrack.HyperTrack.Json.TryFromJsonMap |
( |
Dictionary< string, object?> | jsonMap | ) |
|
|
inlinestaticprivate |
◆ TryFromJsonObjectString()
| static ? Object HyperTrack.HyperTrack.Json.TryFromJsonObjectString |
( |
string | json | ) |
|
|
inlinestaticprivate |
◆ TryToJsonValue()
| static ? Json HyperTrack.HyperTrack.Json.TryToJsonValue |
( |
object? | value | ) |
|
|
inlinestaticprivate |
The documentation for this class was generated from the following file: