Click or drag to resize
CategoryStruct Structure
Contains the item category information.

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

The CategoryStruct type exposes the following members.

Methods
  NameDescription
Public methodCompareTo
Item Category Comparision
Public methodEquals
Item Category Equals
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Get Item Category Hash Code
(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 propertyCategory
Item Category
Public propertyDescription
Item Category Description
Public propertyFull
Item Category and Description
Top
See Also