public class TagPublic Class Tagpublic ref class TagGemstone.PQDIF.Tag = function();
Type.createClass(
'Gemstone.PQDIF.Tag');| 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. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows 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. |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetTag | Gets the tag identified by the given globally unique identifier. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates 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. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| TagDefinitionsFileName | Name of the file from which to retrieve the TagDefinitions. |