Click or drag to resize
IWebSiteProvider Interface
The interface for the provider on VirtualRadar.Interface.WebSite that abstracts away parts of the environment that we want to control during testing.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IWebSiteProvider

The IWebSiteProvider type exposes the following members.

Properties
  NameDescription
Public propertyUtcNow
Gets the current date and time.
Top
Methods
  NameDescription
Public methodDirectoryExists
Returns true if the folder exists.
Top
See Also