Click or drag to resize

IdentifierGenerateIdentifiers Method

Generates a list of identifiers valid for the given tag from the given XML document.

Namespace: GSF.PQDIF
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public static List<Identifier> GenerateIdentifiers(
	XDocument doc,
	Tag tag
)
View Source

Parameters

doc  XDocument
The XML document containing tag definitions.
tag  Tag
The tag for which valid identifier values are to be generated.

Return Value

ListIdentifier
The list of identifiers valid for the given tag.
See Also