Click or drag to resize

DataCell(IDataFrame, IConfigurationCell) Constructor

Creates a new DataCell.

Namespace: GSF.PhasorProtocols.SelFastMessage
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public DataCell(
	IDataFrame parent,
	IConfigurationCell configurationCell
)
View Source

Parameters

parent  IDataFrame
The reference to parent IDataFrame of this DataCell.
configurationCell  IConfigurationCell
The IConfigurationCell associated with this DataCell.
See Also