All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
ProcessImportError Class Reference

Represents the information of errors and warnings when a process fails to import. More...

Public Member Functions

 ProcessImportError ()
 Initializes a new instance of the ProcessImportError class. More...
 

Properties

ImportErrorsInfoCollection Errors [get, set]
 Gets or sets the errors information. More...
 
string FileName [get, set]
 Gets or sets the name of the file. More...
 
ProcessIdentity ProcessIdentity [get, set]
 Gets or sets the process identity. More...
 
ImportWarningsInfoCollection Warnings [get, set]
 Gets or sets the warnings information. More...
 

Description

Represents the information of errors and warnings when a process fails to import.

Constructor & Destructor Documentation

Initializes a new instance of the ProcessImportError class.

Property Documentation

ImportErrorsInfoCollection Errors
getset

Gets or sets the errors information.

The errors info.

string FileName
getset

Gets or sets the name of the file.

The name of the file.

Gets or sets the process identity.

The process identity.

ImportWarningsInfoCollection Warnings
getset

Gets or sets the warnings information.

The warnings info.