Click or drag to resize

MissingTag Constructor

Creates a new instance of the MissingTag class.

Namespace: GSF.PQDIF.Logical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public MissingTag(
	RecordType recordType,
	string tagName,
	Guid tag
)
View Source

Parameters

recordType  RecordType
The type of record the tag is missing from.
tagName  String
The name of the tag.
tag  Guid
The globally unique identifier for the tag.
See Also