RoutingTablesAdaptersList Class

Indicates how the RoutingTables have changed from one route calculation to another.

Definition

Namespace: Gemstone.Timeseries.Adapters
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.128 -- Release Build+e2476c52e94864f123f37e60764c948e49eb89eb
public class RoutingTablesAdaptersList
Inheritance
Object    RoutingTablesAdaptersList

Constructors

RoutingTablesAdaptersList Creates a RoutingTablesAdaptersList

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

ExistingAdapter A list of all IAdapter that existed in the old route calculation, and also exist in the new route calculation.
NewAdapter A list of all IAdapter that did NOT existed in the old route calculation, but do exist in the new route calculation.
NewAndExistingAdapters A union of NewAdapter with ExistingAdapter.
OldAdapter A list of all IAdapter that existed in the old route calculation, but do NOT exist in the new route calculation.

See Also