Overload List

  NameDescription
CreateAutoMapping(InfigoTemplate, IInfigoDataSource)
Create the automapping between the variable data in template and the data source. The field name is used for the mapping. The default threshold of 0.25 is used.
CreateAutoMapping(InfigoTemplate, IInfigoDataSource, Double)
Create the automapping between the variable data in template and the data source. The field name is used for the mapping.
CreateAutoMapping(InfigoTemplate, IInfigoDataSource, String)
Create the automapping between the variable data in template and the data source. The default threshold of 0.25 is used.
CreateAutoMapping(InfigoTemplate, IInfigoDataSource, Double, String, Boolean)
Create the automapping between the variable data in template and the data source.

See Also