My Project
 
All Classes Namespaces Files Functions Variables Properties
Loading...
Searching...
No Matches
HyperTrack.HyperTrack.Json.Number Member List

This is the complete list of members for HyperTrack.HyperTrack.Json.Number, including all inherited members.

CompareTo(Json? other)HyperTrack.HyperTrack.Json.Numberinline
HyperTrack::HyperTrack::Json.CompareTo(object? obj)HyperTrack.HyperTrack.Jsoninlinevirtual
Equals(Json? other)HyperTrack.HyperTrack.Json.Number
HyperTrack::HyperTrack::Json.Equals(object? obj)HyperTrack.HyperTrack.Json
FromDictionary(Dictionary< string, object?> map)HyperTrack.HyperTrack.Jsonstatic
FromString(string json)HyperTrack.HyperTrack.Jsonstatic
FromStringToObject< T >(string json)HyperTrack.HyperTrack.Jsonstatic
GetHashCode()HyperTrack.HyperTrack.Json.Number
Number(double value)HyperTrack.HyperTrack.Json.Numberinline
operator!=(Json? left, Json? right)HyperTrack.HyperTrack.Jsonstatic
operator==(Json? left, Json? right)HyperTrack.HyperTrack.Jsonstatic
TryFromJsonElement(JsonElement element)HyperTrack.HyperTrack.Jsoninlineprivatestatic
TryFromJsonMap(Dictionary< string, object?> jsonMap)HyperTrack.HyperTrack.Jsoninlineprivatestatic
TryFromJsonObjectString(string json)HyperTrack.HyperTrack.Jsoninlineprivatestatic
TryToJsonValue(object? value)HyperTrack.HyperTrack.Jsoninlineprivatestatic
ValueHyperTrack.HyperTrack.Json.Number