Skip to content

Tracker(IStore) constructor

Defined in

Type: Tracker Namespace: CrissCross.WPF.UI Assembly: CrissCross.WPF.UI.dll

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Overloads

  • 1. public Tracker(IStore store)
  • 2. public Tracker()

1. Overload

public Tracker(IStore store)

Summary: A StateTracker is an object responsible for tracking the specified properties of the specified target objects. Tracking means persisting the values of the specified object properties, and restoring this data when appropriate.

Parameters

NameTypeDescription
store[IStore](#The factory that will create an IStore for each tracked object's data.

Remarks

Initializes a new instance of the Tracker class. Creates a new instance of the state tracker with the specified storage.

2. Overload

public Tracker()

Summary: Initializes a new instance of the Tracker class. Creates a StateTracker that uses json files in a per-user folder to store the data.