Click or drag to resize
ModuleStruct Structure
Contains the transaction source module information.

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public struct ModuleStruct : IComparable

The ModuleStruct type exposes the following members.

Methods
  NameDescription
Public methodCompareTo
Transaction Source Module Comparision
Public methodEquals
Compares the transaction source module to another transaction source module to see if they are equal.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Returns a hash code for the transaction source module.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Properties
  NameDescription
Public propertyDefaultDocumentType
The document type used as a default for the transaction source module.
Public propertyModule
The Transaction Source Module.
Public propertyModuleName
The description of the Transaction Source Module.
Public propertySalesOrPurchases
Is the Transaction Source Module for sales or purchases?
Top
See Also