Click or drag to resize
IStandingDataManagerProvider Interface
The interface for objects that abstract away the environment for IStandingDataManager.

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

The IStandingDataManagerProvider type exposes the following members.

Methods
  NameDescription
Public methodFileExists
Returns true if the file exists.
Public methodReadAllLines
Returns an array of every line of text from the file.
Top
See Also