TagTagDefinitions Property

Gets the definitions of PQDIF tags as defined by the tag definitions file.

Definition

Namespace: Gemstone.PQDIF
Assembly: Gemstone.PQDIF (in Gemstone.PQDIF.dll) Version: 1.0.128 -- Release Build+1b345d0ae00b8cec154a675bc1a93c4812c5641f
public static XDocument TagDefinitions { get; }

Property Value

XDocument

Remarks

This property first tries to load definitions from the TagDefinitions.xml file in the working directory of the application. If the file doesn't exist or cannot be parsed as a valid XML file, then this property falls back on the version hosted inside this assembly as an embedded resource.

Applications that need to customize the set of tags supported by this library can use this property to generate the default TagDefinitions.xml file, edit the file as necessary, and then place the edited version into the working directory of the application. Alternatively, the default TagDefinitions.xml file can be obtained directly from the source code for this library.

See Also