Click or drag to resize
IAircraftListJsonBuilder Interface
The interface for an object that can build an AircraftListJson object from an IAircraftList object's list of aircraft.

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

The IAircraftListJsonBuilder type exposes the following members.

Properties
  NameDescription
Public propertyProvider
Gets the provider that abstracts away some aspects of the environment for the object.
Top
Methods
  NameDescription
Public methodBuild
Returns a fully-formed AircraftListJson from the arguments passed across.
Public methodInitialise
Initialises the object.
Top
See Also