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

Public Member Functions

 Order (string orderHandle, Func< HyperTrack.Result< bool, HyperTrack.LocationError > > isInsideGeofenceFunc)
 
override string ToString ()
 
bool Equals (Order? other)
 
override bool Equals (object? obj)
 
override int GetHashCode ()
 
int CompareTo (Order? other)
 
int CompareTo (object? obj)
 

Static Public Member Functions

static bool operator== (Order? left, Order? right)
 
static bool operator!= (Order? left, Order? right)
 

Properties

string OrderHandle [get]
 
HyperTrack.Result< bool, HyperTrack.LocationError > IsInsideGeofence [get]
 

Private Attributes

readonly Func< HyperTrack.Result< bool, HyperTrack.LocationError > > _isInsideGeofenceFunc
 

Constructor & Destructor Documentation

◆ Order()

HyperTrack.HyperTrack.Order.Order ( string orderHandle,
Func< HyperTrack.Result< bool, HyperTrack.LocationError > > isInsideGeofenceFunc )
inline

Member Function Documentation

◆ CompareTo() [1/2]

int HyperTrack.HyperTrack.Order.CompareTo ( object? obj)
inline

◆ CompareTo() [2/2]

int HyperTrack.HyperTrack.Order.CompareTo ( Order? other)
inline

◆ Equals() [1/2]

override bool HyperTrack.HyperTrack.Order.Equals ( object? obj)

◆ Equals() [2/2]

bool HyperTrack.HyperTrack.Order.Equals ( Order? other)
inline

◆ GetHashCode()

override int HyperTrack.HyperTrack.Order.GetHashCode ( )

◆ operator!=()

static bool HyperTrack.HyperTrack.Order.operator!= ( Order? left,
Order? right )
static

◆ operator==()

static bool HyperTrack.HyperTrack.Order.operator== ( Order? left,
Order? right )
static

◆ ToString()

override string HyperTrack.HyperTrack.Order.ToString ( )
inline

Member Data Documentation

◆ _isInsideGeofenceFunc

readonly Func<HyperTrack.Result<bool, HyperTrack.LocationError> > HyperTrack.HyperTrack.Order._isInsideGeofenceFunc
private

Property Documentation

◆ IsInsideGeofence

HyperTrack.Result<bool, HyperTrack.LocationError> HyperTrack.HyperTrack.Order.IsInsideGeofence
get

◆ OrderHandle

string HyperTrack.HyperTrack.Order.OrderHandle
get

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