PhasorDefinition(ConfigurationCell, String, PhasorType) Constructor

Creates a new PhasorDefinition from specified parameters.

Definition

Namespace: Gemstone.PhasorProtocols.SelCWS
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.160 -- Release Build+513330b2be7fdb9c9f4bfe60fd4f0a256321d484
public PhasorDefinition(
	ConfigurationCell parent,
	string label,
	PhasorType type
)

Parameters

parent  ConfigurationCell
The ConfigurationCell parent of this PhasorDefinition.
label  String
The label of this PhasorDefinition.
type  PhasorType
The PhasorType of this PhasorDefinition.

See Also