Click or drag to resize

IdentificationCard Constructor

Initializes a new instance of the IdentificationCard class.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public IdentificationCard(
	IdentificationCardTrackOne trackOne,
	IdentificationCardTrackTwo trackTwo,
	IdentificationCardTrackThree trackThree
)

Parameters

trackOne
Type: ProScriptIdentificationCardTrackOne
track one data
trackTwo
Type: ProScriptIdentificationCardTrackTwo
track two data
trackThree
Type: ProScriptIdentificationCardTrackThree
track three data

Return Value

Type: 
IdentificationCard data if parsed, null otherwise.
See Also