EMLookupTableCreateSaveItem Class

Alterian Email Manager 6.2.3 SDK Help File
Represents a lookup table save request step that creates a new table.
Inheritance Hierarchy

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

Syntax
[SerializableAttribute]
public class EMLookupTableCreateSaveItem : EMLookupTableSaveItem

The EMLookupTableCreateSaveItem type exposes the following members.

Constructors
NameDescription
Public methodEMLookupTableCreateSaveItem
Initializes a new instance of the EMLookupTableCreateSaveItem class
Top
Properties
NameDescription
Public propertySaveContext
Information to identify this specific save request set.
(Inherited from EMLookupTableSaveItem.)
Public propertyType
Type of step.
(Inherited from EMLookupTableSaveItem.)
Top
Methods
NameDescription
Public methodAddColumnMapping
Add a mapping between temporary and actual column ids.
(Inherited from EMLookupTableSaveItem.)
Public methodAddToMetadata (Inherited from EMLookupTableSaveItem.)
Public methodGetColumnMapping
Retreives the actual column id given a temporary column id.
(Inherited from EMLookupTableSaveItem.)
Public methodIsColumnMapped
Checks to see if a temporary column id has a mapping to an actual column id.
(Inherited from EMLookupTableSaveItem.)
Public methodSave
Logic to execute this step.
(Overrides EMLookupTableSaveItemSave(DMToken, SqlConnection, SqlTransaction).)
Top
See Also