Click or drag to resize
LocalSettingsAddressCardProcessingSection Class
The class used to store the latest settings for processing address cards.
Inheritance Hierarchy
SystemObject
  KampData.TaxEngine.APILocalSettingsAddressCardProcessingSection

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

The LocalSettingsAddressCardProcessingSection type exposes the following members.

Constructors
  NameDescription
Public methodLocalSettingsAddressCardProcessingSection
Stores the settings pertaining to the processing of address cards. This includes address correction and tax schedule selection.
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 propertyCardProcess
Stores the last used setting for the Process Type.
Public propertyDynamicZipCompatibility
Stores the last used setting.
Public propertyEndingID
Stores the last used setting for the ending ID.
Public propertyLocationType
Stores the last used setting for the Location Type.
Public propertyReportingLevel
Stores the last used setting for the Process Type.
Public propertySortBy
Stores the last used setting for the Location Type.
Public propertyStartingID
Stores the last used setting for the starting ID.
Public propertyStateGroupID
Stores the last used setting.
Top
See Also