Tag Class

Represents a tag as defined by the PQDIF standard.

Definition

Namespace: Gemstone.PQDIF
Assembly: Gemstone.PQDIF (in Gemstone.PQDIF.dll) Version: 1.0.128 -- Release Build+1b345d0ae00b8cec154a675bc1a93c4812c5641f
public class Tag
Inheritance
Object    Tag

Properties

Description Gets a description of the tag.
ElementType Gets the type of the element identified by the tag according to the logical structure of a PQDIF file.
FormatString Format string specified for some tags as a hint for how the value should be displayed.
ID Gets the globally unique identifier for the tag.
Name Gets the name of the tag as defined by the gemstone.pqdif library.
PhysicalType Gets the physical type of the value of the element identified by the tag according to the logical structure of a PQDIF file.
Required Gets the flag that determines whether it is required that this tag be specified in a PQDIF file.
StandardName Gets the name of the tag as defined by the standard.
TagDefinitions Gets the definitions of PQDIF tags as defined by the tag definitions file.
ValidIdentifiers Gets the collection of valid identifiers for this tag.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GenerateTags Generates a list of tags from the given XML document.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTag Gets the tag identified by the given globally unique identifier.
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
RefreshTags Refreshes the cache of tags used to return tags from the GetTag(Guid) method.
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

TagDefinitionsFileName Name of the file from which to retrieve the TagDefinitions.

See Also