Click or drag to resize
ISiteSettingsParser Interface
The interface for objects that can parse the site's exported settings.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface ISiteSettingsParser

The ISiteSettingsParser type exposes the following members.

Properties
  NameDescription
Public propertyIsValid
Gets a value indicating whether the last call to Load(String) worked.
Public propertyLoadException
The exception encountered by the last call to Load(String), if any.
Top
Methods
  NameDescription
Public methodLoad
Loads the exported settings from the site. Sets or clears IsValid. Returns true if the load was successful.
Top
See Also