Click or drag to resize
BaseStationDBHistory Class
An object that holds the content of a record from the DBHistory table in the BaseStation database.
Inheritance Hierarchy
SystemObject
  VirtualRadar.Interface.DatabaseBaseStationDBHistory

Namespace: VirtualRadar.Interface.Database
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class BaseStationDBHistory

The BaseStationDBHistory type exposes the following members.

Constructors
  NameDescription
Public methodBaseStationDBHistory
Initializes a new instance of the BaseStationDBHistory class
Top
Properties
  NameDescription
Public propertyDBHistoryID
Gets or sets the unique identifier of the record in the database.
Public propertyDescription
Gets or sets a mandatory 100 character description of the record.
Public propertyIsCreationOfDatabaseByBaseStation
Gets a value indicating that this record describes the creation of the database by the official Kinetic BaseStation application.
Public propertyIsCreationOfDatabaseByVirtualRadarServer
Gets a value indicating that this record describes the creation of the database by Virtual Radar Server. Note that in normal operation the database will never be created by VRS, the user must install an optional plugin and explicitly enable it to cause this to happen.
Public propertyTimeStamp
Gets or sets the time that the record was created or modified.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also