C# Class Rebel.Framework.ProviderSupport.InstallStatus

Describes the install status of a provider
显示文件 Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Public Methods

Method Description
InstallStatus ( InstallStatusType statusType, Exception error = null ) : System

Initializes a new instance of the T:System.Object class.

InstallStatus ( InstallStatusType statusType, IEnumerable taskToRun, Exception error = null ) : System

Initializes a new instance of the T:System.Object class.

Method Details

InstallStatus() public method

Initializes a new instance of the T:System.Object class.
public InstallStatus ( InstallStatusType statusType, Exception error = null ) : System
statusType InstallStatusType
error System.Exception
return System

InstallStatus() public method

Initializes a new instance of the T:System.Object class.
public InstallStatus ( InstallStatusType statusType, IEnumerable taskToRun, Exception error = null ) : System
statusType InstallStatusType
taskToRun IEnumerable
error System.Exception
return System