Click or drag to resize
LocalSettingsRegistrationSection Class
Stores the settings for your KD TaxEngine™ registration.
Inheritance Hierarchy
SystemObject
  KampData.TaxEngine.APILocalSettingsRegistrationSection

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

The LocalSettingsRegistrationSection type exposes the following members.

Constructors
  NameDescription
Public methodLocalSettingsRegistrationSection
Stores the settings for your KD TaxEngine™ registration.
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.)
Top
Properties
  NameDescription
Public propertyFileFormat
Stores the last chosen file format.
Public propertyFileName
Stores the file name without the file path.
Public propertyFilePath
Stores the file path without the file name.
Public propertyFilePathAndName
Stores the file path and name.
Public propertyReplaceExistingFile
Stores the last used setting for the Replace Existing File option.
Public propertyVersion
Stores the KD TaxEngine™ version number.
Top
See Also