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.138 -- Release Build+96875833d2894fd2d83b642a724995fed7d1f0b1
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