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.169 -- Release Build+c878bdd28ef3f505c9ae52ddef825010f6ae7dff
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