Click or drag to resize
LocalSettings Class
General settings and user preferences that are saved locally.
Inheritance Hierarchy
SystemObject
  KampData.TaxEngine.APILocalSettings

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public class LocalSettings

The LocalSettings type exposes the following members.

Constructors
  NameDescription
Public methodLocalSettings
Fallback constructor.
Public methodLocalSettings(String)
General settings and user preferences that are saved locally.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Updates the XML configuration file.
Top
Properties
  NameDescription
Public propertyAddressCardProcessing
Stores latest settings for processing address cards.
Public propertyConfigurationFileName
Local Settings File
Public propertyDocumentImport
Stores the settings pertaining to the import of Microsoft Dynamics® GP transactions into the KD TaxEngine™ tables.
Public propertyDocumentInterface
Stores the last used settings used in the TaxEngine Interface.
Public propertyLogin
Stores the user name, Microsoft SQL Server® and Microsoft Dynamics® GP company database.
Public propertyRegistration
Stores the settings for your KD TaxEngine™ registration.
Public propertyReportOptions
Stores the user printing preferences.
Top
See Also