All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
SpaPackageItemImportError< TIdentityClass > Class Template Reference

Represents SpaPackageItemImportOptions class More...

Public Member Functions

 SpaPackageItemImportError ()
 Initializes a new instance of the SpaPackageItemImportError{TIdentityClass} class. More...
 

Properties

bool Duplicate [get, set]
 Gets or sets a value indicating whether [duplicate]. More...
 
ImportErrorsInfo Error [get, set]
 Gets or sets the error info. More...
 
TIdentityClass Identity [get, set]
 Gets or sets the identity. More...
 
ImportWarningsInfo Warning [get, set]
 Gets or sets the warning info. More...
 

Description

Represents SpaPackageItemImportOptions class

Template Parameters
TIdentityClassThe type of the identity class.

Constructor & Destructor Documentation

SpaPackageItemImportError ( )

Initializes a new instance of the SpaPackageItemImportError{TIdentityClass} class.

Property Documentation

bool Duplicate
getset

Gets or sets a value indicating whether [duplicate].

true if [duplicate]; otherwise, false.

ImportErrorsInfo Error
getset

Gets or sets the error info.

The error.

TIdentityClass Identity
getset

Gets or sets the identity.

The identity.

ImportWarningsInfo Warning
getset

Gets or sets the warning info.

The warning.