Click or drag to resize

FrequencyValueBase(IDataCell, IFrequencyDefinition) Constructor

Creates a new FrequencyValueBase.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
protected FrequencyValueBase(
	IDataCell parent,
	IFrequencyDefinition frequencyDefinition
)
View Source

Parameters

parent  IDataCell
The IDataCell parent of this FrequencyValueBase.
frequencyDefinition  IFrequencyDefinition
The IFrequencyDefinition associated with this FrequencyValueBase.
See Also