FailedImportItem Class |
Namespace: NetQuarry
The FailedImportItem type exposes the following members.
Name | Description | |
---|---|---|
FailedImportItem | Initializes a new instance of the FailedImportItem class |
Name | Description | |
---|---|---|
Content |
Gets/sets the raw import content for the item. Corresponds to the item_content column.
| |
DataFormat |
Gets/sets the data format (e.g. "xml") of the item within the import file. Corresponds to the data_format column.
| |
Description |
Gets/sets a subject or description for the item. Corresponds to the item_desc column.
| |
EntryNumber |
Gets/sets the entry # of the item within the import file, if known. Corresponds to the entry_number column.
| |
ErrorID |
Gets/sets the error ID for the error encountered while attempting to import the item. Corresponds to the error_id column.
| |
ErrorMessage |
Gets/sets the error message for the error encountered while attempting to import the item. Corresponds to the error_msg column.
| |
ExternalID |
Gets/sets the external ID for the item. Corresponds to the external_id column.
| |
ImportDate |
Gets/sets the date/time of the import file. Corresponds to the import_dt column.
| |
ImportFile |
Gets/sets the name of the import file. Corresponds to the import_file column.
| |
ImportName |
Gets/sets the name of the import. Corresponds to the import_name column.
| |
LineNumber |
Gets/sets the starting line # of the item within the import file, if known. Corresponds to the line_number column.
| |
RelatedID |
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.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
EqualValue |
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.) |