Click or drag to resize

IPFExcelImporterItem Interface

Provides the methods to customize or extend the way a PFItem is bound from an Excel file in the PFExcelImporter plugin of CodeCatalyst.

Namespace:  Packflow.Core.CodeCatalyst
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public interface IPFExcelImporterItem

The IPFExcelImporterItem type exposes the following members.

Properties
  NameDescription
Public propertyExcelImporter_TestMode
[Method used by the Packflow plugin of CodeCatalyst] Gets or sets a value indicating whether the test mode is active.
Top
Methods
  NameDescription
Public methodExcelImporter_AfterSave
[Method used by the Packflow plugin of CodeCatalyst] Method called after the save.
Public methodExcelImporter_AfterValueBinding
[Method used by the Packflow plugin of CodeCatalyst] Method called after a value has been imported into the item. Important: the field may be null if the binding was fully custom.
Public methodExcelImporter_BeforeSave
[Method used by the Packflow plugin of CodeCatalyst] Method called before the save.
Public methodExcelImporter_BeforeValueBinding
[Method used by the Packflow plugin of CodeCatalyst] Method called before a value is imported into the item. The value comes from the Excel file and has not been converted yet. Important: the field may be null if no binding has been found for the Excel column.
Public methodExcelImporter_BindFile
[Method used by the Packflow plugin of CodeCatalyst] This method allows to override a file info before it is imported for a given field. This method will be called when an equivalent PFField is found for a given Excel column.
Public methodExcelImporter_BindValue
[Method used by the Packflow plugin of CodeCatalyst] Binds a value to this item. This method will be called when an equivalent PFField is NOT found for a given Excel column.
Top
See Also