Click or drag to resize

DataCell(DataFrame, ConfigurationCell, Boolean) Constructor

Creates a new DataCell from specified parameters.

Namespace: GSF.PhasorProtocols.IEEEC37_118
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public DataCell(
	DataFrame parent,
	ConfigurationCell configurationCell,
	bool addEmptyValues
)
View Source

Parameters

parent  DataFrame
The reference to parent DataFrame of this DataCell.
configurationCell  ConfigurationCell
The ConfigurationCell associated with this DataCell.
addEmptyValues  Boolean
If true, adds empty values for each defined configuration cell definition.
See Also