ISaveLookupTableItem Interface

Alterian Email Manager 6.2.3 SDK Help File
Interface for creating lookup table save steps.

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public interface ISaveLookupTableItem

The ISaveLookupTableItem type exposes the following members.

Properties
NameDescription
Public propertySaveContext
Unique idetifier for a specific save request set.
Public propertyType
Type of step.
Top
Methods
NameDescription
Public methodAddColumnMapping
Add a mapping between temporary and actual column ids.
Public methodGetColumnMapping
Retreives the actual column id given a temporary column id.
Public methodIsColumnMapped
Checks to see if a temporary column id has a mapping to an actual column id.
Public methodSave
Logic to execute the step.
Top
See Also