Represents the protocol independent common implementation of all elements for cells in a IDataFrame.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[SerializableAttribute] public abstract class DataCellBase : ChannelCellBase, IDataCell, IChannelCell, IChannel, ISupportBinaryImage, ISerializable, IMeasurement, ITimeSeriesValue<double>, ITimeSeriesValue, IEquatable<ITimeSeriesValue>, IComparable<ITimeSeriesValue>, IComparable
<SerializableAttribute> _ Public MustInherit Class DataCellBase _ Inherits ChannelCellBase _ Implements IDataCell, IChannelCell, IChannel, ISupportBinaryImage, _ ISerializable, IMeasurement, ITimeSeriesValue(Of Double), ITimeSeriesValue, _ IEquatable(Of ITimeSeriesValue), IComparable(Of ITimeSeriesValue), IComparable
[SerializableAttribute] public ref class DataCellBase abstract : public ChannelCellBase, IDataCell, IChannelCell, IChannel, ISupportBinaryImage, ISerializable, IMeasurement, ITimeSeriesValue<double>, ITimeSeriesValue, IEquatable<ITimeSeriesValue^>, IComparable<ITimeSeriesValue^>, IComparable
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
DataCellBase(IDataFrame, IConfigurationCell, UInt16, Int32, Int32, Int32) |
Creates a new DataCellBase from specified parameters.
| |
DataCellBase(SerializationInfo, StreamingContext) |
Creates a new DataCellBase from serialization parameters.
| |
AllValuesAssigned |
Gets flag that determines if all values of this DataCellBase have been assigned.
| |
AnalogValues |
Gets AnalogValueCollectionof this DataCellBase.
| |
Attributes | Dictionary<(Of <(<'TKey, TValue>)>)> of string based property names and values for the DataCellBase object.
(Overrides ChannelCellBase.Attributes.) | |
BinaryImage()()()() | (Inherited from BinaryImageBase.) | |
BinaryLength()()()() | (Inherited from BinaryImageBase.) | |
BodyImage |
Gets the binary body image of the DataCellBase object.
(Overrides BinaryImageBase.BodyImage()()()().) | |
BodyLength |
Gets the length of the BodyImage.
(Overrides BinaryImageBase.BodyLength()()()().) | |
CommonStatusFlags |
Gets or sets common status flags of this DataCellBase.
| |
ConfigurationCell |
Gets or sets the IConfigurationCell associated with this DataCellBase.
| |
CopyImage(ISupportBinaryImage, array<Byte>[]()[][], Int32%) |
This is a common optimized block copy function for any kind of data.
(Inherited from Common.) | |
DataIsValid |
Gets or sets flag that determines if data of this DataCellBase is valid.
| |
DataSortingType |
Gets or sets DataSortingType of this DataCellBase.
| |
DeviceError |
Gets or sets flag that determines if source device of this DataCellBase is reporting an error.
| |
DigitalValues |
Gets DigitalValueCollectionof this DataCellBase.
| |
Equals(Object) |
Determines whether the specified object is equal to the DataCellBase.
(Overrides Object.Equals(Object).) | |
Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
FooterImage()()()() | (Inherited from BinaryImageBase.) | |
FooterLength()()()() | (Inherited from BinaryImageBase.) | |
FrequencyValue |
Gets IFrequencyValue of this DataCellBase.
| |
GetHashCode()()()() |
Serves as a hash function for the DataCellBase.
(Overrides Object.GetHashCode()()()().) | |
GetObjectData(SerializationInfo, StreamingContext) |
Populates a SerializationInfo with the data needed to serialize the target object.
(Overrides ChannelCellBase.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
HeaderImage()()()() | (Inherited from BinaryImageBase.) | |
HeaderLength()()()() | (Inherited from BinaryImageBase.) | |
IDCode |
Gets the numeric ID code for this DataCellBase.
(Overrides ChannelCellBase.IDCode.) | |
IDLabel |
Gets ID label of this DataCellBase.
| |
Initialize(array<Byte>[]()[][], Int32, Int32) | (Inherited from BinaryImageBase.) | |
MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Parent |
Gets or sets the reference to parent IDataFrame of this DataCellBase.
| |
ParseBodyImage(array<Byte>[]()[][], Int32, Int32) |
Parses the binary body image.
(Overrides BinaryImageBase.ParseBodyImage(array<Byte>[]()[][], Int32, Int32).) | |
ParseFooterImage(array<Byte>[]()[][], Int32, Int32) | (Inherited from BinaryImageBase.) | |
ParseHeaderImage(array<Byte>[]()[][], Int32, Int32) | (Inherited from BinaryImageBase.) | |
PhasorValues |
Gets PhasorValueCollection of this DataCellBase.
| |
State |
Gets or sets the parsing state for the this DataCellBase.
| |
StationName |
Gets station name of this DataCellBase.
| |
StatusFlags |
Gets or sets 16-bit status flags of this DataCellBase.
| |
SynchronizationIsValid |
Gets or sets flag that determines if timestamp of this DataCellBase is valid based on GPS lock.
| |
Tag |
Gets or sets a user definable reference to an object associated with this ChannelBase object.
(Inherited from ChannelBase.) | |
ToString()()()() |
Gets the string respresentation of this DataCellBase.
(Overrides ChannelCellBase.ToString()()()().) |
Inheritance Hierarchy
Object | |||||
BinaryImageBase | |||||
ChannelBase | |||||
ChannelCellBase | |||||
DataCellBase | |||||
DataCell | |||||
DataCell | |||||
DataCell | |||||
DataCell | |||||
DataCell | |||||
DataCell |