Click or drag to resize

FailedImportItem Class

Filed import item descriptor for use with LogFailedImportItem(IAppContext, FailedImportItem) and corresponding to the xot_failed_import_item_log table.
Inheritance Hierarchy
SystemObject
  NetQuarryFailedImportItem

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public class FailedImportItem

The FailedImportItem type exposes the following members.

Constructors
  NameDescription
Public methodFailedImportItem
Initializes a new instance of the FailedImportItem class
Top
Properties
  NameDescription
Public propertyContent
Gets/sets the raw import content for the item. Corresponds to the item_content column.
Public propertyDataFormat
Gets/sets the data format (e.g. "xml") of the item within the import file. Corresponds to the data_format column.
Public propertyDescription
Gets/sets a subject or description for the item. Corresponds to the item_desc column.
Public propertyEntryNumber
Gets/sets the entry # of the item within the import file, if known. Corresponds to the entry_number column.
Public propertyErrorID
Gets/sets the error ID for the error encountered while attempting to import the item. Corresponds to the error_id column.
Public propertyErrorMessage
Gets/sets the error message for the error encountered while attempting to import the item. Corresponds to the error_msg column.
Public propertyExternalID
Gets/sets the external ID for the item. Corresponds to the external_id column.
Public propertyImportDate
Gets/sets the date/time of the import file. Corresponds to the import_dt column.
Public propertyImportFile
Gets/sets the name of the import file. Corresponds to the import_file column.
Public propertyImportName
Gets/sets the name of the import. Corresponds to the import_name column.
Public propertyLineNumber
Gets/sets the starting line # of the item within the import file, if known. Corresponds to the line_number column.
Public propertyRelatedID
Gets/sets the ID of a related item for the failed import item. The value for this will be dependent on the particular import. One use would be to identify the parent record where the import involves importing a parent record and related records (e.g. a company with multiple offices). Corresponds to the related_id column.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodEqualValue
Determines if the object value is equal to another object. If the two objects are null, then this returns true. There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways). If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.)
Top
See Also