Click or drag to resize

DataSourceRecord Class

Represents a data source record in a PQDIF file. The data source record contains information about the source of the data in an ObservationRecord.
Inheritance Hierarchy
SystemObject
  GSF.PQDIF.LogicalDataSourceRecord

Namespace: GSF.PQDIF.Logical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public class DataSourceRecord
View Source

The DataSourceRecord type exposes the following members.

Properties
 NameDescription
Public propertyChannelDefinitions Gets the definitions for the channels defined in the data source.
Public propertyDataSourceLocation Gets or sets the name of the data source Location.
Public propertyDataSourceName Gets or sets the name of the data source.
Public propertyDataSourceOwner Gets or sets the name of the data source Owner.
Public propertyDataSourceTypeID Gets or sets the ID of the type of the data source.
Public propertyEffective Gets or sets the time that this data source record became effective.
Public propertyEquipmentID Gets or sets the ID of the equipment.
Public propertyLatitude Gets or sets the latitude at which the device is located.
Public propertyLongitude Gets or sets the longitude at which the data source is located.
Public propertyPhysicalRecord Gets the physical structure of the data source record.
Public propertyVendorID Gets or sets the ID of the vendor of the data source.
Top
Methods
 NameDescription
Public methodAddNewChannelDefinition Adds a new channel definition to the collection of channel definitions in this data source record.
Public methodStatic memberCreateDataSourceRecord(Record) Creates a new data source record from the given physical record if the physical record is of type data source. Returns null if it is not.
Public methodStatic memberCreateDataSourceRecord(String) Creates a new data source record from scratch.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRemove Removes the given channel definition from the collection of channel definitions.
Public methodRemoveElement Removes the element identified by the given tag from the record.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldStatic memberChannelDefinitionsTag Tag that identifies the channel definitions collection.
Public fieldStatic memberDataSourceCoordinatesTag Tag that identifies the physical location of the data source.
Public fieldStatic memberDataSourceLocationTag Tag that identifies the data source owner.
Public fieldStatic memberDataSourceNameTag Tag that identifies the data source name.
Public fieldStatic memberDataSourceOwnerTag Tag that identifies the data source owner.
Public fieldStatic memberDataSourceTypeIDTag Tag that identifies the data source type.
Public fieldStatic memberEffectiveTag Tag that identifies the time that the data source record becomes effective.
Public fieldStatic memberEquipmentIDTag Tag that identifies the equipment ID.
Public fieldStatic memberOneChannelDefinitionTag Tag that identifies the a single channel definition in the collection.
Public fieldStatic memberVendorIDTag Tag that identifies the vendor ID.
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also