Settings Class |
The Settings type exposes the following members.
| Name | Description | |
|---|---|---|
| AutoDetect | Gets or sets a value indicating whether the version of the GEDCOM specification will be automatically determined or the one specified in the Standard property will be used. | |
| SkipUnknownTag | Gets or sets a value indicating whether the unknown tag should be skipped or not. If the value is set to Specified, then the list of tags that should be skipped is indicated in the UnknownTags collection. | |
| Standard | Gets or sets the version of the GEDСOM specification used by the parser. Default value is Gedcom551. If property AutoDetect is true, then the value of this property is set according to the data in the GEDCOM file header. | |
| UnknownTags | List of unknown tags that should be skipped during processing. |
| Name | Description | |
|---|---|---|
| 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) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |