Click or drag to resize

Settings Class

Represents application parameters passed to the parser.
Inheritance Hierarchy
SystemObject
  Patagames.GedcomNetSdkSettings

Namespace: Patagames.GedcomNetSdk
Assembly: Patagames.Gedcom.Net.Sdk (in Patagames.Gedcom.Net.Sdk.dll) Version: 1.0.8
Syntax
public class Settings

The Settings type exposes the following members.

Constructors
 NameDescription
Public methodSettingsInitializes a new instance of the Settings class
Top
Properties
 NameDescription
Public propertyAutoDetect 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.
Public propertySkipUnknownTag 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.
Public propertyStandard 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.
Public propertyUnknownTags List of unknown tags that should be skipped during processing.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also