Click or drag to resize
IStandingDataUpdater Interface
The interface for objects that can update the standing data maintenance files.

Namespace: VirtualRadar.Interface.StandingData
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IStandingDataUpdater

The IStandingDataUpdater type exposes the following members.

Properties
  NameDescription
Public propertyProvider
Gets or sets the object that abstracts away the environment for testing.
Top
Methods
  NameDescription
Public methodDataIsOld
Returns true if the data is out of date and should be updated.
Public methodUpdate
Updates any files that are out of date.
Top
See Also