Click or drag to resize
NamePart Enumeration
Represents different ways in which to make consistent naming rules for place names.

Namespace: KampData.TaxEngine.API.Enums
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public enum NamePart
Members
  Member nameValueDescription
IsEqualTo1 Matching Names
BeginsWith2 Name Titles (St., Ft., N., Saint, Fort, North, Village of, etc.)
Contains3 A string contained anywhere within a place name.
EndsWith4 Name Endings (For Example, "Township")
See Also