Constructs a new mapping between a template destination (field or variable) and a fixed text.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public InfigoMappingData(
	IInfigoPropertyControl destination,
	string strFixed
)
Visual Basic (Declaration)
Public Sub New ( _
	destination As IInfigoPropertyControl, _
	strFixed As String _
)
Visual C++
public:
InfigoMappingData(
	IInfigoPropertyControl^ destination, 
	String^ strFixed
)

Parameters

destination
Type: InfigoSDK..::.IInfigoPropertyControl
The destination (can be either a field or variable object, InfigoTemplate.
strFixed
Type: System..::.String
The fixed text. This text will be used for every record.

See Also