Click or drag to resize

IdentificationCardTrackThree Class

This class represents track three of a magnetic strip identification card such as a United States driver's license.
Inheritance Hierarchy
SystemObject
  ProScriptIdentificationCardTrackThree

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public class IdentificationCardTrackThree

The IdentificationCardTrackThree type exposes the following members.

Constructors
  NameDescription
Public methodIdentificationCardTrackThree
Initializes a new instance of the IdentificationCardTrackThree class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetCdsVersion
Gets the CDS protocol version number
Public methodGetDiscretionaryData
Gets the vendor specific discretionary data
Public methodGetEndorsements
Gets license endorsements
Public methodGetEyeColor
Gets the card holder eye color
Public methodGetHairColor
Gets the card holder hair color
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetHeight
Gets the card holder height
Public methodGetJurisdictionVersion
Gets the jurisdiction version from the card.
Public methodGetLicenseClass
Gets the license class
Public methodGetPostalCode
Gets the postal code from the card
Public methodGetRestrictions
Gets the license restrictions
Public methodGetSex
Gets card holder gender
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWeight
Gets the card holder weight
Public methodStatic memberParse
This method attempts to parse track three data out of the raw strip data
Public methodToString
Returns this object as a human readable string
(Overrides ObjectToString.)
Top
See Also