Click or drag to resize

TagInfo Structure

Encapsulates information about a user tag.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Patagames.GedcomNetSdk.PrimitivesTagInfo

Namespace: Patagames.GedcomNetSdk.Primitives
Assembly: Patagames.Gedcom.Net.Sdk (in Patagames.Gedcom.Net.Sdk.dll) Version: 1.0.8
Syntax
public struct TagInfo

The TagInfo type exposes the following members.

Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldLevel The nesting level of this tag.
Public fieldTag The tag
Public fieldTagPath Path from the root to this tag.
Public fieldValue The value of this tag
Top
See Also